@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);.button{cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;line-height:1.5rem;padding:.625rem 1.5rem;position:relative;--button-color:#fff;--button-background-color:var(--buttonColor);--button-border-color:var(--buttonColor);background-color:var(--button-background-color);border-color:var(--button-border-color);-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px;color:var(--button-color);-webkit-transition:background-color .3s,color .3s,border-color .3s;-moz-transition:background-color .3s,color .3s,border-color .3s;-ms-transition:background-color .3s,color .3s,border-color .3s;-o-transition:background-color .3s,color .3s,border-color .3s;transition:background-color .3s,color .3s,border-color .3s}.button svg{fill:none;margin-left:12px;margin-top:5px;stroke:currentColor;stroke-width:2px}.button:hover{--button-background-color:#1d2939}.button.arrow:after{-webkit-transition:border-color .3s,color .3s;-moz-transition:border-color .3s,color .3s;-ms-transition:border-color .3s,color .3s;-o-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s}.button.button-color-white-fill{border-color:#fff}.button.button-color-white-border,.button.button-color-white-fill,.button.button-color-white-fill:hover{background-color:#fff;color:var(--buttonColor)}.button.button-color-white-border{--button-color:#fff;--button-background-color:none;--button-border-color:#fff;border-color:var(--buttonColor)}.button.button-color-white-border:hover{background-color:#fff;color:var(--buttonColor)}.button.loading.button-color-highlight{color:var(--buttonColor)}.button.loading.button-color-highlight:hover{color:#fff}.button.loading.button-color-highlight:hover:after{border-top-color:var(--buttonColor)}.button.loading:after{animation:button-loading-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top-color:#fff;bottom:0;content:"";height:16px;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transition:border-top-color .3s;-moz-transition:border-top-color .3s;-ms-transition:border-top-color .3s;-o-transition:border-top-color .3s;transition:border-top-color .3s;width:16px}.button.size--large{border:2px solid var(--button-border-color);display:inline-flex;font-size:20px;font-weight:500;justify-content:center;min-width:200px;padding:14px 22px}@keyframes button-loading-spinner{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}section.background-angle:before{background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%}section.background-angle2:after,section.background-angle2:before{background-size:contain;content:"";height:100%;position:absolute;width:100%}.column,.row{display:grid;grid:auto/minmax(0,1fr);row-gap:8px}@media(min-width:768px){.column,.row{row-gap:16px}}@media(min-width:1020px){.column,.row{row-gap:24px}}.column.rowGapNone,.row.rowGapNone{row-gap:0}.column.rowGapLarge,.row.rowGapLarge{row-gap:24px}@media(min-width:768px){.column.rowGapLarge,.row.rowGapLarge{row-gap:24px}}@media(min-width:1020px){.column.rowGapLarge,.row.rowGapLarge{row-gap:64px}}.column.rowGapExtraLarge,.row.rowGapExtraLarge{row-gap:24px}@media(min-width:768px){.column.rowGapExtraLarge,.row.rowGapExtraLarge{row-gap:64px}}@media(min-width:1020px){.column.rowGapExtraLarge,.row.rowGapExtraLarge{row-gap:96px}}.column{column-gap:16px;row-gap:24px;-webkit-box-align:start;align-items:start}@media(min-width:768px){.column{column-gap:24px;row-gap:24px}}.column.columnGapNone{column-gap:0}.column.columnGapLarge{column-gap:24px}@media(min-width:768px){.column.columnGapLarge{column-gap:24px}}@media(min-width:1020px){.column.columnGapLarge{column-gap:64px}}.column.columnGapExtraLarge{column-gap:24px}@media(min-width:768px){.column.columnGapExtraLarge{column-gap:64px}}@media(min-width:1020px){.column.columnGapExtraLarge{column-gap:96px}}@media(min-width:768px){.column.col-2-2{grid-template-columns:repeat(2,1fr)}.column.col-2-2.reverse>:first-child{grid-column:2;grid-row:1}.column.col-2-2.reverse>:nth-child(2){grid-column:1;grid-row:1}}@media(min-width:1020px){.column.col-2-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.column.col-2-1-1{grid-template-columns:repeat(2,1fr)}}@media(min-width:1020px){.column.col-2-1-1{grid-template-columns:2fr 1fr 1fr}.column.col-3-1{grid-template-columns:3fr 1fr}.column.col-1-3{grid-template-columns:1fr 3fr}.column.col-1-2{grid-template-columns:1fr 2fr}.column.col-1-2.reverse{grid-template-columns:2fr 1fr}.column.col-1-2.reverse>:first-child{grid-column:2;grid-row:1}.column.col-1-2.reverse>:nth-child(2){grid-column:1;grid-row:1}.column.col-2-1{grid-template-columns:2fr 1fr}.column.col-2-1.reverse{grid-template-columns:1fr 2fr}.column.col-2-1.reverse>:first-child{grid-column:2;grid-row:1}.column.col-2-1.reverse>:nth-child(2){grid-column:1;grid-row:1}.column.col-1-1-1{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.column.col-1-1-1-1{grid-template-columns:repeat(2,1fr)}}@media(min-width:1020px){.column.col-1-1-1-1{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){.column.col-1-1-1-1-1{grid-template-columns:repeat(3,1fr)}}@media(min-width:1020px){.column.col-1-1-1-1-1{grid-template-columns:repeat(5,1fr)}}.column.col-1-1-1-1-1-1-1-1{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.column.col-1-1-1-1-1-1-1-1{grid-template-columns:repeat(4,1fr)}}@media(min-width:1020px){.column.col-1-1-1-1-1-1-1-1{grid-template-columns:repeat(8,1fr)}}.column.columnAlignCenter{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.column-fit{-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;grid-auto-rows:1fr}.column-fit,.column-fit>div{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.column-fit>div{display:flex;flex-direction:column;height:100%}.column-fit>div .copy-content{flex:1}.column-fit>div>a{display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.card{overflow:hidden;position:relative;--cardBackground:#fff;background:var(--cardBackground);--card-with-link-border-color-hover:var(--accentColor);--card-with-link-border-color:transparent;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.card>img,.card>picture>img{display:block}.card.card--shadowNormal{-webkit-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);-moz-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)}.card.card--shadowLarge{--cardShadowLarge:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);-webkit-box-shadow:var(--cardShadowLarge);-moz-box-shadow:var(--cardShadowLarge);box-shadow:var(--cardShadowLarge)}.card.card--shadowXLarge{-webkit-box-shadow:0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);-moz-box-shadow:0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);box-shadow:0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3)}.card.card--shadowSmall{-webkit-box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);-moz-box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3)}.card.card--paddingMedium{padding:24px}.card.card--paddingMedium.card-headerimage{padding-left:0;padding-right:0;padding-top:0}.card.card--paddingMedium.card-headerimage .copy-content,.card.card--paddingMedium.card-headerimage .copy-footer{padding-left:24px;padding-right:24px}.card.card--with-link{border:2px solid var(--card-with-link-border-color);transition-delay:.08s;transition-duration:.25s;transition-property:box-shadow,border-color}.card.card--with-link:hover{border-color:var(--card-with-link-border-color-hover);-webkit-box-shadow:0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.12);-moz-box-shadow:0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.12);box-shadow:0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.12)}.card.card--theme-aqua{background-color:#ebf5f3}.card.card--theme-x{background-color:#fbf8ff}.card.blue{border-top:3px solid #2bc4f8}.card.purple{border-top:3px solid #7b68ee}.card.green{border-top:3px solid #51ca84}.card.pink{border-top:3px solid #fd71af}.card.yellow{border-top:3px solid #ffc800}.content-stack{grid-row-gap:1.5rem;align-items:flex-start;border-radius:0;display:flex;flex-direction:column;overflow:hidden}.copy{display:grid;--row-gap:16px;row-gap:var(--row-gap);--bodyFontSize:17px;--titleFontSize:20px;--titleFontWeight:600;--titleLineHeight:1.6;align-content:baseline;color:var(--textColor)}@media(min-width:768px){.copy{--row-gap:24px}}.copy .copy-header{display:grid;position:relative;row-gap:var(--row-gap)}.copy .copy-header .copy-caption{color:var(--accentColor);font-weight:500}.copy .copy-header .copy-title{color:var(--titleColor);font-size:var(--titleFontSize);font-weight:var(--titleFontWeight);line-height:var(--titleLineHeight)}.copy .copy-header .copy-icon{--icon-width:70px;--icon-height:60px;align-items:center;display:flex;height:var(--icon-height);justify-content:center;overflow:hidden;position:relative;width:var(--icon-width)}.copy .copy-header .copy-icon:after{background-color:var(--iconForeground);content:"";height:100%;left:0;opacity:.15;position:absolute;right:0;width:100%;z-index:-1}.copy .copy-header .copy-icon:not(.noresize) svg{fill:var(--iconForeground);height:36px;max-width:30px;vertical-align:middle;width:30px}.copy .copy-header .copy-icon.noresize{height:auto;width:auto}.copy .copy-header .copy-icon.size-160 img,.copy .copy-header .copy-icon.size-160 svg,.copy .copy-header .copy-icon.size-50 img,.copy .copy-header .copy-icon.size-50 svg,.copy .copy-header .copy-icon.size-70 img,.copy .copy-header .copy-icon.size-70 svg{height:50%;max-height:none;max-width:none;width:50%}.copy .copy-header .copy-icon.size-50{--icon-width:50px;--icon-height:50px}.copy .copy-header .copy-icon.size-70{--icon-width:70px;--icon-height:70px}.copy .copy-header .copy-icon.size-160{--icon-width:160px;--icon-height:160px}.copy .copy-header .copy-icon.front-white img{filter:invert(89%) sepia(100%) saturate(0) hue-rotate(264deg) brightness(107%) contrast(101%)}.copy .copy-header .copy-icon.round{-webkit-border-radius:20%;-moz-border-radius:20%;border-radius:20%}.copy .copy-content,.copy .copy-footer{display:grid;font-size:var(--bodyFontSize);line-height:1.6;row-gap:var(--row-gap)}.copy .copy-content h2,.copy .copy-content h3{margin-bottom:16px}.copy .copy-content>h2,.copy .copy-content>h3{margin-bottom:0}.copy .copy-content ol,.copy .copy-content p,.copy .copy-content ul{margin-bottom:16px}.copy .copy-content ol:last-child,.copy .copy-content p:last-child,.copy .copy-content ul:last-child{margin-bottom:0}.copy.header,.copy.variant--section{--titleFontSize:34px;--titleLineHeight:1.294117647}@media(min-width:1020px){.copy.header,.copy.variant--section{--titleFontSize:38px;--titleLineHeight:1.263157895}}.copy.variant--subsection{--titleFontSize:24px;--titleLineHeight:1.333333333}@media(min-width:768px){.copy.variant--subsection{--titleFontSize:26px;--titleLineHeight:1.384615385}}.copy.detail,.copy.variant--detail{--titleFontSize:15px;--titleLineHeight:1.6;--row-gap:8px}@media(min-width:1020px){.copy.detail,.copy.variant--detail{--row-gap:16px}}.copy.new{--row-gap:12px}@media(min-width:1020px){.copy.new{--row-gap:20px}}.copy.new .copy-header .copy-caption{font-size:11px;letter-spacing:2px;line-height:12px;text-align:center;text-transform:uppercase}@media(min-width:768px){.copy.new .copy-header .copy-caption{text-align:left}}.copy.new .copy-header .copy-title{font-size:24px;line-height:36px}@media(min-width:768px){.copy.new .copy-header .copy-title{font-size:26px;line-height:34px}}@media(min-width:1440px){.copy.new .copy-header .copy-title{font-size:32px;line-height:44px}}@media(min-width:1920px){.copy.new .copy-header .copy-title{font-size:36px;line-height:48px}}.copy.new .copy-content,.copy.new .copy-footer{font-weight:inherit}.copy.gap-normal,.copy.gap-normal .copy-content,.copy.gap-normal .copy-footer,.copy.gap-normal .copy-header{row-gap:16px}.copy.gap-large{row-gap:24px}@media(min-width:768px){.copy.gap-large{row-gap:64px}}.copy.gap-large .copy-content,.copy.gap-large .copy-footer,.copy.gap-large .copy-header{row-gap:16px}@media(min-width:768px){.copy.gap-large .copy-content,.copy.gap-large .copy-footer,.copy.gap-large .copy-header{row-gap:24px}}@media(min-width:1020px){.copy.gap-large .copy-content,.copy.gap-large .copy-footer,.copy.gap-large .copy-header{row-gap:64px}}.call-to-action-footer .column{background:#1e1248;border-radius:20px;padding:64px}.call-to-action-footer .column .copy-content,.call-to-action-footer .column .copy-title,footer{color:#fff}footer section{padding-bottom:0;padding-top:0}footer .container-top{padding-bottom:64px;padding-top:64px}footer .container-top .title{color:#fff;font-size:17px;font-weight:500;line-height:24px;margin-bottom:16px;margin-top:0}footer .container-top ul{display:grid;list-style:none;grid-gap:16px}footer .container-top ul li a{color:#fff;font-size:15px;font-weight:300}footer .container-top .newsletter{display:flex}footer .container-top .newsletter input{background:#fff;border:1px solid #b9d0e5;border-right:0;color:#091c1e;font:inherit;font-size:1rem;font-weight:400;margin:0;outline:none;padding:9px 13px;-webkit-box-flex:1;-webkit-border-radius:200px 0 0 200px;-moz-border-radius:200px 0 0 200px;border-radius:200px 0 0 200px;-ms-flex:1;flex:1;width:50%}footer .container-top .newsletter input::-webkit-input-placeholder{color:#c5c8d9}footer .container-top .newsletter input:-ms-input-placeholder{color:#c5c8d9}footer .container-top .newsletter input::placeholder{color:#c5c8d9}footer .container-top .newsletter input:-moz-placeholder{color:#c5c8d9}footer .container-top .newsletter button{align-items:center;background:#3ac6a6;border:none;-webkit-border-radius:0 200px 200px 0;-moz-border-radius:0 200px 200px 0;border-radius:0 200px 200px 0;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;height:50px;justify-content:center;margin:0;outline:none;-webkit-transition:all .15s ease;transition:all .15s ease;width:50px}footer .container-top .logo{margin-bottom:24px;text-align:left}footer .container-top .logo a{appearance:none;background-color:transparent;border:none;cursor:pointer;display:inline-block;fill:#d8f3f1;outline:none}footer .container-top .logo a svg{height:24px}footer .container-bottom,footer .container-top .contact-details{color:#d8f3f1}footer .container-bottom .wrapper{border-top:1px solid rgba(221,218,241,.1);padding-bottom:24px;padding-top:24px}footer .container-bottom .copyright{font-size:.82rem}footer .container-bottom .legal{font-size:.82rem;text-align:center}footer .container-bottom .social{text-align:right}footer .container-bottom .social div div{height:20px;text-align:center;width:20px}footer .container-bottom .social div div a{fill:#c5c8d9}footer .container-bottom .social div div a svg{width:14px}footer li a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;display:inline-block;padding-bottom:2px;transition:background-size .3s,background-position 0s .3s}footer li a:hover{background-position:100% 100%;background-size:100% 1px}form{display:grid;row-gap:24px}form .fields{display:grid;row-gap:16px}form .fields .field label{display:block;font-weight:400;margin-bottom:5px}form .fields .field.invalid label{color:#f26969}form .fields .field.invalid input,form .fields .field.invalid select,form .fields .field.invalid textarea{border-color:#f26969}form .fields .field .notification{display:none}form .fields .field input,form .fields .field select,form .fields .field textarea{background-color:#fff;border:1px solid #fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(12,0,46,.04);-webkit-box-shadow:0 2px 4px 0 rgba(12,0,46,.04);color:#091c1e;font-weight:500;line-height:60px;padding:4px 4px 4px 30px;width:100%}form .fields .buttons .button{width:100%}form .fields .disclaimer{color:#64748b;font-size:.82rem}.columns-container{display:flex;height:100%;overflow-y:hidden}.columns-container .column-left{border-right:1px solid #b9d0e5;padding:24px 20px 0 12px;width:280px}.columns-container .column-main{position:relative;width:100%}body.no-animations .site-header .mobile-navigation{transition:0s}@media(max-width:1020px){.site-header.mobile-navigation-open .navigation{background-color:#fff;display:block;opacity:1;overflow-y:scroll;pointer-events:auto;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.site-header.mobile-navigation-open .navigation .sub-navigation{display:none}}@media(min-width:1020px){.site-header.sub-navigation-open .sub-navigation{opacity:1;pointer-events:auto;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}body.theme-dark .site-header,body.theme-midnight .site-header{--nav-text-color:#fff;--nav-toggle-filter:brightness(0) invert(1)}body.theme-dark.scroll .site-header,body.theme-midnight.scroll .site-header{--nav-text-color:#091c1e;--nav-toggle-filter:none}.site-header{--nav-background:#fff;--nav-text-color:#091c1e;--nav-toggle-filter:none;--nav-section-border-color:#e4e7ec}header .navigation{align-items:center;display:none;justify-content:center;left:0;position:absolute;top:73px;width:100%}@media(min-width:1020px){header .navigation{display:flex;height:100%;position:static;width:auto}}header .navigation .sub-navigation{height:100%;left:10px;opacity:0;pointer-events:none;position:absolute;top:60px;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-ms-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;z-index:1}header .navigation .sub-navigation .wrapper-container{background-color:var(--nav-background);-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.04),0 8px 16px 0 rgba(0,0,0,.08);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,.04),0 8px 16px 0 rgba(0,0,0,.08);box-shadow:0 0 4px 0 rgba(0,0,0,.04),0 8px 16px 0 rgba(0,0,0,.08);height:100%;min-height:72px;min-width:100px;overflow:hidden;position:relative;-webkit-transition:width .25s,height .25s,left .25s;-moz-transition:width .25s,height .25s,left .25s;-ms-transition:width .25s,height .25s,left .25s;-o-transition:width .25s,height .25s,left .25s;transition:width .25s,height .25s,left .25s}header .navigation .sub-navigation .wrapper-container .wrapper{position:relative}header .navigation .sub-navigation .wrapper-container .wrapper .nav-item-dropdown{left:0;min-width:400px;position:absolute;-webkit-transition:opacity .25s,left .25s;-moz-transition:opacity .25s,left .25s;-ms-transition:opacity .25s,left .25s;-o-transition:opacity .25s,left .25s;transition:opacity .25s,left .25s}header .navigation .sub-navigation .wrapper-container .wrapper .nav-item-dropdown.no-transition{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}header .navigation .sub-navigation .wrapper-container .wrapper .nav-item-dropdown .sections .section{width:350px}header .navigation .nav-item{border-bottom:1px solid var(--nav-section-border-color);position:relative}header .navigation .nav-item:last-of-type{border-bottom:none}@media(min-width:1020px){header .navigation .nav-item{border-bottom:none}}header .navigation .nav-item .nav-item-link,header .navigation .nav-item .nav-item-toggle{appearance:none;background-color:transparent;border:none;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;letter-spacing:.5px;line-height:24px;outline:none;padding:10px 20px;-webkit-transition:color .3s;-moz-transition:color .3s;-ms-transition:color .3s;-o-transition:color .3s;transition:color .3s}@media(min-width:1020px){header .navigation .nav-item .nav-item-link,header .navigation .nav-item .nav-item-toggle{color:var(--nav-text-color)}}header .navigation .nav-item .nav-item-toggle:after{background:url(../20321117e6db21c50032.svg) no-repeat bottom;content:"";cursor:pointer;display:inline-block;filter:var(--nav-toggle-filter);height:20px;outline:none;position:relative;top:5px;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;transition:transform .5s;user-select:none;width:20px}header .navigation .nav-item.open .nav-item-toggle:after{transform:translateZ(0) scaleX(1) rotateX(180deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);transform-style:preserve-3d}header .navigation .nav-item.open .nav-item-dropdown{display:block}@media(min-width:1020px){header .navigation .nav-item.open .nav-item-dropdown{display:none}}header .navigation .nav-item .nav-item-dropdown{display:none;padding:0 10px}@media(min-width:1020px){header .navigation .nav-item .nav-item-dropdown{display:none;padding:0 20px}}header .navigation .nav-item .nav-item-dropdown .sections .section .title{color:#64748b;font-size:.75rem;line-height:1;margin-bottom:1.25em;margin-top:1.25em;text-transform:uppercase;white-space:nowrap}header .navigation .nav-item .nav-item-dropdown .sections .section:first-child .title{margin-top:0}header .navigation .nav-item-dropdown{background:var(--nav-background);height:fit-content;width:fit-content}header .navigation .nav-item-dropdown .sections{background:#f6f9fb;display:flex;padding:4px;width:fit-content}header .navigation .nav-item-dropdown .sections .section{background:#fff;border-radius:4px;padding:24px 0}@media(min-width:1020px){header .navigation .nav-item-dropdown .sections .section{padding:24px}}header .navigation .nav-item-dropdown .sections .section:last-child{border-bottom:0}header .navigation .nav-item-dropdown .sections .section .title{color:#475467;font-size:13px;font-weight:500;line-height:1;margin-left:12px;margin-right:12px;padding-bottom:10px;text-transform:uppercase;white-space:nowrap}header .navigation .nav-item-dropdown .sections .section .items{font-weight:500;min-width:220px}header .navigation .nav-item-dropdown .sections .section .items .item{margin-bottom:8px;position:relative}header .navigation .nav-item-dropdown .sections .section .items .item:last-child{margin-bottom:0}header .navigation .nav-item-dropdown .sections .section .items .item{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;overflow:hidden}header .navigation .nav-item-dropdown .sections .section .items .item .item-link{display:flex;grid-column-gap:16px;padding:12px;position:inherit;-webkit-transition:background-color .5s,color .5s;-moz-transition:background-color .5s,color .5s;-ms-transition:background-color .5s,color .5s;-o-transition:background-color .5s,color .5s;transition:background-color .5s,color .5s}header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-icon{align-items:center;background-color:#f2f4f7;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:flex;flex:0 0 auto;height:32px;justify-content:center;-webkit-transition:background-color .5s;-moz-transition:background-color .5s;-ms-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s;width:32px}header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-icon .icon-wrapper{height:18px;width:18px}header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-icon .icon-wrapper img,header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-icon .icon-wrapper svg{color:var(--complimentaryColor);height:inherit;vertical-align:top;width:inherit}header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-icon.large{border-radius:8px;height:64px;width:64px}header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-icon.large img{width:34px}header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-text .item-text-title{color:#344054;font-size:14px;font-weight:500;letter-spacing:0;line-height:1.25;margin-bottom:3px;text-indent:0}header .navigation .nav-item-dropdown .sections .section .items .item .item-link .item-text .item-text-description{color:#667085;font-size:14px;font-weight:400;line-height:1.5;text-indent:0}header .navigation .nav-item-dropdown .sections .section .items .item .item-link:hover .item-icon{background:#fff}header .navigation .nav-item-dropdown .sections .section .items .item:before{background-color:var(--accentColor);content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .45s ease;-moz-transition:opacity .45s ease;-ms-transition:opacity .45s ease;-o-transition:opacity .45s ease;transition:opacity .45s ease;width:100%}header .navigation .nav-item-dropdown .sections .section .items .item:hover:before{opacity:.1}header .navigation .overlay{display:none;height:100vh;left:0;position:absolute;top:0;width:100%;z-index:100}section.cookies{background:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;bottom:0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.16),0 10px 15px -3px rgba(0,0,0,.16);-moz-box-shadow:0 2px 4px rgba(0,0,0,.16),0 10px 15px -3px rgba(0,0,0,.16);box-shadow:0 2px 4px rgba(0,0,0,.16),0 10px 15px -3px rgba(0,0,0,.16);display:none;padding:24px;position:fixed;width:100%;z-index:100000}section.cookies .text{font-size:.875rem;margin-bottom:8px}@media(min-width:768px){section.cookies{bottom:10px;left:10px;width:380px}section.cookies .buttons .button{display:block;margin-bottom:8px}section.cookies .buttons .button:last-child{margin-bottom:0}}.tags-wrapper .label{font-weight:600;margin-bottom:8px}.tags-wrapper .tags{column-gap:8px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;row-gap:8px}.tags-wrapper .tags .tag{background:#e9e9f0;border:0;border-radius:8px;color:#425466;font-weight:500;padding:16px 24px;-webkit-transition:color .2s ease,background-color .2s ease;-moz-transition:color .2s ease,background-color .2s ease;-ms-transition:color .2s ease,background-color .2s ease;-o-transition:color .2s ease,background-color .2s ease;transition:color .2s ease,background-color .2s ease}.tags-wrapper .tags .tag.active{background:var(--accentColor);color:#fff}.tags-wrapper .tags .tag:hover{background:rgba(78,78,201,.2);color:#0f2133}section.trusted-by .container{padding-bottom:24px;padding-top:24px}section.trusted-by .logos{column-gap:64px;display:flex;flex-wrap:wrap;row-gap:16px;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}@media(min-width:1020px){section.trusted-by .logos{justify-content:space-between}}section.trusted-by .logos>div{display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}section.trusted-by .logos>div img{filter:grayscale(100%);opacity:.5;width:6rem}@media(min-width:768px){section.trusted-by .logos>div img{width:7rem}}@media(max-width:768px){section.customerquotes .container>.wrapper{margin-left:0;margin-right:0}}section.customerquotes .column{position:relative}section.customerquotes .quotes{background:#f4f4f7;border-radius:20px;padding:64px 85px}@media(min-width:768px){section.customerquotes .quotes{padding:64px 160px}}section.customerquotes .quotes .quote{left:-99999px;opacity:0;position:absolute;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}section.customerquotes .quotes .quote.active{display:block;opacity:1;position:inherit}section.customerquotes .quotes .quote .quote-text{color:#091c1e;font-size:1.1rem;font-weight:500;line-height:1.6rem;margin-bottom:18px;position:relative;text-align:center}@media(min-width:768px){section.customerquotes .quotes .quote .quote-text{font-size:1.2rem;line-height:2rem;text-align:left}}section.customerquotes .quotes .quote .quote-text:before{content:"“";display:block;font-size:4rem;font-weight:500;left:-46px;position:absolute;top:-4px}section.customerquotes .quotes .quote .quote-author{display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;flex-direction:column}@media(min-width:768px){section.customerquotes .quotes .quote .quote-author{flex-direction:row}}section.customerquotes .quotes .quote .quote-author .quote-author-photo{display:block;height:83px;margin-bottom:30px;overflow:hidden;width:83px}@media(min-width:768px){section.customerquotes .quotes .quote .quote-author .quote-author-photo{margin-bottom:0;margin-right:30px}}section.customerquotes .quotes .quote .quote-author .quote-author-name{font-size:1rem;text-align:center}@media(min-width:768px){section.customerquotes .quotes .quote .quote-author .quote-author-name{text-align:left}}section.customerquotes .quotes .quote .quote-author .quote-author-name .quote-author-job{display:block;font-size:.875rem;font-weight:400}section.customerquotes .nav .next,section.customerquotes .nav .prev{background:#fff;border:1px solid #f1f1f1;border-radius:50%;box-shadow:0 6px 13px 2px rgba(0,0,0,.05);cursor:pointer;font-size:0;height:30px;left:20px;position:absolute;top:50%;transform:translateY(-50%);width:30px}section.customerquotes .nav .next:after,section.customerquotes .nav .prev:after{background:url(../20321117e6db21c50032.svg) no-repeat bottom;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}@media(min-width:768px){section.customerquotes .nav .next,section.customerquotes .nav .prev{height:50px;width:50px}}section.customerquotes .nav .prev{left:30px}@media(min-width:768px){section.customerquotes .nav .prev{left:50px}}section.customerquotes .nav .prev:after{transform:rotateY(0deg) rotate(90deg)}section.customerquotes .nav .next{left:auto;right:20px}@media(min-width:768px){section.customerquotes .nav .next{right:50px}}section.customerquotes .nav .next:after{transform:rotateY(0deg) rotate(-90deg)}.platform-slider .logos{gap:7px;grid-template-columns:repeat(4,1fr);margin-bottom:20px;margin-top:20px}@media(min-width:768px){.platform-slider .logos{gap:12px;grid-template-columns:repeat(14,1fr)}}.platform-slider .logos .logo{background:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);-moz-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);overflow:hidden;position:relative}.platform-slider .logos .logo img{width:100%}.platform-slider .logos .logo.odd{transform:translateY(-18px)}.platform-slider .logos .logo a{padding:25%}.faq .faq-item{background-color:#ebf5f3;border-radius:6px;margin-bottom:16px;-webkit-transition:color .35s cubic-bezier(.4,0,.2,1),background-color .35s cubic-bezier(.4,0,.2,1);-moz-transition:color .35s cubic-bezier(.4,0,.2,1),background-color .35s cubic-bezier(.4,0,.2,1);-ms-transition:color .35s cubic-bezier(.4,0,.2,1),background-color .35s cubic-bezier(.4,0,.2,1);-o-transition:color .35s cubic-bezier(.4,0,.2,1),background-color .35s cubic-bezier(.4,0,.2,1);transition:color .35s cubic-bezier(.4,0,.2,1),background-color .35s cubic-bezier(.4,0,.2,1)}.faq .faq-item:hover:not(.open){background-color:#0e4d56;color:#fff}.faq .faq-item:hover:not(.open) .faq-question:after{filter:brightness(0) invert(1)}.faq .faq-item:last-child{margin-bottom:0}.faq .faq-item .faq-question{cursor:pointer;font-size:1.3rem;font-weight:500;margin-bottom:0;padding:32px 28px;position:relative;-webkit-transition:margin-bottom .35s cubic-bezier(.4,0,.2,1);-moz-transition:margin-bottom .35s cubic-bezier(.4,0,.2,1);-ms-transition:margin-bottom .35s cubic-bezier(.4,0,.2,1);-o-transition:margin-bottom .35s cubic-bezier(.4,0,.2,1);transition:margin-bottom .35s cubic-bezier(.4,0,.2,1)}.faq .faq-item .faq-question:after{background:url(../20321117e6db21c50032.svg) no-repeat bottom;content:"";cursor:pointer;display:inline-block;height:25px;outline:none;position:absolute;right:28px;-webkit-transition:transform .35s,filter .35s;-moz-transition:transform .35s,filter .35s;-ms-transition:transform .35s,filter .35s;-o-transition:transform .35s,filter .35s;transition:transform .35s,filter .35s;user-select:none;width:25px}.faq .faq-item .faq-answer-wrapper{height:0;opacity:0;overflow:hidden;-webkit-transition:overflow .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),visibility .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);-moz-transition:overflow .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),visibility .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);-ms-transition:overflow .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),visibility .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);-o-transition:overflow .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),visibility .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);transition:overflow .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1),visibility .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1)}.faq .faq-item .faq-answer-wrapper .faq-answer-text{padding-bottom:28px;padding-left:32px;padding-right:32px}.faq .faq-item.open .faq-question{margin-bottom:16px}.faq .faq-item.open .faq-question:after{transform:translateZ(0) scaleX(1) rotateX(180deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);transform-style:preserve-3d}.block-points .title p{font-size:20px}.block-points .points{grid-column-gap:24px;grid-row-gap:24px;display:flex;flex-direction:column}.block-points .points .point strong{font-weight:900}.text-content>:not(div):first-child{margin-top:0}.text-content>:not(div):last-child{margin-bottom:0}.text-content h3,.text-content h4{margin-bottom:24px;margin-top:1.5rem}.text-content p{margin-bottom:.5rem}.img-background-fill{border-radius:1.5rem;overflow:hidden;padding-top:100%;position:relative;width:100%;--img-background-fill-color:#ec8380}.img-background-fill .fill{background:var(--img-background-fill-color);bottom:0;left:0;opacity:16%;position:absolute;right:0;top:0}.img-background-fill .picture-wrapper{align-items:center;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:4rem 3.75rem;position:absolute;right:0;top:0;width:100%}.card--fillImage picture img{min-width:100%}.tabs .tab-list-wrapper{margin-left:auto;margin-right:auto;max-width:100%;position:relative;width:fit-content}.tabs .tab-list{grid-column-gap:1rem;display:flex;flex-wrap:wrap;margin-bottom:24px}.tabs .tab-list:after{background-color:var(--accentColor);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;bottom:-2px;content:"";height:4px;left:0;margin:auto;opacity:.15;position:absolute;right:0;width:100%;z-index:1}.tabs .tab-list .tab{font-weight:600;padding:.5rem 1rem;position:relative}.tabs .tab-list .tab:after{background-color:var(--accentColor);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;bottom:-2px;content:"";height:4px;left:0;margin:auto;opacity:0;position:absolute;right:0;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;width:100%;z-index:1}.tabs .tab-list .tab:hover:after{opacity:.4}.tabs .tab-list .tab.selected:after{opacity:1}.tabs .tab-content{display:block;overflow:hidden}.tabs .tab-content .tab-content-track{display:flex;flex-direction:row;margin:0 0 calc(var(--scrollbarOffset)*-1);overflow-x:scroll;overscroll-behavior-x:contain;padding:0 0 var(--scrollbarOffset);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs .tab-content .tab-panel{display:block;min-width:100%;scroll-snap-align:center}.blog-content-card{--background-color:#fff;--background-color-hover:#ebf5f3;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;--cardBackground:var(--background-color);background-color:var(--background-color);color:#425466;gap:24px;position:relative;-webkit-transition:background-color .45s ease;-moz-transition:background-color .45s ease;-ms-transition:background-color .45s ease;-o-transition:background-color .45s ease;transition:background-color .45s ease}.blog-content-card,.blog-content-card:after{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.blog-content-card:after{border:12px solid var(--background-color-hover);content:"";inset:-12px;opacity:0;position:absolute;-webkit-transition:opacity .45s ease;-moz-transition:opacity .45s ease;-ms-transition:opacity .45s ease;-o-transition:opacity .45s ease;transition:opacity .45s ease;z-index:-1}.blog-content-card:hover:after{opacity:1}.blog-content-card .blog-thumbnail-wrapper{height:11.6875rem;overflow:hidden;position:relative}.blog-content-card .blog-thumbnail-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:transform .45s ease;-moz-transition:transform .45s ease;-ms-transition:transform .45s ease;-o-transition:transform .45s ease;transition:transform .45s ease;width:100%}.blog-content-card .blog-thumbnail-wrapper:after{background-color:var(--cardBackground);bottom:0;content:"";height:80px;left:0;position:absolute;transform:translateY(100%) skewY(-6deg);transform-origin:bottom left;width:100%}.blog-content-card .blog-content-wrapper{display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-moz-box-direction:normal;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;grid-row-gap:24px;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.blog-content-card .blog-content-wrapper .blog-card-heading{display:-moz-box;display:-webkit-box;font-size:24px;height:64px;-webkit-line-clamp:2;line-height:32px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;line-clamp:2}.blog-content-card .blog-content-wrapper .blog-post-intro{display:-moz-box;display:-webkit-box;height:4.8rem;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;color:#98a2b3;line-clamp:3}body.blog .category-title{display:flex;flex-direction:row;justify-content:space-between;width:100%}body.blog .category-title a{font-weight:500}body.blog-post .highlight,body.resource-term .highlight{background-color:#f4f4f7;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:24px 16px}body.blog-post header section{padding-bottom:0}body.blog-post .blog-header-image{background:gray;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;height:30.3125rem;overflow:hidden}body.blog-post .blog-header-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}body.blog-post .blog-card-tags-wrapper{display:flex;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}body.blog-post .info{color:#425466}body.blog-post .info .bold{font-weight:500;margin-bottom:8px}body.blog-post main{margin-top:64px}body.blog-post .wrapper-sidebar{display:flex;flex:0 0 auto;flex-direction:row;gap:64px;margin-top:40px;position:relative}body.blog-post .wrapper-sidebar .sidebar-left{display:none}@media(min-width:768px){body.blog-post .wrapper-sidebar .sidebar-left{align-self:start;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;left:0;padding-top:16px;position:sticky;position:-webkit-sticky;top:71px;width:230px}}body.blog-post .wrapper-sidebar .sidebar-left .duration{display:none}body.blog-post .wrapper-sidebar .sidebar-left .headers{border-bottom:1px solid #ebedf5;padding-bottom:24px}body.blog-post .wrapper-sidebar .sidebar-left .headers ul{display:flex;flex-direction:column;gap:16px}body.blog-post .wrapper-sidebar .sidebar-left .headers ul li a{color:#425466;font-size:16px}body.blog-post .wrapper-sidebar .sidebar-left .share{display:none}body.blog-post .wrapper-sidebar .sidebar-left .heading{color:#425466;font-size:16px;margin-bottom:16px;text-transform:uppercase}body.blog-post .wrapper-sidebar .sidebar-main{display:flex;flex:auto;flex-direction:column;gap:24px;padding-top:16px}body.blog-post .wrapper-sidebar .sidebar-main .intro .copy .copy-content{font-size:18px;font-weight:500}@media(min-width:768px){body.blog-post .wrapper-sidebar .sidebar-main .intro .copy .copy-content{font-size:22px}}body.blog-post .blog-card-tags .tag{background-color:#e9eeff;border-radius:.5rem;color:#2751e6;font-size:.82rem;font-weight:400;overflow:hidden;padding:.25rem .5rem;text-align:center}.platforms-list-page .connector-list .connector .copy-header .img-wrapper{margin-top:24px;text-align:center}.platforms-list-page .connector-list .connector .copy-header .img-wrapper img{height:70px;min-height:70px}.platforms-list-page .connector-list .connector .copy-title{height:32px}.platforms-list-page .connector-list .connector .copy-content-description{height:172.8px}.platforms-list-page .connector-list .connector .categories .category{background-color:#ecfbfa;color:#3edbd1;display:inline-block;font-size:.82rem;padding:2px 10px}.platforms-connect-page header .logos{align-items:center;column-gap:0;display:grid;grid-template-columns:3fr 1fr 3fr;text-align:center}.platforms-connect-page header .logos .plus{color:#091c1e;font-size:150px}body.page-contact .demo1,body.page-demo .demo1{background-color:#fff;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);-moz-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);overflow:hidden;padding:16px;position:relative}body.page-contact .demo2,body.page-demo .demo2{background-color:#fbfbfd;padding:64px}@media(max-width:768px){body.page-contact .form-wrapper,body.page-demo .form-wrapper{order:-1}}body.page-contact .slide-wrapper,body.page-demo .slide-wrapper{overflow:hidden}body.page-contact .slide-wrapper .slide,body.page-demo .slide-wrapper .slide{display:grid;grid:auto/minmax(0,1fr);grid-template-columns:repeat(3,1fr);-webkit-transform:translateX(-33.3333333333%);-ms-transform:translateX(-33.3333333333%);transform:translateX(-33.3333333333%);transition:transform .3s ease-in-out;width:300%}body.page-contact .slide-wrapper .slide.slide-error,body.page-demo .slide-wrapper .slide.slide-error{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}body.page-contact .slide-wrapper .slide.slide-success,body.page-demo .slide-wrapper .slide.slide-success{-webkit-transform:translateX(-66.6666666667%);-ms-transform:translateX(-66.6666666667%);transform:translateX(-66.6666666667%)}@keyframes pulsate{0%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(.1);-ms-transform:translate(-50%,-50%) scale(.1);transform:translate(-50%,-50%) scale(.1)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(3);-ms-transform:translate(-50%,-50%) scale(3);transform:translate(-50%,-50%) scale(3)}}body.page-plans header .copy .copy-content{opacity:1}body.page-plans .plan{align-content:start;background:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);-moz-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);height:100%;overflow:hidden;padding:32px;position:relative;text-align:center}body.page-plans .plan .copy-header{border-bottom:1px solid #b9d0e5;padding-bottom:32px;row-gap:24px}body.page-plans .plan .copy-header .price{color:#091c1e!important;font-weight:600}body.page-plans .plan .copy-header .price .extra{color:#64748b;display:inline-block;font-size:14px;font-weight:400;line-height:14px}body.page-plans .plan .copy-header .copy-title{color:#091c1e!important}body.page-plans .plan .copy-header .copy-caption{color:#091c1e}body.page-plans .plan .copy-content{color:#091c1e!important}body.page-plans .plan .copy-content .plan-ticks{font-weight:400;text-align:center}body.page-plans .plan .copy-content .plan-ticks div{color:#64748b;font-size:16px;font-weight:600;margin-bottom:16px;text-transform:uppercase}body.page-plans .plan .copy-content .plan-ticks ul{display:grid;row-gap:16px}body.page-plans .compare-section{display:none}@media(min-width:768px){body.page-plans .compare-section{display:block}}body.page-plans table.compare_plans{border-collapse:collapse;table-layout:fixed;width:100%}body.page-plans table.compare_plans a{border-bottom:1px dashed #64748b;font-weight:inherit}body.page-plans table.compare_plans tbody td,body.page-plans table.compare_plans thead th{line-height:32px;padding:16px 32px;text-align:center;width:140px}body.page-plans table.compare_plans tbody td:first-child,body.page-plans table.compare_plans thead th:first-child{text-align:left}body.page-plans table.compare_plans thead{border-bottom:1px solid #b9d0e5}body.page-plans table.compare_plans thead th{font-weight:500;line-height:50px}body.page-plans table.compare_plans thead th:first-child{font-weight:600}body.page-plans table.compare_plans tbody{border-bottom:1px solid #b9d0e5}body.page-plans table.compare_plans tbody tr td{border-right:1px solid #b9d0e5}body.page-plans table.compare_plans tbody tr td:last-child{border-right:0}body.page-plans table.compare_plans tbody tr td .gg-check{color:#3ac6a6;margin-left:auto;margin-right:auto}.link{color:var(--accentColor)}.link .arrow-icon{display:inline-block;margin-left:12px;transform:translateY(6px);vertical-align:top}.link.intext{border-bottom:1px solid var(--accentColor);color:inherit}.link.term{border-bottom:1px dashed var(--accentColor);color:inherit}.link.term:after{content:""}.back-yellow{background-color:#ffc800}.back-pink{background-color:#fd71af}.back-green{background-color:#51ca84}.back-blue{background-color:#2bc4f8}.back-purple{background-color:#7b68ee}.placeholder{border:1px dotted #fff;color:#fff;display:none;height:100%;text-align:center;width:100%}ul.list-dot li{margin-bottom:16px;padding-left:30px;position:relative}ul.list-dot li:last-child{margin-bottom:0}ul.list-dot li ul{margin-left:16px;margin-top:16px}ul.list-dot li:before{background-color:#bfbfbf;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;content:"";display:inline-block;height:5px;left:7px;position:absolute;top:16px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:5px}.list-marker li{margin-bottom:8px;padding-left:30px;position:relative}.list-marker li:last-child{margin-bottom:0}.list-marker li:before{border-right:2px solid var(--accentColor);border-top:2px solid var(--accentColor);content:"";display:inline-block;height:.2rem;left:7px;margin-right:16px;position:absolute;top:13px;-webkit-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg);width:.7rem}.flex-medium{display:inline-flex;flex-wrap:unset;gap:24px;margin-left:auto;margin-right:auto}@media(min-width:768px){.flex-medium{margin-left:0;margin-right:0}}.tick{background:#daf5ef;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;height:12px;margin-right:8px;position:relative;top:2px;width:12px}@media(min-width:768px){.tick{height:14px;margin-right:16px;width:14px}}@media(min-width:1020px){.tick{height:16px;margin-right:20px;width:16px}}.tick:before{border-right:2px solid #3ac6a6;border-top:2px solid #3ac6a6;content:"";display:inline-block;height:10%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg);width:40%}.tick.light{background:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tick.light:before{border-right-color:#fff;border-top-color:#fff}.draft{opacity:.5}.draft:before{content:"[ "}.draft:after{content:" ]"}.loading-placeholder{background:#3ac6a6;opacity:.2;overflow:hidden;position:relative}.loading-placeholder:before{animation:load 1s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,transparent 0,#e8e8e8 50%,transparent);content:"";display:block;height:100%;left:-150px;position:absolute;top:0;width:150px}@keyframes load{0%{left:-150px}to{left:100%}}.right{text-align:right}.grecaptcha-badge{visibility:hidden}table{border-collapse:collapse;table-layout:fixed}table.basic{border:1px solid #000;width:100%}table.basic thead{background:#091c1e;color:#fff}table.basic td{padding:20px 30px;width:25%}.light{color:#64748b}.padding-medium{padding:24px}