.data-protection-section{width:var(--width-full);display:var(--display-block);box-sizing:var(--box-sizing);background:var(--color-heading)!important;padding:50px 0}.data-protection-section .data-protection-section__container{max-width:1180px;width:var(--width-full);margin:0 auto;padding:0 20px;box-sizing:var(--box-sizing)}.data-protection-section .data-protection-section__container .data-protection-section__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);gap:48px;align-items:start}.data-protection-section .data-protection-section__grid .data-protection-section__content{display:var(--display-block);box-sizing:var(--box-sizing)}.data-protection-section .data-protection-section__content .data-protection-section__eyebrow{display:block;margin-bottom:10px;font-family:var(--font-secondary);font-size:var(--subheading-font-size);font-weight:var(--subheading-font-weight);line-height:var(--subheading-line-height);letter-spacing:var(--subheading-letter-spacing);text-transform:uppercase;color:var(--color-label-gray)}.data-protection-section .data-protection-section__content .data-protection-section__heading{margin:0 0 20px;font-family:var(--font-primary);font-size:var(--heading-font-size);font-weight:var(--card-title-font-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);color:var(--color-white);width:100%;max-width:329px}.data-protection-section .data-protection-section__content .data-protection-section__text{margin:0 0 20px;font-family:var(--font-secondary);font-size:var(--font-size-md);font-weight:var(--text-font-weight);line-height:var(--text-line-height);letter-spacing:var(--text-letter-spacing);color:var(--color-desc-offwhite)}.data-protection-section .data-protection-section__content .data-protection-section__badges{display:flex;flex-wrap:wrap;gap:12px;max-width:520px}.data-protection-section .data-protection-section__badges .data-protection-section__badge{display:inline-flex;align-items:center;background:var(--color-white-04);border:1px solid var(--color-white-14);border-radius:var(--radius-pill);padding:10px 18px;box-sizing:var(--box-sizing)}.data-protection-section .data-protection-section__badge .data-protection-section__badge-label{font-family:var(--font-secondary);font-size:var(--font-size-12);font-weight:400;line-height:18px;letter-spacing:var(--letter-spacing-badge-label);text-transform:uppercase;color:var(--color-white-a6);white-space:nowrap}.data-protection-section .data-protection-section__grid .data-protection-section__card{background:var(--color-card-bg-dp);border:var(--border-width-dp-card) solid var(--color-white-10);border-radius:var(--radius-dp-card);padding:32px;box-sizing:var(--box-sizing);box-shadow:var(--shadow-dp-card)}.data-protection-section .data-protection-section__card .data-protection-section__card-header{display:flex;align-items:center;gap:16px;margin:0 0 24px}.data-protection-section .data-protection-section__card-header .data-protection-section__card-icon{flex:0 0 auto;width:60px;height:60px;border-radius:var(--radius-md);background:var(--color-white-08);display:flex;align-items:center;justify-content:center}.data-protection-section .data-protection-section__card-icon img{width:20px;height:20px;display:block}.data-protection-section .data-protection-section__card-icon svg{width:30px;height:30px;display:block;stroke:var(--color-white)}.data-protection-section .data-protection-section__card-header .data-protection-section__card-title{font-family:var(--font-primary);font-size:var(--font-size-dp-card-title);font-weight:400;line-height:var(--line-height-panel-heading);letter-spacing:var(--letter-spacing-dp-card-title);color:var(--color-white);margin:0}.data-protection-section .data-protection-section__card .data-protection-section__checklist{display:var(--display-block);box-sizing:var(--box-sizing)}.data-protection-section .data-protection-section__checklist .data-protection-section__checklist-item{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid var(--color-white-08)}.data-protection-section .data-protection-section__checklist .data-protection-section__checklist-item:first-child{padding-top:0;border-top:none}.data-protection-section .data-protection-section__checklist .data-protection-section__checklist-item:last-child{padding-bottom:0}.data-protection-section .data-protection-section__checklist-item .data-protection-section__checklist-icon{flex:0 0 auto;width:27px;height:27px;margin-top:2px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-white-12);border:2px solid var(--color-white-35);color:var(--color-white);box-sizing:border-box}.data-protection-section .data-protection-section__checklist-icon svg{width:12px;height:12px;display:block;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.data-protection-section .data-protection-section__checklist-icon img{width:12px;height:12px;display:block}.data-protection-section .data-protection-section__checklist-item .data-protection-section__checklist-text{font-family:var(--font-secondary);font-size:var(--font-size-17);font-weight:var(--text-font-weight);line-height:var(--line-height-loose-30);letter-spacing:var(--text-letter-spacing);color:var(--color-light-gray);margin:0}@media screen and (max-width:989px){.data-protection-section .data-protection-section__container .data-protection-section__grid{grid-template-columns:1fr;gap:32px}.data-protection-section .data-protection-section__grid .data-protection-section__content{order:1}.data-protection-section .data-protection-section__grid .data-protection-section__card{order:2}}@media screen and (max-width:749px){.data-protection-section{padding:48px 0}.data-protection-section .data-protection-section__content .data-protection-section__heading{font-size:var(--heading-font-size-mobile-dp)}.data-protection-section .data-protection-section__content .data-protection-section__text{font-size:var(--font-size-17);max-width:var(--width-full)}.data-protection-section .data-protection-section__content .data-protection-section__badges{max-width:var(--width-full)}.data-protection-section .data-protection-section__badges .data-protection-section__badge{padding:10px 16px}.data-protection-section .data-protection-section__grid .data-protection-section__card{padding:24px 20px}.data-protection-section .data-protection-section__card-header .data-protection-section__card-title,.data-protection-section .data-protection-section__checklist-item .data-protection-section__checklist-text{font-size:var(--subheading-font-size)}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/data-protection-section.css.map */
