@charset "UTF-8";:root{--white: #ffffff;--primary-1: #d44747;--primary-2: #dc6f6f;--primary-3: #ffd1d1;--primary-4: #ffe5e4;--gray-1: #1e1e1e;--gray-2: #333333;--gray-3: #7a7a7a;--gray-4: #a7a7a7;--gray-5: #e0e0e0;--gray-6: #6b6b6b;--gray-7: #f9f9fa;--gray-8: #e5e7eb;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-secondary: "Work Sans";--font-size-xs: 14px;--font-size-s: 16px;--font-size-m: 24px;--font-size-l: 32px;--font-size-xl: 36px;--font-size-xxl: 48px;--spacing-xs: 10px;--spacing-s: 12px;--spacing-m: 16px;--spacing-l: 20px;--spacing-xl: 24px;--spacing-xxl: 32px;--spacing-xxxl: 80px;--spacing-xxxxl: 120px;--border-radius: 16px;--border-radius-small: 14px}@media (max-width: 768px){:root{--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}}@font-face{font-family:Work Sans;src:url(/fonts/WorkSans-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Work Sans;src:url(/fonts/WorkSans-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic;font-display:swap}html{font-weight:500;font-optical-sizing:auto;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:var(--font-primary)}*{box-sizing:border-box;outline:none}a{font-family:var(--font-primary);font-weight:500;color:var(--gray-3);text-decoration:inherit;transition:color .3s ease;-webkit-tap-highlight-color:transparent}a:hover{color:var(--gray-1)}button{-webkit-tap-highlight-color:transparent}strong{color:var(--gray-2);font-weight:600}p,article{margin-top:var(--spacing-s);margin-bottom:var(--spacing-s);color:var(--gray-3);font-size:var(--font-size-s);font-family:var(--font-primary);line-height:24px}p ul li,article ul li{margin-bottom:var(--spacing-s)}p a,article a{color:var(--gray-1);text-decoration:underline;text-underline-offset:6px;text-decoration-color:var(--primary-2)}p a:hover,article a:hover{color:var(--primary-2)}p.large,article.large{font-size:18px;line-height:28px}article{margin-bottom:0}article .bt-content-wrapper:last-child p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:500;color:var(--gray-2)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:var(--gray-2);text-decoration:none}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:var(--gray-2)}h1{margin:0 0 4px;font-size:var(--font-size-xl);color:var(--gray-1);line-height:48px;letter-spacing:-.02em}h2{margin:0 0 var(--spacing-xl) 0;font-size:var(--font-size-xl);line-height:48px;letter-spacing:-.02em}h3{margin:0 0 var(--spacing-xl) 0;font-size:var(--font-size-l);line-height:40px;letter-spacing:-.02em}h4{margin:0 0 var(--spacing-s) 0;font-size:var(--font-size-m);line-height:32px}.pointer-disabled{pointer-events:none}.is-disabled{pointer-events:none;color:#c6c6c6}.bt-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bt-highlight{display:inline-block;margin-left:6px;color:var(--primary-1)}.bt-text-highlight{color:var(--primary-2)}@media (min-width: 769px){@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.woff2) format("woff2");font-weight:100 900;font-style:italic;font-display:swap}}@media (max-width: 720px){h1{width:100%;font-size:var(--font-size-xl);line-height:44px;text-align:left}h2{font-size:30px;line-height:38px;text-align:left}h3{font-size:var(--font-size-m);line-height:32px;margin-bottom:var(--spacing-m)}h4{font-size:22px;line-height:30px}}@media (max-width: 400px){html,body{overflow-x:hidden}pre,code{overflow-x:auto;max-width:100%}}#bt-content{display:flex;flex-direction:column;align-items:center}.bt-content-wrapper{width:100%;max-width:1216px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.bt-section{display:flex;justify-content:center;width:100%;padding:var(--spacing-xxxxl) 0;padding:64px 0}.bt-section h2{text-align:center}.bt-header{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 var(--spacing-xxl);border-radius:var(--border-radius);background-color:var(--gray-7)}.bt-header .bt-logo{display:flex;align-items:center;margin-top:2px}.bt-header .bt-navigation .bt-hamburger{display:none;width:32px;height:32px;padding:0;position:relative;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;background:none;border:none;z-index:99}.bt-header .bt-navigation .bt-hamburger span{display:block;height:2px;width:24px;background-color:var(--gray-2);border-radius:2px;transition:all .3s ease;transform-origin:center center}.bt-header .bt-navigation .bt-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.bt-header .bt-navigation .bt-hamburger.active span:nth-child(2){opacity:0}.bt-header .bt-navigation .bt-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.bt-header .bt-navigation ul{display:flex;align-items:center;list-style-type:none}.bt-header .bt-navigation ul li{position:relative;margin-left:var(--spacing-xl)}.bt-header .bt-navigation ul li a{color:var(--gray-3);font-size:18px;transition:color .5s ease}.bt-header .bt-navigation ul li a:hover{color:var(--gray-1)}.bt-header .bt-navigation ul li:after{content:"";position:absolute;bottom:-11px;left:50%;height:4px;width:100%;border-radius:4px;background-color:#f3f3f7;opacity:0;transform:translate(-50%) scaleX(0);transform-origin:center;transition:all .5s ease}.bt-header .bt-navigation ul li:hover:after{opacity:1;transform:translate(-50%) scaleX(1)}.bt-header .bt-navigation ul li.bt-active a,.bt-header .bt-navigation ul li.bt-active .bt-highlight{color:var(--gray-2)}.bt-header .bt-navigation ul li.bt-active:after{width:16px;opacity:1;background-color:var(--primary-2);transform:translate(-50%) scaleX(1)}.bt-header.bt-header-margin{margin-top:var(--spacing-xxl)}.bt-breadcrumbs{display:flex;align-items:center;margin:48px 0 var(--spacing-xxl);font-size:var(--font-size-xs)}.bt-breadcrumbs a{flex:0 0 auto;color:var(--gray-3);transition:all .3s ease;text-decoration:none;font-size:var(--font-size-xs)}.bt-breadcrumbs a:hover{color:var(--gray-2)}.bt-breadcrumbs span{color:var(--gray-2);font-weight:600}.bt-breadcrumbs .bt-breadcrumbs-arrow{margin:0 var(--spacing-s)}.bt-hero-wrapper{width:100%;padding-top:var(--spacing-xxl)}.bt-hero-wrapper .bt-hero{display:flex;justify-content:space-between;width:100%;padding:var(--spacing-xxxl) 0}.bt-hero-wrapper .bt-hero .bt-hero-content{max-width:650px}.bt-hero-wrapper .bt-hero .bt-hero-content .bt-subtitle{font-size:22px;line-height:32px;text-align:left}.bt-hero-wrapper .bt-hero .bt-hero-content p.large{margin:0}.bt-hero-wrapper .bt-hero .bt-hero-content.bt-hero-content-center{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;text-align:center}.bt-hero-wrapper .bt-hero .bt-hero-content.bt-hero-content-center .bt-subtitle{text-align:center}.bt-hero-wrapper .bt-hero.bt-hero-contact .bt-hero-content{max-width:66%}.bt-hero-wrapper .bt-hero.bt-hero-contact .bt-hero-content .bt-subtitle{margin-bottom:var(--spacing-xl)}.bt-page-footer{width:100%;padding:48px 0;color:#9c9c9c;font-size:var(--font-size-xs);background-color:var(--gray-2)}.bt-page-footer .bt-content-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;margin-top:0}.bt-page-footer a{color:var(--white);opacity:.8;transition:all .3s ease}.bt-page-footer a:hover{opacity:1}.bt-page-footer .bt-footer-links{display:flex;align-items:center;justify-content:space-between}.bt-page-footer .bt-footer-links a{margin-left:var(--spacing-s)}.bt-page-footer .bt-footer-links a:first-child{margin-left:0}@media (max-width: 1320px){.bt-hero-wrapper .bt-hero .bt-hero-image .bt-eu-phone-info-box{right:-10px}}@media (max-width: 1240px){.bt-content-wrapper{padding:0 40px}}@media (max-width: 1192px){.bt-hero-wrapper .bt-hero{justify-content:center}.bt-hero-wrapper .bt-hero .bt-hero-content{max-width:800px}.bt-hero-wrapper .bt-hero .bt-hero-content.bt-hero-content-center .bt-subtitle{text-align:center}.bt-hero-wrapper .bt-hero .bt-hero-image,.bt-hero-wrapper .bt-hero .bt-contact-hero-image{margin-top:var(--spacing-xxxl)}.bt-page-footer .bt-footer-sections{flex-wrap:wrap;max-width:760px}.bt-page-footer .bt-footer-sections .bt-footer-section{width:50%;margin-bottom:40px}}@media (max-width: 1120px){.bt-hero-wrapper .bt-hero.bt-hero-contact{flex-wrap:wrap}.bt-hero-wrapper .bt-hero.bt-hero-contact .bt-hero-content{min-width:100%;max-width:100%;margin-bottom:var(--spacing-xxl)}.bt-hero-wrapper .bt-hero.bt-hero-contact .bt-articles-list-sidebar{margin-bottom:0}}@media (max-width: 960px){.bt-header .bt-navigation .bt-hamburger{display:flex}.bt-header .bt-navigation ul{display:none;position:absolute;flex-direction:column;top:100%;left:0;width:100%;margin-top:var(--spacing-m);padding:8px 0;box-shadow:0 -1px 3px #00000008,0 6px 18px #0000000f;border-radius:var(--border-radius);background-color:var(--white)}.bt-header .bt-navigation ul li{width:100%;margin-left:0}.bt-header .bt-navigation ul li a{display:flex;align-items:center;justify-content:center;width:100%;height:72px;border-bottom:solid 1px #f0f0f0}.bt-header .bt-navigation ul li:after{bottom:18px;width:20px}.bt-header .bt-navigation ul li:last-child a{border:none}.bt-header .bt-navigation ul.active{display:flex}.bt-page-footer{padding:64px 0}.bt-page-footer .bt-content-wrapper{flex-wrap:wrap;justify-content:center;margin-top:0}.bt-page-footer .bt-content-wrapper .bt-footer-links{width:100%;justify-content:center;margin-bottom:var(--spacing-s)}.bt-page-footer .bt-content-wrapper .bt-footer-links a:first-child{margin-left:0}}@media (max-width: 720px){.bt-hero-wrapper .bt-hero{padding:48px 0 64px}.bt-hero-wrapper .bt-hero .bt-hero-content .bt-subtitle{font-size:var(--font-size-m);line-height:32px;text-align:left}.bt-hero-wrapper .bt-hero .bt-hero-content.bt-hero-content-center .bt-subtitle,.bt-hero-wrapper .bt-hero .bt-hero-content p{text-align:left}.bt-hero-wrapper .bt-hero .bt-hero-content .bt-hero-actions{flex-wrap:wrap}.bt-hero-wrapper .bt-hero .bt-hero-content .bt-hero-actions .bt-clients{width:100%;justify-content:flex-start;margin-top:var(--spacing-xxl)}.bt-hero-wrapper .bt-hero .bt-hero-image{display:flex;flex-direction:column;margin-top:var(--spacing-xxl)}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-hero-image-container{width:356px;height:356px;background-size:356px;background-position:-8px 10px;order:2}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-hero-image-container>img{width:312px;margin-left:20px;margin-top:17px}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-info-box-container{position:relative;left:0;top:0}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-info-box-container.bt-email-info-box{order:1;margin-bottom:40px}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-info-box-container.bt-eu-phone-info-box{order:3;margin-top:40px}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-info-box-container.bt-us-phone-info-box{order:4;margin-top:var(--spacing-m)}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-info-box-container .bt-info-box{width:172px}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-info-box-container .bt-info-box.bt-info-icon{width:44px}.bt-hero-wrapper .bt-hero .bt-contact-hero-image{margin-top:64px}.bt-section{padding:64px 0}.bt-section h2{text-align:center}.bt-page-footer{padding:64px 0}.bt-page-footer .bt-footer-sections{display:flex;flex-direction:column;max-width:360px}.bt-page-footer .bt-footer-sections .bt-footer-section{width:360px;margin-bottom:var(--spacing-xxl)}.bt-page-footer .bt-footer-sections .bt-footer-section h3{margin-top:var(--spacing-m)}.bt-page-footer .bt-footer-sections .bt-footer-section ul li{margin-bottom:var(--spacing-xxl)}.bt-page-footer .bt-footer-sections .bt-footer-section:first-child h3{margin-top:0}.bt-page-footer .bt-subfooter{flex-wrap:wrap;max-width:360px;margin-top:0}.bt-page-footer .bt-subfooter .bt-subfooter-links{width:100%;justify-content:flex-start;margin-top:var(--spacing-s)}.bt-page-footer .bt-subfooter .bt-subfooter-links a:first-child{margin-left:0}}@media (max-width: 420px){.bt-content-wrapper{padding-left:var(--spacing-l);padding-right:var(--spacing-l)}}@media (max-width: 400px){.bt-hero-wrapper,.bt-section,.bt-content-wrapper{width:100%;max-width:100%}.bt-content-wrapper,.bt-hero{padding-left:12px;padding-right:12px;margin-left:0;margin-right:0}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-hero-image-container{width:320px;max-width:100%;height:320px;background-size:320px;background-position:-6px 12px}.bt-hero-wrapper .bt-hero .bt-hero-image .bt-hero-image-container>img{width:276px;max-width:100%}}.bt-button{display:inline-flex;align-items:center;justify-content:center;position:relative;height:56px;min-height:56px;color:var(--white);font-size:20px;padding:var(--spacing-m) var(--spacing-xxl);border:solid 1px rgba(255,255,255,.9);border-radius:var(--border-radius);box-shadow:0 4px 12px #8c73ff40;background-color:var(--primary-2);transition:color .3s ease,background-color .3s ease;cursor:pointer;overflow:hidden}.bt-button .bt-icon{margin-right:var(--spacing-s)}.bt-button.bt-loading{color:transparent;pointer-events:none}.bt-button.bt-loading:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin-top:-10px;margin-left:-10px;border:3px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .8s linear infinite}.bt-button.bt-loading .bt-icon{display:none}@keyframes spin{to{transform:rotate(360deg)}}.bt-button:hover{color:var(--white);background-color:var(--primary-1)}.bt-button.bt-button-medium{border-radius:var(--border-radius-small);font-size:16px;height:48px;min-height:48px;padding:var(--spacing-xs) var(--spacing-xl)}.bt-button.bt-button-small{border-radius:var(--border-radius-small);font-size:16px;height:44px;min-height:44px;padding:var(--spacing-xs) var(--spacing-xl)}.bt-button.bt-button-text{background-color:transparent;color:var(--gray-6);border:none;box-shadow:none}.bt-button.bt-button-text:hover{background-color:transparent;color:var(--gray-2)}.bt-subtitle{margin:0;font-size:var(--font-size-m);line-height:32px;font-style:italic;font-family:var(--font-secondary);color:var(--gray-3)}.bt-intro-text{margin-bottom:0;text-align:center}.bt-intro-text.bt-margin-bottom{margin-bottom:72px}.bt-card{width:100%;padding:var(--spacing-xxl);border-radius:var(--border-radius);background-color:var(--gray-7)}.bt-card h4{margin:0 0 var(--spacing-xl) 0;line-height:32px}.bt-card p{margin-top:0}@media (max-width: 1192px){.bt-subtitle{text-align:center}}@media (max-width: 720px){.bt-subtitle{font-size:22px;line-height:30px}.bt-intro-text.bt-margin-bottom{margin-bottom:56px}}form{display:flex;flex-direction:column;align-items:flex-start;width:100%}form .bt-button{margin-left:auto;margin-right:auto}input,textarea{width:100%;margin-bottom:var(--spacing-l);padding:14px var(--spacing-m);border-radius:8px;border:solid 1px var(--gray-5);font-size:var(--font-size-s);font-family:var(--font-primary);transition:all .3s ease}input::placeholder,textarea::placeholder{color:var(--gray-4);opacity:1;font-size:var(--font-size-s);font-family:var(--font-primary)}input:focus,textarea:focus{border-color:var(--primary-2);box-shadow:0 0 0 3px #f3e3d7}input{height:48px}textarea{height:152px;resize:none}.bt-blog-article .bt-content-wrapper{align-items:flex-start;max-width:912px}.bt-blog-article article h1{margin-bottom:var(--spacing-l)}.bt-blog-article article h2,.bt-blog-article article h3{margin-top:var(--spacing-xl)}.bt-blog-article article .bt-content-wrapper{max-width:800px}.bt-blog-article article .bt-content-wrapper>img,.bt-blog-article article .bt-content-wrapper>picture img{margin-top:var(--spacing-xl);margin-bottom:var(--spacing-xl);border-radius:8px;box-shadow:0 -1px 3px #00000008,0 7px 24px #0000001a}.bt-blog-article article .bt-content-wrapper>img.bt-intro-image,.bt-blog-article article .bt-content-wrapper>picture img.bt-intro-image{max-width:100%;height:auto}.bt-blog-article article .bt-article-meta{margin-bottom:var(--spacing-m);font-size:var(--font-size-s)}.bt-blog-article article .bt-article-tagline{margin-bottom:var(--spacing-l);margin-left:56px;padding-top:3px;padding-left:var(--spacing-xxl);border-left:solid 2px var(--primary-2);font-size:18px;font-weight:300;font-style:italic;color:#939393}.bt-blog-article article .bt-article-tagline .bt-article-tagline-name{display:block;margin-top:var(--spacing-m);color:var(--gray-2);font-size:var(--font-size-s);font-weight:500}.bt-blog-article article>picture{display:block;margin-left:auto;margin-right:auto;max-width:100%}.bt-blog-article article .bt-image-text{display:flex;align-items:center;justify-content:space-between;max-width:900px;margin:40px auto 20px;border-radius:8px;font-size:18px;font-weight:300;font-style:italic;color:#939393;background-color:#faf9ff}.bt-blog-article article .bt-image-text>img{max-width:100%;height:auto;border-radius:8px 0 0 8px;box-shadow:0 -1px 3px #00000008,0 7px 24px #0000001a}.bt-blog-article article .bt-image-text .bt-text{width:269px;margin:0 auto;letter-spacing:.02em}.bt-blog-article article .bt-image-text .bt-text p{margin-top:var(--spacing-s);font-size:18px}.bt-blog-article article .bt-image-text .bt-text .bt-text-name{display:block;margin-top:var(--spacing-m);color:var(--gray-2);font-size:var(--font-size-s);font-weight:500}.bt-articles{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.bt-articles .bt-article{width:48%;margin-top:0;margin-bottom:60px}.bt-articles .bt-article img{display:block;max-width:100%;height:auto;margin-bottom:var(--spacing-xl);border-radius:8px;box-shadow:0 -1px 3px #00000008,0 7px 24px #0000001a}.bt-articles .bt-article h2{margin:0 0 var(--spacing-s) 0;font-size:var(--font-size-m);line-height:32px;letter-spacing:0;text-align:left}.bt-articles .bt-article .bt-read-more{text-decoration:none;font-size:var(--font-size-xs);color:var(--gray-2)}.bt-articles .bt-article .bt-read-more:hover{color:var(--primary-2)}.bt-articles .bt-article:last-child{margin-bottom:0}.bt-articles .bt-articles-list-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap}.bt-articles .bt-articles-list-wrapper .bt-articles-list{width:66%}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article{display:flex;align-items:center;width:100%;margin-bottom:60px}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article .bt-article-content{margin-left:var(--spacing-xxl)}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article .bt-article-content p{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article img{max-width:320px;margin-bottom:0}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article h2{margin:0 0 var(--spacing-s) 0;font-size:var(--font-size-m);line-height:32px;letter-spacing:0}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article .bt-read-more{text-decoration:none;font-size:var(--font-size-xs)}.bt-articles.bt-no-pagination{padding-bottom:var(--spacing-xxl)}.bt-articles-list-sidebar{width:100%;max-width:30%;margin-left:var(--spacing-xxl)}.bt-articles-list-sidebar .bt-newsletter p{margin-bottom:var(--spacing-xl);font-size:var(--font-size-xs)}.bt-articles-list-sidebar .bt-newsletter p a{text-decoration:none}.bt-articles-list-sidebar .bt-newsletter .bt-button{width:100%}.bt-articles-list-sidebar .bt-newsletter .bt-button .bt-icon{width:20px}.bt-pagination{display:flex;justify-content:center;align-items:center;width:100%;margin:0 0 var(--spacing-xxxl);padding:0;list-style-type:none}.bt-pagination li{font-size:var(--font-size-xs);font-family:var(--font-secondary)}.bt-pagination li button{display:block;width:24px;text-align:center;font-weight:400;font-family:var(--font-secondary);color:var(--gray-3);background:none;padding:0;border:0;border-radius:0;outline:0;cursor:pointer}.bt-pagination li .bt-pagination-prev:after,.bt-pagination li .bt-pagination-next:after{content:"«";display:inline-flex;align-items:center;justify-content:center;width:24px;height:18px}.bt-pagination li .bt-pagination-next:after{content:"»"}.bt-pagination li.bt-active button{color:var(--gray-2);font-weight:600}.bt-article-meta{margin-bottom:8px;color:var(--gray-3);font-size:var(--font-size-xs)}.bt-article-meta .bt-reading-time:after,.bt-article-meta .bt-category:after{content:"•";display:inline-block;margin:0 4px 0 8px}.bt-more-articles{padding-top:var(--spacing-xxxl)}.bt-more-articles h3{margin-bottom:40px}.bt-more-articles .bt-articles .bt-article{width:31.5%}.bt-popular-articles{margin-bottom:48px}.bt-popular-articles article{margin-top:0;margin-bottom:var(--spacing-xxl)}.bt-popular-articles article a{display:flex;align-items:center;text-decoration:none}.bt-popular-articles article a img{display:block;max-width:100%;height:auto;margin-right:var(--spacing-l);border-radius:8px;box-shadow:0 -1px 3px #00000008,0 7px 24px #0000001a}.bt-popular-articles article a h5{margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-family:var(--font-primary);overflow:hidden;text-overflow:ellipsis}.bt-popular-articles article a .bt-date{font-size:12px;color:var(--primary-2)}.bt-popular-articles article:last-child{margin-bottom:0}@media (max-width: 1240px){.bt-more-articles{padding-left:40px;padding-right:40px}.bt-more-articles .bt-articles{padding:0}}@media (max-width: 1192px){.bt-blog-article .bt-subtitle{text-align:left}}@media (max-width: 1120px){.bt-articles{padding-bottom:var(--spacing-xxl)}.bt-articles .bt-articles-list-wrapper .bt-articles-list{width:100%}.bt-articles-list-sidebar{display:flex;justify-content:space-between;align-items:flex-start;margin-left:0;margin-bottom:48px;max-width:100%;order:3}.bt-articles-list-sidebar .bt-popular-articles,.bt-articles-list-sidebar .bt-newsletter{width:48%}.bt-articles-list-sidebar .bt-popular-articles{margin-bottom:0}.bt-pagination{order:2}}@media (min-width: 981px){.bt-more-articles h2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bt-more-articles .bt-article-content>p{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 980px){.bt-blog-article .bt-breadcrumbs{padding:0 40px}.bt-blog-article article>picture,.bt-blog-article article>img{width:calc(100% - 80px)}.bt-blog-article article .bt-image-text{margin:0 40px}.bt-blog-article article .bt-image-text>img{width:50%}.bt-blog-article article .bt-image-text .bt-text{width:50%;padding:0 var(--spacing-xl)}.bt-blog-article .bt-blog-table{display:block;margin-left:auto;margin-right:auto;width:calc(100% - 80px)}.bt-more-articles{padding-top:64px}.bt-more-articles .bt-articles .bt-article{width:48%;margin-bottom:48px}}@media (max-width: 800px){.bt-blog-article article .bt-image-text{flex-direction:column}.bt-blog-article article .bt-image-text>img{width:100%;border-radius:8px 8px 0 0}.bt-blog-article article .bt-image-text .bt-text{width:100%;padding:var(--spacing-xxl) 64px}}@media (max-width: 720px){.bt-articles{flex-direction:column;padding-left:40px;padding-right:40px}.bt-articles .bt-article{width:100%;margin-bottom:48px}.bt-articles .bt-article h2{text-align:left}.bt-articles .bt-article:last-child{margin-bottom:0}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article{flex-wrap:wrap;margin-bottom:48px}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article .bt-article-content{margin-left:0}.bt-articles .bt-articles-list-wrapper .bt-articles-list .bt-article img{max-width:100%;margin-bottom:var(--spacing-xl)}.bt-articles-list-sidebar{flex-direction:column}.bt-articles-list-sidebar .bt-popular-articles,.bt-articles-list-sidebar .bt-newsletter{width:100%}.bt-articles-list-sidebar .bt-popular-articles{margin-bottom:48px}.bt-blog-article article>img,.bt-blog-article article .bt-image-text{margin-top:var(--spacing-l)}.bt-blog-article article>img.bt-intro-image,.bt-blog-article article>picture img.bt-intro-image{margin-bottom:var(--spacing-l)}.bt-more-articles{padding-bottom:64px}.bt-more-articles h3{font-size:30px;line-height:38px;margin-bottom:40px}.bt-more-articles .bt-articles .bt-article{width:100%}}@media (max-width: 480px){.bt-breadcrumbs span{display:inline-block;width:100%;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bt-blog-article .bt-article-meta{display:flex;flex-wrap:wrap;font-size:var(--font-size-xs)}}@media (max-width: 420px){.bt-blog-article .bt-breadcrumbs,.bt-more-articles{padding-left:var(--spacing-l);padding-right:var(--spacing-l)}.bt-blog-article article>img,.bt-blog-article article .bt-image-text{margin:var(--spacing-s) var(--spacing-l);max-width:100%}.bt-blog-article article .bt-article-tagline{margin-left:var(--spacing-l)}.bt-blog-article article .bt-image-text .bt-text{padding:var(--spacing-xxl)}.bt-blog-article .bt-article-meta time{display:block}.bt-blog-article article>picture,.bt-blog-article article>img{width:calc(100% - 40px)}}@media (max-width: 400px){.bt-blog-article .bt-breadcrumbs,.bt-more-articles{padding-left:12px;padding-right:12px}.bt-articles{padding-left:12px;padding-right:12px;margin-left:0;margin-right:0}.bt-blog-article article>picture{max-width:100%}.bt-blog-article article>picture,.bt-blog-article article>img{width:calc(100% - 24px)}}.bt-privacy-policy{padding-top:0}.bt-privacy-policy article{margin:0}.bt-privacy-policy .bt-last-updated{width:100%;margin:0;text-align:right;font-style:italic}.bt-privacy-policy h4{margin-top:var(--spacing-l)}@media (max-width: 720px){.bt-privacy-policy{padding-top:var(--spacing-xxl)}}.bt-404{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;z-index:1000;width:100%;height:100%;left:0;top:0}.bt-404 .bt-image{max-width:100%;height:auto;margin-bottom:var(--spacing-xxl)}.bt-404 p{max-width:530px;text-align:center;font-size:18px;line-height:24px;color:var(--gray-2)}.bt-404 .bt-button{margin-top:var(--spacing-xxl)}
