.container { width: 100%; }
@media (min-width:640px) {
 .container { max-width: 640px; }
}
@media (min-width:768px) {
 .container { max-width: 768px; }
}
@media (min-width:1024px) {
 .container { max-width: 1024px; }
}
@media (min-width:1280px) {
 .container { max-width: 1280px; }
}
@media (min-width:1536px) {
 .container { max-width: 1536px; }
}
.visible { visibility: visible; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: -webkit-sticky; position: sticky; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.right-0 { right: 0; }
.left-0 { left: 0; }
.order-2 { order: 2; }
.order-1 { order: 1; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.-mx-2 { margin-left: -.5rem; margin-right: -.5rem; }
.-my-1 { margin-top: -.25rem; margin-bottom: -.25rem; }
.\!ml-0 { margin-left: 0 !important; }
.mb-12 { margin-bottom: 3rem; }
.mb-8 { margin-bottom: 2rem; }
.\!mb-0 { margin-bottom: 0 !important; }
.mr-auto { margin-right: auto; }
.-mb-32 { margin-bottom: -8rem; }
.mt-32 { margin-top: 8rem; }
.mt-8 { margin-top: 2rem; }
.mb-2 { margin-bottom: .5rem; }
.-mt-24 { margin-top: -6rem; }
.mb-4 { margin-bottom: 1rem; }
.-mt-36 { margin-top: -9rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-0 { margin-top: 0; }
.mb-16 { margin-bottom: 4rem; }
.mt-16 { margin-top: 4rem; }
.-mt-16 { margin-top: -4rem; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.table { display: table; }
.grid { display: grid; }
.hidden { display: none; }
.h-36 { height: 9rem; }
.h-24 { height: 6rem; }
.h-12 { height: 3rem; }
.\!max-h-\[none\] { max-height: none !important; }
.w-24 { width: 6rem; }
.w-full { width: 100%; }
.w-12 { width: 3rem; }
.max-w-md { max-width: 28rem; }
.max-w-full { max-width: 100%; }
.max-w-sm { max-width: 24rem; }
.max-w-\[296px\] { max-width: 296px; }
.flex-auto { flex: 1 1 auto; }
.border-collapse { border-collapse: collapse; }
.transform { transform: var( --tw-transform ); }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-6 { grid-gap: 1.5rem; gap: 1.5rem; }
.gap-8 { grid-gap: 2rem; gap: 2rem; }
.gap-x-6 { grid-column-gap: 1.5rem; -moz-column-gap: 1.5rem; column-gap: 1.5rem; }
.gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; }
.gap-y-4 { grid-row-gap: 1rem; row-gap: 1rem; }
.gap-x-8 { grid-column-gap: 2rem; -moz-column-gap: 2rem; column-gap: 2rem; }
.space-x-3>:not([hidden])~:not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc( 0.75rem*var( --tw-space-x-reverse ) ); margin-left: calc( 0.75rem*( 1 - var( --tw-space-x-reverse ) ) ); }
.space-x-4>:not([hidden])~:not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc( 1rem*var( --tw-space-x-reverse ) ); margin-left: calc( 1rem*( 1 - var( --tw-space-x-reverse ) ) ); }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rounded-md { border-radius: .375rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded { border-radius: .25rem; }
.rounded-t-3xl { border-top-left-radius: 1.5rem; border-top-right-radius: 1.5rem; }
.rounded-b-3xl { border-bottom-right-radius: 1.5rem; border-bottom-left-radius: 1.5rem; }
.border { border-width: 1px; }
.border-b-2 { border-bottom-width: 2px; }
.border-solid { border-style: solid; }
.border-ddo-gray-200 { --tw-border-opacity: 1; border-color: rgba( 226, 226, 226, var( --tw-border-opacity ) ); }
.border-b-ddo-gray-200 { --tw-border-opacity: 1; border-bottom-color: rgba( 226, 226, 226, var( --tw-border-opacity ) ); }
.bg-ddo-gray-50 { --tw-bg-opacity: 1; background-color: rgba( 248, 248, 248, var( --tw-bg-opacity ) ); }
.bg-white { --tw-bg-opacity: 1; background-color: rgba( 255, 255, 255, var( --tw-bg-opacity ) ); }
.bg-contain { background-size: contain; }
.bg-no-repeat { background-repeat: no-repeat; }
.p-4 { padding: 1rem; }
.p-8 { padding: 2rem; }
.p-2 { padding: .5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.pt-16 { padding-top: 4rem; }
.pb-52 { padding-bottom: 13rem; }
.pb-12 { padding-bottom: 3rem; }
.text-center { text-align: center; }
.\!text-center { text-align: center !important; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.\!text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-relaxed { line-height: 1.625; }
.leading-normal { line-height: 1.5; }
.\!leading-relaxed { line-height: 1.625 !important; }
.text-ddo-gray-500 { --tw-text-opacity: 1; color: rgba( 128, 128, 128, var( --tw-text-opacity ) ); }
.underline { text-decoration: underline; }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.filter { -webkit-filter: var( --tw-filter ); filter: var( --tw-filter ); }
.transition-colors { transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier( .4, 0, .2, 1 ); transition-duration: .15s; }
.transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-filter, -webkit-backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier( .4, 0, .2, 1 ); transition-duration: .15s; }
.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.col-1_1 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-1_1:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_1:last-child { margin-right: 0; }
.col-1_1:nth-child(1n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_1.m-col-1_1 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-1_1.m-col-1_1:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_1.m-col-1_1:last-child { margin-right: 0; }
 .m-col-1_1.m-col-1_1:nth-child(1n) { margin-right: 0; margin-left: auto; }
}
.col-1_2 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
.col-1_2:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_2:last-child { margin-right: 0; }
.col-1_2:nth-child(2n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_2.m-col-1_2 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
 .m-col-1_2.m-col-1_2:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_2.m-col-1_2:last-child { margin-right: 0; }
 .m-col-1_2.m-col-1_2:nth-child(2n) { margin-right: 0; margin-left: auto; }
}
.col-2_2 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-2_2:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_2:last-child { margin-right: 0; }
.col-2_2:nth-child(2n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_2.m-col-2_2 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-2_2.m-col-2_2:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_2.m-col-2_2:last-child { margin-right: 0; }
 .m-col-2_2.m-col-2_2:nth-child(2n) { margin-right: 0; margin-left: auto; }
}
.col-1_3 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
.col-1_3:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_3:last-child { margin-right: 0; }
.col-1_3:nth-child(3n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_3.m-col-1_3 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
 .m-col-1_3.m-col-1_3:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_3.m-col-1_3:last-child { margin-right: 0; }
 .m-col-1_3.m-col-1_3:nth-child(3n) { margin-right: 0; margin-left: auto; }
}
.col-2_3 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
.col-2_3:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_3:last-child { margin-right: 0; }
.col-2_3:nth-child(3n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_3.m-col-2_3 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
 .m-col-2_3.m-col-2_3:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_3.m-col-2_3:last-child { margin-right: 0; }
 .m-col-2_3.m-col-2_3:nth-child(3n) { margin-right: 0; margin-left: auto; }
}
.col-3_3 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-3_3:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_3:last-child { margin-right: 0; }
.col-3_3:nth-child(3n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_3.m-col-3_3 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-3_3.m-col-3_3:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_3.m-col-3_3:last-child { margin-right: 0; }
 .m-col-3_3.m-col-3_3:nth-child(3n) { margin-right: 0; margin-left: auto; }
}
.col-1_4 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 24.975% - 18px ); max-width: calc( 24.975% - 18px ); width: calc( 24.975% - 18px ); }
.col-1_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_4:last-child { margin-right: 0; }
.col-1_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_4.m-col-1_4 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 24.975% - 18px ); max-width: calc( 24.975% - 18px ); width: calc( 24.975% - 18px ); }
 .m-col-1_4.m-col-1_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_4.m-col-1_4:last-child { margin-right: 0; }
 .m-col-1_4.m-col-1_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
}
.col-2_4 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
.col-2_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_4:last-child { margin-right: 0; }
.col-2_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_4.m-col-2_4 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
 .m-col-2_4.m-col-2_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_4.m-col-2_4:last-child { margin-right: 0; }
 .m-col-2_4.m-col-2_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
}
.col-3_4 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 74.925% - 6px ); max-width: calc( 74.925% - 6px ); width: calc( 74.925% - 6px ); }
.col-3_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_4:last-child { margin-right: 0; }
.col-3_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_4.m-col-3_4 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 74.925% - 6px ); max-width: calc( 74.925% - 6px ); width: calc( 74.925% - 6px ); }
 .m-col-3_4.m-col-3_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_4.m-col-3_4:last-child { margin-right: 0; }
 .m-col-3_4.m-col-3_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
}
.col-4_4 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-4_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_4:last-child { margin-right: 0; }
.col-4_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_4.m-col-4_4 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-4_4.m-col-4_4:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_4.m-col-4_4:last-child { margin-right: 0; }
 .m-col-4_4.m-col-4_4:nth-child(4n) { margin-right: 0; margin-left: auto; }
}
.col-1_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 19.98% - 19.2px ); max-width: calc( 19.98% - 19.2px ); width: calc( 19.98% - 19.2px ); }
.col-1_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_5:last-child { margin-right: 0; }
.col-1_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_5.m-col-1_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 19.98% - 19.2px ); max-width: calc( 19.98% - 19.2px ); width: calc( 19.98% - 19.2px ); }
 .m-col-1_5.m-col-1_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_5.m-col-1_5:last-child { margin-right: 0; }
 .m-col-1_5.m-col-1_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
}
.col-2_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 39.96% - 14.4px ); max-width: calc( 39.96% - 14.4px ); width: calc( 39.96% - 14.4px ); }
.col-2_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_5:last-child { margin-right: 0; }
.col-2_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_5.m-col-2_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 39.96% - 14.4px ); max-width: calc( 39.96% - 14.4px ); width: calc( 39.96% - 14.4px ); }
 .m-col-2_5.m-col-2_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_5.m-col-2_5:last-child { margin-right: 0; }
 .m-col-2_5.m-col-2_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
}
.col-3_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 59.94% - 9.6px ); max-width: calc( 59.94% - 9.6px ); width: calc( 59.94% - 9.6px ); }
.col-3_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_5:last-child { margin-right: 0; }
.col-3_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_5.m-col-3_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 59.94% - 9.6px ); max-width: calc( 59.94% - 9.6px ); width: calc( 59.94% - 9.6px ); }
 .m-col-3_5.m-col-3_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_5.m-col-3_5:last-child { margin-right: 0; }
 .m-col-3_5.m-col-3_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
}
.col-4_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 79.92% - 4.8px ); max-width: calc( 79.92% - 4.8px ); width: calc( 79.92% - 4.8px ); }
.col-4_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_5:last-child { margin-right: 0; }
.col-4_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_5.m-col-4_5 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 79.92% - 4.8px ); max-width: calc( 79.92% - 4.8px ); width: calc( 79.92% - 4.8px ); }
 .m-col-4_5.m-col-4_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_5.m-col-4_5:last-child { margin-right: 0; }
 .m-col-4_5.m-col-4_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
}
.col-5_5 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-5_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_5:last-child { margin-right: 0; }
.col-5_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_5.m-col-5_5 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-5_5.m-col-5_5:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_5.m-col-5_5:last-child { margin-right: 0; }
 .m-col-5_5.m-col-5_5:nth-child(5n) { margin-right: 0; margin-left: auto; }
}
.col-1_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 16.65% - 20px ); max-width: calc( 16.65% - 20px ); width: calc( 16.65% - 20px ); }
.col-1_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_6:last-child { margin-right: 0; }
.col-1_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_6.m-col-1_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 16.65% - 20px ); max-width: calc( 16.65% - 20px ); width: calc( 16.65% - 20px ); }
 .m-col-1_6.m-col-1_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_6.m-col-1_6:last-child { margin-right: 0; }
 .m-col-1_6.m-col-1_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
}
.col-2_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
.col-2_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_6:last-child { margin-right: 0; }
.col-2_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_6.m-col-2_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
 .m-col-2_6.m-col-2_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_6.m-col-2_6:last-child { margin-right: 0; }
 .m-col-2_6.m-col-2_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
}
.col-3_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
.col-3_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_6:last-child { margin-right: 0; }
.col-3_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_6.m-col-3_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
 .m-col-3_6.m-col-3_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_6.m-col-3_6:last-child { margin-right: 0; }
 .m-col-3_6.m-col-3_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
}
.col-4_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
.col-4_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_6:last-child { margin-right: 0; }
.col-4_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_6.m-col-4_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
 .m-col-4_6.m-col-4_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_6.m-col-4_6:last-child { margin-right: 0; }
 .m-col-4_6.m-col-4_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
}
.col-5_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 83.25% - 4px ); max-width: calc( 83.25% - 4px ); width: calc( 83.25% - 4px ); }
.col-5_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_6:last-child { margin-right: 0; }
.col-5_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_6.m-col-5_6 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 83.25% - 4px ); max-width: calc( 83.25% - 4px ); width: calc( 83.25% - 4px ); }
 .m-col-5_6.m-col-5_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_6.m-col-5_6:last-child { margin-right: 0; }
 .m-col-5_6.m-col-5_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
}
.col-6_6 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-6_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-6_6:last-child { margin-right: 0; }
.col-6_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-6_6.m-col-6_6 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-6_6.m-col-6_6:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-6_6.m-col-6_6:last-child { margin-right: 0; }
 .m-col-6_6.m-col-6_6:nth-child(6n) { margin-right: 0; margin-left: auto; }
}
.col-1_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 14.27143% - 20.57143px ); max-width: calc( 14.27143% - 20.57143px ); width: calc( 14.27143% - 20.57143px ); }
.col-1_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_7:last-child { margin-right: 0; }
.col-1_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_7.m-col-1_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 14.27143% - 20.57143px ); max-width: calc( 14.27143% - 20.57143px ); width: calc( 14.27143% - 20.57143px ); }
 .m-col-1_7.m-col-1_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_7.m-col-1_7:last-child { margin-right: 0; }
 .m-col-1_7.m-col-1_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
}
.col-2_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 28.54286% - 17.14286px ); max-width: calc( 28.54286% - 17.14286px ); width: calc( 28.54286% - 17.14286px ); }
.col-2_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_7:last-child { margin-right: 0; }
.col-2_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_7.m-col-2_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 28.54286% - 17.14286px ); max-width: calc( 28.54286% - 17.14286px ); width: calc( 28.54286% - 17.14286px ); }
 .m-col-2_7.m-col-2_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_7.m-col-2_7:last-child { margin-right: 0; }
 .m-col-2_7.m-col-2_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
}
.col-3_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 42.81429% - 13.71429px ); max-width: calc( 42.81429% - 13.71429px ); width: calc( 42.81429% - 13.71429px ); }
.col-3_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_7:last-child { margin-right: 0; }
.col-3_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_7.m-col-3_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 42.81429% - 13.71429px ); max-width: calc( 42.81429% - 13.71429px ); width: calc( 42.81429% - 13.71429px ); }
 .m-col-3_7.m-col-3_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_7.m-col-3_7:last-child { margin-right: 0; }
 .m-col-3_7.m-col-3_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
}
.col-4_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 57.08571% - 10.28571px ); max-width: calc( 57.08571% - 10.28571px ); width: calc( 57.08571% - 10.28571px ); }
.col-4_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_7:last-child { margin-right: 0; }
.col-4_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_7.m-col-4_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 57.08571% - 10.28571px ); max-width: calc( 57.08571% - 10.28571px ); width: calc( 57.08571% - 10.28571px ); }
 .m-col-4_7.m-col-4_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_7.m-col-4_7:last-child { margin-right: 0; }
 .m-col-4_7.m-col-4_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
}
.col-5_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 71.35714% - 6.85714px ); max-width: calc( 71.35714% - 6.85714px ); width: calc( 71.35714% - 6.85714px ); }
.col-5_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_7:last-child { margin-right: 0; }
.col-5_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_7.m-col-5_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 71.35714% - 6.85714px ); max-width: calc( 71.35714% - 6.85714px ); width: calc( 71.35714% - 6.85714px ); }
 .m-col-5_7.m-col-5_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_7.m-col-5_7:last-child { margin-right: 0; }
 .m-col-5_7.m-col-5_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
}
.col-6_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 85.62857% - 3.42857px ); max-width: calc( 85.62857% - 3.42857px ); width: calc( 85.62857% - 3.42857px ); }
.col-6_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-6_7:last-child { margin-right: 0; }
.col-6_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-6_7.m-col-6_7 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 85.62857% - 3.42857px ); max-width: calc( 85.62857% - 3.42857px ); width: calc( 85.62857% - 3.42857px ); }
 .m-col-6_7.m-col-6_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-6_7.m-col-6_7:last-child { margin-right: 0; }
 .m-col-6_7.m-col-6_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
}
.col-7_7 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-7_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-7_7:last-child { margin-right: 0; }
.col-7_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-7_7.m-col-7_7 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-7_7.m-col-7_7:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-7_7.m-col-7_7:last-child { margin-right: 0; }
 .m-col-7_7.m-col-7_7:nth-child(7n) { margin-right: 0; margin-left: auto; }
}
.col-1_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 12.4875% - 21px ); max-width: calc( 12.4875% - 21px ); width: calc( 12.4875% - 21px ); }
.col-1_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_8:last-child { margin-right: 0; }
.col-1_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_8.m-col-1_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 12.4875% - 21px ); max-width: calc( 12.4875% - 21px ); width: calc( 12.4875% - 21px ); }
 .m-col-1_8.m-col-1_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_8.m-col-1_8:last-child { margin-right: 0; }
 .m-col-1_8.m-col-1_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-2_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 24.975% - 18px ); max-width: calc( 24.975% - 18px ); width: calc( 24.975% - 18px ); }
.col-2_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_8:last-child { margin-right: 0; }
.col-2_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_8.m-col-2_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 24.975% - 18px ); max-width: calc( 24.975% - 18px ); width: calc( 24.975% - 18px ); }
 .m-col-2_8.m-col-2_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_8.m-col-2_8:last-child { margin-right: 0; }
 .m-col-2_8.m-col-2_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-3_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 37.4625% - 15px ); max-width: calc( 37.4625% - 15px ); width: calc( 37.4625% - 15px ); }
.col-3_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_8:last-child { margin-right: 0; }
.col-3_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_8.m-col-3_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 37.4625% - 15px ); max-width: calc( 37.4625% - 15px ); width: calc( 37.4625% - 15px ); }
 .m-col-3_8.m-col-3_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_8.m-col-3_8:last-child { margin-right: 0; }
 .m-col-3_8.m-col-3_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-4_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
.col-4_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_8:last-child { margin-right: 0; }
.col-4_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_8.m-col-4_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
 .m-col-4_8.m-col-4_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_8.m-col-4_8:last-child { margin-right: 0; }
 .m-col-4_8.m-col-4_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-5_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 62.4375% - 9px ); max-width: calc( 62.4375% - 9px ); width: calc( 62.4375% - 9px ); }
.col-5_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_8:last-child { margin-right: 0; }
.col-5_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_8.m-col-5_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 62.4375% - 9px ); max-width: calc( 62.4375% - 9px ); width: calc( 62.4375% - 9px ); }
 .m-col-5_8.m-col-5_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_8.m-col-5_8:last-child { margin-right: 0; }
 .m-col-5_8.m-col-5_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-6_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 74.925% - 6px ); max-width: calc( 74.925% - 6px ); width: calc( 74.925% - 6px ); }
.col-6_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-6_8:last-child { margin-right: 0; }
.col-6_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-6_8.m-col-6_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 74.925% - 6px ); max-width: calc( 74.925% - 6px ); width: calc( 74.925% - 6px ); }
 .m-col-6_8.m-col-6_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-6_8.m-col-6_8:last-child { margin-right: 0; }
 .m-col-6_8.m-col-6_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-7_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 87.4125% - 3px ); max-width: calc( 87.4125% - 3px ); width: calc( 87.4125% - 3px ); }
.col-7_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-7_8:last-child { margin-right: 0; }
.col-7_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-7_8.m-col-7_8 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 87.4125% - 3px ); max-width: calc( 87.4125% - 3px ); width: calc( 87.4125% - 3px ); }
 .m-col-7_8.m-col-7_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-7_8.m-col-7_8:last-child { margin-right: 0; }
 .m-col-7_8.m-col-7_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-8_8 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-8_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-8_8:last-child { margin-right: 0; }
.col-8_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-8_8.m-col-8_8 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-8_8.m-col-8_8:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-8_8.m-col-8_8:last-child { margin-right: 0; }
 .m-col-8_8.m-col-8_8:nth-child(8n) { margin-right: 0; margin-left: auto; }
}
.col-1_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 11.1% - 21.33333px ); max-width: calc( 11.1% - 21.33333px ); width: calc( 11.1% - 21.33333px ); }
.col-1_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_9:last-child { margin-right: 0; }
.col-1_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_9.m-col-1_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 11.1% - 21.33333px ); max-width: calc( 11.1% - 21.33333px ); width: calc( 11.1% - 21.33333px ); }
 .m-col-1_9.m-col-1_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_9.m-col-1_9:last-child { margin-right: 0; }
 .m-col-1_9.m-col-1_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-2_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 22.2% - 18.66667px ); max-width: calc( 22.2% - 18.66667px ); width: calc( 22.2% - 18.66667px ); }
.col-2_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_9:last-child { margin-right: 0; }
.col-2_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_9.m-col-2_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 22.2% - 18.66667px ); max-width: calc( 22.2% - 18.66667px ); width: calc( 22.2% - 18.66667px ); }
 .m-col-2_9.m-col-2_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_9.m-col-2_9:last-child { margin-right: 0; }
 .m-col-2_9.m-col-2_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-3_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
.col-3_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_9:last-child { margin-right: 0; }
.col-3_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_9.m-col-3_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
 .m-col-3_9.m-col-3_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_9.m-col-3_9:last-child { margin-right: 0; }
 .m-col-3_9.m-col-3_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-4_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 44.4% - 13.33333px ); max-width: calc( 44.4% - 13.33333px ); width: calc( 44.4% - 13.33333px ); }
.col-4_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_9:last-child { margin-right: 0; }
.col-4_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_9.m-col-4_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 44.4% - 13.33333px ); max-width: calc( 44.4% - 13.33333px ); width: calc( 44.4% - 13.33333px ); }
 .m-col-4_9.m-col-4_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_9.m-col-4_9:last-child { margin-right: 0; }
 .m-col-4_9.m-col-4_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-5_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 55.5% - 10.66667px ); max-width: calc( 55.5% - 10.66667px ); width: calc( 55.5% - 10.66667px ); }
.col-5_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_9:last-child { margin-right: 0; }
.col-5_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_9.m-col-5_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 55.5% - 10.66667px ); max-width: calc( 55.5% - 10.66667px ); width: calc( 55.5% - 10.66667px ); }
 .m-col-5_9.m-col-5_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_9.m-col-5_9:last-child { margin-right: 0; }
 .m-col-5_9.m-col-5_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-6_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
.col-6_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-6_9:last-child { margin-right: 0; }
.col-6_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-6_9.m-col-6_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
 .m-col-6_9.m-col-6_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-6_9.m-col-6_9:last-child { margin-right: 0; }
 .m-col-6_9.m-col-6_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-7_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 77.7% - 5.33333px ); max-width: calc( 77.7% - 5.33333px ); width: calc( 77.7% - 5.33333px ); }
.col-7_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-7_9:last-child { margin-right: 0; }
.col-7_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-7_9.m-col-7_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 77.7% - 5.33333px ); max-width: calc( 77.7% - 5.33333px ); width: calc( 77.7% - 5.33333px ); }
 .m-col-7_9.m-col-7_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-7_9.m-col-7_9:last-child { margin-right: 0; }
 .m-col-7_9.m-col-7_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-8_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 88.8% - 2.66667px ); max-width: calc( 88.8% - 2.66667px ); width: calc( 88.8% - 2.66667px ); }
.col-8_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-8_9:last-child { margin-right: 0; }
.col-8_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-8_9.m-col-8_9 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 88.8% - 2.66667px ); max-width: calc( 88.8% - 2.66667px ); width: calc( 88.8% - 2.66667px ); }
 .m-col-8_9.m-col-8_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-8_9.m-col-8_9:last-child { margin-right: 0; }
 .m-col-8_9.m-col-8_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-9_9 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-9_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-9_9:last-child { margin-right: 0; }
.col-9_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-9_9.m-col-9_9 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-9_9.m-col-9_9:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-9_9.m-col-9_9:last-child { margin-right: 0; }
 .m-col-9_9.m-col-9_9:nth-child(9n) { margin-right: 0; margin-left: auto; }
}
.col-1_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 9.99% - 21.6px ); max-width: calc( 9.99% - 21.6px ); width: calc( 9.99% - 21.6px ); }
.col-1_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_10:last-child { margin-right: 0; }
.col-1_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_10.m-col-1_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 9.99% - 21.6px ); max-width: calc( 9.99% - 21.6px ); width: calc( 9.99% - 21.6px ); }
 .m-col-1_10.m-col-1_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_10.m-col-1_10:last-child { margin-right: 0; }
 .m-col-1_10.m-col-1_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-2_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 19.98% - 19.2px ); max-width: calc( 19.98% - 19.2px ); width: calc( 19.98% - 19.2px ); }
.col-2_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_10:last-child { margin-right: 0; }
.col-2_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_10.m-col-2_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 19.98% - 19.2px ); max-width: calc( 19.98% - 19.2px ); width: calc( 19.98% - 19.2px ); }
 .m-col-2_10.m-col-2_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_10.m-col-2_10:last-child { margin-right: 0; }
 .m-col-2_10.m-col-2_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-3_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 29.97% - 16.8px ); max-width: calc( 29.97% - 16.8px ); width: calc( 29.97% - 16.8px ); }
.col-3_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_10:last-child { margin-right: 0; }
.col-3_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_10.m-col-3_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 29.97% - 16.8px ); max-width: calc( 29.97% - 16.8px ); width: calc( 29.97% - 16.8px ); }
 .m-col-3_10.m-col-3_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_10.m-col-3_10:last-child { margin-right: 0; }
 .m-col-3_10.m-col-3_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-4_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 39.96% - 14.4px ); max-width: calc( 39.96% - 14.4px ); width: calc( 39.96% - 14.4px ); }
.col-4_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_10:last-child { margin-right: 0; }
.col-4_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_10.m-col-4_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 39.96% - 14.4px ); max-width: calc( 39.96% - 14.4px ); width: calc( 39.96% - 14.4px ); }
 .m-col-4_10.m-col-4_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_10.m-col-4_10:last-child { margin-right: 0; }
 .m-col-4_10.m-col-4_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-5_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
.col-5_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_10:last-child { margin-right: 0; }
.col-5_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_10.m-col-5_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
 .m-col-5_10.m-col-5_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_10.m-col-5_10:last-child { margin-right: 0; }
 .m-col-5_10.m-col-5_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-6_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 59.94% - 9.6px ); max-width: calc( 59.94% - 9.6px ); width: calc( 59.94% - 9.6px ); }
.col-6_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-6_10:last-child { margin-right: 0; }
.col-6_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-6_10.m-col-6_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 59.94% - 9.6px ); max-width: calc( 59.94% - 9.6px ); width: calc( 59.94% - 9.6px ); }
 .m-col-6_10.m-col-6_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-6_10.m-col-6_10:last-child { margin-right: 0; }
 .m-col-6_10.m-col-6_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-7_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 69.93% - 7.2px ); max-width: calc( 69.93% - 7.2px ); width: calc( 69.93% - 7.2px ); }
.col-7_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-7_10:last-child { margin-right: 0; }
.col-7_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-7_10.m-col-7_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 69.93% - 7.2px ); max-width: calc( 69.93% - 7.2px ); width: calc( 69.93% - 7.2px ); }
 .m-col-7_10.m-col-7_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-7_10.m-col-7_10:last-child { margin-right: 0; }
 .m-col-7_10.m-col-7_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-8_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 79.92% - 4.8px ); max-width: calc( 79.92% - 4.8px ); width: calc( 79.92% - 4.8px ); }
.col-8_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-8_10:last-child { margin-right: 0; }
.col-8_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-8_10.m-col-8_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 79.92% - 4.8px ); max-width: calc( 79.92% - 4.8px ); width: calc( 79.92% - 4.8px ); }
 .m-col-8_10.m-col-8_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-8_10.m-col-8_10:last-child { margin-right: 0; }
 .m-col-8_10.m-col-8_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-9_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 89.91% - 2.4px ); max-width: calc( 89.91% - 2.4px ); width: calc( 89.91% - 2.4px ); }
.col-9_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-9_10:last-child { margin-right: 0; }
.col-9_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-9_10.m-col-9_10 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 89.91% - 2.4px ); max-width: calc( 89.91% - 2.4px ); width: calc( 89.91% - 2.4px ); }
 .m-col-9_10.m-col-9_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-9_10.m-col-9_10:last-child { margin-right: 0; }
 .m-col-9_10.m-col-9_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-10_10 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-10_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-10_10:last-child { margin-right: 0; }
.col-10_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-10_10.m-col-10_10 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-10_10.m-col-10_10:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-10_10.m-col-10_10:last-child { margin-right: 0; }
 .m-col-10_10.m-col-10_10:nth-child(10n) { margin-right: 0; margin-left: auto; }
}
.col-1_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 9.08182% - 21.81818px ); max-width: calc( 9.08182% - 21.81818px ); width: calc( 9.08182% - 21.81818px ); }
.col-1_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_11:last-child { margin-right: 0; }
.col-1_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_11.m-col-1_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 9.08182% - 21.81818px ); max-width: calc( 9.08182% - 21.81818px ); width: calc( 9.08182% - 21.81818px ); }
 .m-col-1_11.m-col-1_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_11.m-col-1_11:last-child { margin-right: 0; }
 .m-col-1_11.m-col-1_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-2_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 18.16364% - 19.63636px ); max-width: calc( 18.16364% - 19.63636px ); width: calc( 18.16364% - 19.63636px ); }
.col-2_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_11:last-child { margin-right: 0; }
.col-2_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_11.m-col-2_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 18.16364% - 19.63636px ); max-width: calc( 18.16364% - 19.63636px ); width: calc( 18.16364% - 19.63636px ); }
 .m-col-2_11.m-col-2_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_11.m-col-2_11:last-child { margin-right: 0; }
 .m-col-2_11.m-col-2_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-3_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 27.24545% - 17.45455px ); max-width: calc( 27.24545% - 17.45455px ); width: calc( 27.24545% - 17.45455px ); }
.col-3_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_11:last-child { margin-right: 0; }
.col-3_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_11.m-col-3_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 27.24545% - 17.45455px ); max-width: calc( 27.24545% - 17.45455px ); width: calc( 27.24545% - 17.45455px ); }
 .m-col-3_11.m-col-3_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_11.m-col-3_11:last-child { margin-right: 0; }
 .m-col-3_11.m-col-3_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-4_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 36.32727% - 15.27273px ); max-width: calc( 36.32727% - 15.27273px ); width: calc( 36.32727% - 15.27273px ); }
.col-4_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_11:last-child { margin-right: 0; }
.col-4_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_11.m-col-4_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 36.32727% - 15.27273px ); max-width: calc( 36.32727% - 15.27273px ); width: calc( 36.32727% - 15.27273px ); }
 .m-col-4_11.m-col-4_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_11.m-col-4_11:last-child { margin-right: 0; }
 .m-col-4_11.m-col-4_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-5_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 45.40909% - 13.09091px ); max-width: calc( 45.40909% - 13.09091px ); width: calc( 45.40909% - 13.09091px ); }
.col-5_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_11:last-child { margin-right: 0; }
.col-5_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_11.m-col-5_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 45.40909% - 13.09091px ); max-width: calc( 45.40909% - 13.09091px ); width: calc( 45.40909% - 13.09091px ); }
 .m-col-5_11.m-col-5_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_11.m-col-5_11:last-child { margin-right: 0; }
 .m-col-5_11.m-col-5_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-6_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 54.49091% - 10.90909px ); max-width: calc( 54.49091% - 10.90909px ); width: calc( 54.49091% - 10.90909px ); }
.col-6_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-6_11:last-child { margin-right: 0; }
.col-6_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-6_11.m-col-6_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 54.49091% - 10.90909px ); max-width: calc( 54.49091% - 10.90909px ); width: calc( 54.49091% - 10.90909px ); }
 .m-col-6_11.m-col-6_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-6_11.m-col-6_11:last-child { margin-right: 0; }
 .m-col-6_11.m-col-6_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-7_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 63.57273% - 8.72727px ); max-width: calc( 63.57273% - 8.72727px ); width: calc( 63.57273% - 8.72727px ); }
.col-7_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-7_11:last-child { margin-right: 0; }
.col-7_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-7_11.m-col-7_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 63.57273% - 8.72727px ); max-width: calc( 63.57273% - 8.72727px ); width: calc( 63.57273% - 8.72727px ); }
 .m-col-7_11.m-col-7_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-7_11.m-col-7_11:last-child { margin-right: 0; }
 .m-col-7_11.m-col-7_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-8_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 72.65455% - 6.54545px ); max-width: calc( 72.65455% - 6.54545px ); width: calc( 72.65455% - 6.54545px ); }
.col-8_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-8_11:last-child { margin-right: 0; }
.col-8_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-8_11.m-col-8_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 72.65455% - 6.54545px ); max-width: calc( 72.65455% - 6.54545px ); width: calc( 72.65455% - 6.54545px ); }
 .m-col-8_11.m-col-8_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-8_11.m-col-8_11:last-child { margin-right: 0; }
 .m-col-8_11.m-col-8_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-9_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 81.73636% - 4.36364px ); max-width: calc( 81.73636% - 4.36364px ); width: calc( 81.73636% - 4.36364px ); }
.col-9_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-9_11:last-child { margin-right: 0; }
.col-9_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-9_11.m-col-9_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 81.73636% - 4.36364px ); max-width: calc( 81.73636% - 4.36364px ); width: calc( 81.73636% - 4.36364px ); }
 .m-col-9_11.m-col-9_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-9_11.m-col-9_11:last-child { margin-right: 0; }
 .m-col-9_11.m-col-9_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-10_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 90.81818% - 2.18182px ); max-width: calc( 90.81818% - 2.18182px ); width: calc( 90.81818% - 2.18182px ); }
.col-10_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-10_11:last-child { margin-right: 0; }
.col-10_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-10_11.m-col-10_11 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 90.81818% - 2.18182px ); max-width: calc( 90.81818% - 2.18182px ); width: calc( 90.81818% - 2.18182px ); }
 .m-col-10_11.m-col-10_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-10_11.m-col-10_11:last-child { margin-right: 0; }
 .m-col-10_11.m-col-10_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-11_11 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-11_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-11_11:last-child { margin-right: 0; }
.col-11_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-11_11.m-col-11_11 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-11_11.m-col-11_11:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-11_11.m-col-11_11:last-child { margin-right: 0; }
 .m-col-11_11.m-col-11_11:nth-child(11n) { margin-right: 0; margin-left: auto; }
}
.col-1_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 8.325% - 22px ); max-width: calc( 8.325% - 22px ); width: calc( 8.325% - 22px ); }
.col-1_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-1_12:last-child { margin-right: 0; }
.col-1_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-1_12.m-col-1_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 8.325% - 22px ); max-width: calc( 8.325% - 22px ); width: calc( 8.325% - 22px ); }
 .m-col-1_12.m-col-1_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-1_12.m-col-1_12:last-child { margin-right: 0; }
 .m-col-1_12.m-col-1_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-2_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 16.65% - 20px ); max-width: calc( 16.65% - 20px ); width: calc( 16.65% - 20px ); }
.col-2_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-2_12:last-child { margin-right: 0; }
.col-2_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-2_12.m-col-2_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 16.65% - 20px ); max-width: calc( 16.65% - 20px ); width: calc( 16.65% - 20px ); }
 .m-col-2_12.m-col-2_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-2_12.m-col-2_12:last-child { margin-right: 0; }
 .m-col-2_12.m-col-2_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-3_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 24.975% - 18px ); max-width: calc( 24.975% - 18px ); width: calc( 24.975% - 18px ); }
.col-3_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-3_12:last-child { margin-right: 0; }
.col-3_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-3_12.m-col-3_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 24.975% - 18px ); max-width: calc( 24.975% - 18px ); width: calc( 24.975% - 18px ); }
 .m-col-3_12.m-col-3_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-3_12.m-col-3_12:last-child { margin-right: 0; }
 .m-col-3_12.m-col-3_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-4_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
.col-4_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-4_12:last-child { margin-right: 0; }
.col-4_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-4_12.m-col-4_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 33.3% - 16px ); max-width: calc( 33.3% - 16px ); width: calc( 33.3% - 16px ); }
 .m-col-4_12.m-col-4_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-4_12.m-col-4_12:last-child { margin-right: 0; }
 .m-col-4_12.m-col-4_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-5_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 41.625% - 14px ); max-width: calc( 41.625% - 14px ); width: calc( 41.625% - 14px ); }
.col-5_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-5_12:last-child { margin-right: 0; }
.col-5_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-5_12.m-col-5_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 41.625% - 14px ); max-width: calc( 41.625% - 14px ); width: calc( 41.625% - 14px ); }
 .m-col-5_12.m-col-5_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-5_12.m-col-5_12:last-child { margin-right: 0; }
 .m-col-5_12.m-col-5_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-6_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
.col-6_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-6_12:last-child { margin-right: 0; }
.col-6_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-6_12.m-col-6_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 49.95% - 12px ); max-width: calc( 49.95% - 12px ); width: calc( 49.95% - 12px ); }
 .m-col-6_12.m-col-6_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-6_12.m-col-6_12:last-child { margin-right: 0; }
 .m-col-6_12.m-col-6_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-7_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 58.275% - 10px ); max-width: calc( 58.275% - 10px ); width: calc( 58.275% - 10px ); }
.col-7_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-7_12:last-child { margin-right: 0; }
.col-7_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-7_12.m-col-7_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 58.275% - 10px ); max-width: calc( 58.275% - 10px ); width: calc( 58.275% - 10px ); }
 .m-col-7_12.m-col-7_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-7_12.m-col-7_12:last-child { margin-right: 0; }
 .m-col-7_12.m-col-7_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-8_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
.col-8_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-8_12:last-child { margin-right: 0; }
.col-8_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-8_12.m-col-8_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 66.6% - 8px ); max-width: calc( 66.6% - 8px ); width: calc( 66.6% - 8px ); }
 .m-col-8_12.m-col-8_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-8_12.m-col-8_12:last-child { margin-right: 0; }
 .m-col-8_12.m-col-8_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-9_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 74.925% - 6px ); max-width: calc( 74.925% - 6px ); width: calc( 74.925% - 6px ); }
.col-9_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-9_12:last-child { margin-right: 0; }
.col-9_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-9_12.m-col-9_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 74.925% - 6px ); max-width: calc( 74.925% - 6px ); width: calc( 74.925% - 6px ); }
 .m-col-9_12.m-col-9_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-9_12.m-col-9_12:last-child { margin-right: 0; }
 .m-col-9_12.m-col-9_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-10_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 83.25% - 4px ); max-width: calc( 83.25% - 4px ); width: calc( 83.25% - 4px ); }
.col-10_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-10_12:last-child { margin-right: 0; }
.col-10_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-10_12.m-col-10_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 83.25% - 4px ); max-width: calc( 83.25% - 4px ); width: calc( 83.25% - 4px ); }
 .m-col-10_12.m-col-10_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-10_12.m-col-10_12:last-child { margin-right: 0; }
 .m-col-10_12.m-col-10_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-11_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 91.575% - 2px ); max-width: calc( 91.575% - 2px ); width: calc( 91.575% - 2px ); }
.col-11_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-11_12:last-child { margin-right: 0; }
.col-11_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-11_12.m-col-11_12 { flex-grow: 0; flex-shrink: 0; flex-basis: calc( 91.575% - 2px ); max-width: calc( 91.575% - 2px ); width: calc( 91.575% - 2px ); }
 .m-col-11_12.m-col-11_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-11_12.m-col-11_12:last-child { margin-right: 0; }
 .m-col-11_12.m-col-11_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
}
.col-12_12 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
.col-12_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
.col-12_12:last-child { margin-right: 0; }
.col-12_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
@media screen and (max-width:767px) {
 .m-col-12_12.m-col-12_12 { flex-grow: 0; flex-shrink: 0; flex-basis: 99.9%; max-width: 99.9%; width: 99.9%; }
 .m-col-12_12.m-col-12_12:nth-child(1n) { margin-right: 24px; margin-left: 0; }
 .m-col-12_12.m-col-12_12:last-child { margin-right: 0; }
 .m-col-12_12.m-col-12_12:nth-child(12n) { margin-right: 0; margin-left: auto; }
 .m-col-1_1+.m-col-1_1 { margin-top: 2.5rem; }
}
.row { justify-content: space-between; display: flex; flex-flow: row wrap; }
.row+.row { margin-top: 1rem; }
.row.row--padded { margin-top: 2.5rem; }
.row--measured { max-width: 960px; padding: 1.5rem 2rem; margin: 0 auto; align-items: center; }
.lost-center { display: flex; justify-content: center; align-items: center; }
.flex-end { display: flex; justify-content: flex-end; }
*, :after, :before { box-sizing: border-box; }
body, html { height: 100%; background: #fff; }
body { overflow-x: hidden; color: #606060; line-height: 1.25; margin: 0; padding: 0; height: 100%; -webkit-font-smoothing: antialiased; }
body, input, option, select, textarea { font-family: trade-gothic-next, Arial, Helvetica, sans-serif; font-weight: 500; font-style: normal; font-size: 16px; }
input, option, select, textarea { border-radius: 0; }
button { font-family: trade-gothic-next, Arial, Helvetica, sans-serif; font-weight: 500; font-style: normal; -webkit-font-smoothing: antialiased; border: 0; background: transparent; padding: 0; }
button:hover { cursor: pointer; }
button:focus { outline: 2px solid rgba( 21, 174, 181, .25 ); }
h1 { font-size: 40px; }
h1, h2 { color: #474747; -webkit-font-smoothing: antialiased; font-weight: 800; }
h2 { font-size: 24px; }
@media screen and (max-width:767px) {
 h2 { font-size: 24px; }
}
h3 { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; }
@media screen and (max-width:767px) {
 h3 { font-size: 16px; }
}
h4 { color: #474747; font-size: 16px; margin-bottom: .5rem; }
.header-display-xl, h4 { font-weight: 800; -webkit-font-smoothing: antialiased; }
.header-display-xl { font-family: titling-gothic-fb-wide, Arial, Helvetica, sans-serif; font-style: normal; text-transform: uppercase; line-height: 1.125; color: #222; letter-spacing: -.6px; font-size: 64px; }
@media screen and (max-width:767px) {
 .header-display-xl { font-size: 28px; line-height: 32px; }
}
@media screen and (min-width:768px) and (max-width:960px) {
 .header-display-xl { font-size: 32px; }
}
.header-display-l { font-family: titling-gothic-fb-wide, Arial, Helvetica, sans-serif; font-weight: 800; font-style: normal; text-transform: uppercase; line-height: 1.125; -webkit-font-smoothing: antialiased; color: #222; letter-spacing: -.6px; font-size: 32px; }
@media screen and (max-width:767px) {
 .header-display-l { font-size: 20px; line-height: 1.5; }
}
.header-display-m { font-family: titling-gothic-fb-wide, Arial, Helvetica, sans-serif; font-weight: 800; font-style: normal; text-transform: uppercase; line-height: 1.125; -webkit-font-smoothing: antialiased; color: #222; letter-spacing: -.6px; font-size: 28px; }
@media screen and (max-width:767px) {
 .header-display-m { font-size: 14px; line-height: 1.5; }
}
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .75em; -webkit-font-smoothing: antialiased; }
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6 { margin-top: 2.5rem; }
a { color: inherit; text-decoration: none; }
p { font-size: 16px; line-height: 1.5rem; margin: 0 0 1rem; font-weight: 500; -webkit-font-smoothing: antialiased; }
p:last-child { margin-bottom: 0; }
p a { color: #2275bd; }
p a:hover { text-decoration: underline; color: #1e68a7; }
li { margin-top: .5rem; }
li:first-child { margin-top: 0; }
.lead-text { font-size: 20px; line-height: 2rem; margin: 0 0 1.5rem; font-weight: 500; -webkit-font-smoothing: antialiased; }
@media screen and (max-width:360px) {
 .lead-text { font-size: 14px; line-height: 1.25; }
}
.panel { padding: 1.5rem 1rem 2.5rem; margin: 0 auto; background: #fff; position: relative; }
@media screen and (min-width:768px) {
 .panel { border-radius: 12px; padding: 3.5rem 5rem; margin: 1rem auto; }
}
.panel+.panel { border-top: 8px solid #e2e2e2; }
@media screen and (min-width:768px) {
 .panel { border-radius: 12px; padding: 3.5rem 5rem; margin: 1rem auto; }
 .panel.panel { border-top: 0; }
 .panel.assessment, .panel.signin { border-radius: 20px; }
 .panel--page { padding-left: 0; padding-right: 0; }
}
.panel--post { margin-top: 0; padding-top: 2rem; }
.panel__title { text-transform: unset; color: #474747; font-size: 24px; font-weight: 800; line-height: 2rem; font-family: trade-gothic-next, Arial, Helvetica, sans-serif; margin: 0 0 .5rem; }
.panel__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1.5rem; }
.panel--medium { max-width: 776px; }
@media screen and (min-width:768px) {
 .panel--mini { border-radius: 4px; padding: 1.5rem; margin: .9rem auto; }
}
.panel--attention { background-color: #44ac6d; color: #fff; }
.panel--attention .panel__title { color: #fff; }
.notice { background: #f9dea8; padding: 2rem 1.5rem; border-radius: 5px; margin-bottom: 3rem; }
.link--small { font-size: 14px; }
.link--bold { font-weight: 700; }
.social-link { display: inline-block; --tw-text-opacity: 1; color: rgba( 71, 71, 71, var( --tw-text-opacity ) ); opacity: .4; vertical-align: text-bottom; height: 1.5rem; width: 1.5rem; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); }
.social-link:hover { opacity: 1; }
.social-link+.social-link { margin-left: 1rem; }
.social-link svg { width: 100%; height: 100%; }
.social-link--dark { color: #474747; }
.social-link--small { height: 1.5rem; width: 1.5rem; }
.social-link--small+.social-link--small { margin-left: 0; }
.single-post .social-links .social-link { color: #474747; height: 2.5rem; width: 2.5rem; }
.option-tabs { display: flex; align-items: center; justify-content: center; margin: 0 auto; flex-shrink: 0; flex-grow: 1; }
@media screen and (min-width:768px) {
 .option-tabs { max-width: 344px; }
}
.option-tabs--small { max-width: 164px; }
.option-tab { color: #bdbdbd; text-align: center; flex-basis: 50%; position: relative; }
.option-tab__input { position: absolute; z-index: -1; height: 0; width: 0; opacity: 0; }
.option-tab__btn { border: 2px solid #e2e2e2; border-right-width: 0; padding: 1rem 2rem; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); }
.option-tab__btn:hover { cursor: pointer; border-color: #2275bd; color: #2275bd; }
.option-tabs--small .option-tab__btn { padding: .8125rem 1rem; }
.option-tab__label { text-transform: uppercase; font-size: 15px; font-weight: 800; display: block; }
.option-tabs--small .option-tab__label { font-size: 13px; }
.option-tab__sublabel { font-size: 12px; display: block; }
.option-tab:first-child .option-tab__btn { border-radius: 4px 0 0 4px; }
.option-tab:last-child .option-tab__btn { border-radius: 0 4px 4px 0; border-right-width: 2px; }
.option-tab__input:checked+.option-tab__btn { background: #15aeb5; color: #fffefc; border-color: transparent; }
.option-tab+.option-tab .option-tab__btn { border-left: 0; }
.icon { height: 2rem; width: 2rem; display: inline-block; margin-right: 1rem; vertical-align: text-bottom; }
.icon--m { height: 1.5rem; width: 1.5rem; }
.icon--s { height: 1.125rem; width: 1.125rem; }
.icon svg { display: block; margin: auto; width: 100%; height: 100%; }
.icon--arrow-left { margin-right: 0; }
.level-description { margin-bottom: 1.5rem; }
.level-description-cols { margin: 2.5rem auto; -moz-columns: 2; column-count: 2; grid-column-gap: 1.5rem; -moz-column-gap: 1.5rem; column-gap: 1.5rem; }
@media screen and (max-width:767px) {
 .level-description-cols { -moz-columns: 1; column-count: 1; }
}
.level-description:last-child { margin-bottom: 0; }
.signin { max-width: 460px; width: 100%; z-index: 1000; margin: auto; position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50% ); padding-top: 5rem; padding-bottom: 5rem; }
@media screen and (max-width:767px) {
 .signin { padding: 2rem; }
}
@media screen and (max-width:360px) {
 .signin { padding-top: 0; }
}
.signin .forgot-password { margin-top: 1rem; }
.prompt-assessment { position: fixed; bottom: 0; left: 0; right: 0; background-color: #fffefc; box-shadow: 0 0 8px 0 rgba( 0, 0, 0, .2 ); z-index: 500; -webkit-animation: prompt-in 1s cubic-bezier( .61, .01, .37, 1.02 ) 2s 1 forwards; animation: prompt-in 1s cubic-bezier( .61, .01, .37, 1.02 ) 2s 1 forwards; transform: translate3d( 0, 100%, 0 ); }
@-webkit-keyframes prompt-in {
 0% { transform: translate3d( 0, 100%, 0 ); }
 to { transform: translateZ( 0 ); }
}
@keyframes prompt-in {
 0% { transform: translate3d( 0, 100%, 0 ); }
 to { transform: translateZ( 0 ); }
}
.ddo-app { margin: 0 auto; max-width: 960px; padding: 24px 12px; min-height: 100%; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; }
@media screen and (max-width:767px) {
 .ddo-app { padding: 0; }
}
.ddo-container { margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; max-width: 960px; }
.ddo-full-bleed { margin-left: calc( 50% - 50vw ); margin-right: calc( 50% - 50vw ); }
.ddo-body { margin-bottom: 2.5rem; }
@media screen and (max-width:767px) {
 .ddo-body { margin-bottom: 0; }
}
body.join .ddo-app, body.membership .ddo-app, body.podcast .ddo-app { max-width: 100%; padding: 0; }
body.join .ddo-header, body.membership .ddo-header, body.podcast .ddo-header { margin-left: auto; margin-right: auto; width: 100%; padding-left: 1rem; padding-right: 1rem; }
@media (min-width:768px) {
 body.join .ddo-header, body.membership .ddo-header, body.podcast .ddo-header { margin-top: 24px; }
}
body.join .ddo-header, body.membership .ddo-header, body.podcast .ddo-header { max-width: 960px; }
body.join .ddo-body, body.membership .ddo-body, body.podcast .ddo-body { margin-bottom: 0; }
body.join .ddo-footer, body.membership .ddo-footer, body.podcast .ddo-footer { --tw-bg-opacity: 1; background-color: rgba( 248, 248, 248, var( --tw-bg-opacity ) ); }
.text-center { text-align: center; }
.flex-column { display: flex; flex-direction: column; }
.u-flex-grow { flex-grow: 1; }
.text-error { text-transform: uppercase; color: #ef3f42; font-weight: 800; }
.u-mb-l { margin-bottom: 1.5rem; }
.text-normal.text-normal { font-size: 16px; }
.u-m0 { margin: 0; }
.float-right { float: right; }
.u-mb2 { margin-bottom: 2rem; }
.u-mb3 { margin-bottom: 3rem; }
@media screen and (max-width:767px) {
 .u-mb3 { margin-bottom: 1.5rem; }
}
.u-mt3 { margin-top: 3rem; }
@media screen and (min-width:768px) {
 .mobile-only.mobile-only.mobile-only { display: none; }
}
@media screen and (max-width:767px) {
 .hide-mobile.hide-mobile.hide-mobile { display: none; }
}
.hex-plus { color: #f7b519; }
.add-plus:after { content: "PLUS"; font-size: 10px; font-weight: 900; color: #fff; margin: 0 .2rem; vertical-align: 2px; padding: .1rem .25rem .2rem; background: #f7b519; border-radius: 2px; display: inline-block; line-height: 1.25; position: relative; }
@media screen and (max-width:360px) {
 .add-plus:after { content: "\002B"; font-size: 20px; line-height: .45; padding-bottom: .41rem; }
}
.fade-enter-active, .fade-leave-active { transition: opacity .35s cubic-bezier( .61, .01, .37, 1.02 ); opacity: 1; }
.fade-enter, .fade-leave-to { opacity: 0; }
.swap-panel-enter-active, .swap-panel-leave-active { transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); opacity: 1; }
.swap-panel-enter { transform: translate3d( 10%, 0, 0 ); opacity: 0; }
.swap-panel-enter-to, .swap-panel-leave { opacity: 1; transform: translateZ( 0 ); }
.swap-panel-leave-to { transform: translate3d( -10%, 0, 0 ); opacity: 0; }
.opacity-collapse-enter-active, .opacity-collapse-leave-active { transition: all .75s cubic-bezier( .61, .01, .37, 1.02 ); opacity: 1; transform: translateZ( 0 ); }
.opacity-collapse-enter, .opacity-collapse-leave-to { transform: translate3d( 0, -100%, 0 ); opacity: 0; }
.opacity-collapse-enter-to, .opacity-collapse-leave { transform: translateZ( 0 ); opacity: 1; }
.accordion-enter-active { transition: all .2s ease-out; overflow: hidden; }
.accordion-leave-active { transition: all .25s ease-in; overflow: hidden; }
.accordion-enter { opacity: 0; max-height: 0; }
.accordion-enter-to, .accordion-leave { opacity: 1; max-height: 4rem; }
@media screen and (max-width:767px) {
 .accordion-enter-to, .accordion-leave { max-height: 13rem; }
}
.accordion-leave-to { opacity: 0; max-height: 0; }
.ddo-header { display: flex; justify-content: space-between; align-items: flex-start; max-width: 100%; position: relative; z-index: 1000; }
@media screen and (max-width:767px) {
 .ddo-header { align-items: center; position: relative; padding: .95rem 1rem 1rem; text-align: center; }
}
.ddo-header__title { z-index: 15; flex-grow: 1; font-size: 5vw; margin-top: 0; }
@media screen and (max-width:767px) {
 .ddo-header__title { font-size: 20px; }
}
.ddo-header .link--small { position: relative; z-index: 15; }
.ddo-brand { position: relative; z-index: 12; margin-bottom: 4.75rem; display: flex; align-items: center; top: 3px; }
@media screen and (max-width:767px) {
 .ddo-brand { margin-bottom: 0; }
}
@media screen and (max-width:480px) {
 .ddo-brand { max-width: 28px; overflow: hidden; }
}
.ddo-brand__hashtag { font-weight: 900; color: #f7b519; font-size: 13px; text-transform: uppercase; transform: translateY( 2px ); }
@media screen and (max-width:767px) {
 .ddo-brand__hashtag { display: none; }
}
.ddo-brand-logo { min-width: 130px; height: 24px; margin-right: .75rem; }
@media screen and (max-width:480px) {
 .ddo-brand-logo { margin-right: 0; }
}
.ddo-brand-logo .ddo-design-org, .ddo-brand-logo .ddo-logo { fill: #222; }
@media screen and (max-width:480px) {
 .ddo-brand-logo .ddo-design-org { display: none; }
}
.user-controls { display: flex; text-transform: uppercase; align-items: center; }
@media screen and (max-width:767px) {
 .user-controls { display: flex; align-items: center; }
}
.user-controls .panel--mini { display: none; position: absolute; right: 0; top: 100%; box-shadow: 0 2px 16px 0 rgba( 0, 0, 0, .2 ); z-index: 99; color: #606060; min-width: 140px; }
.user-controls .panel--mini.active { display: block; }
.btn-signout, .user-control-link, .user-name { text-transform: uppercase; font-size: 13px; text-decoration: none; font-weight: 1000; border: 0; padding: 0; background-color: unset; color: inherit; cursor: pointer; display: block; }
.user-control-link { color: #222; }
.user-control-link:not(:last-child) { margin-right: 1rem; }
.user-control-link:hover { color: #2275bd; }
.btn-signout { padding-top: 1rem; border-top: 2px solid #e2e2e2; }
.user-name { margin-right: 1rem; }
.user-identity { display: flex; align-self: flex-start; align-items: center; cursor: pointer; position: relative; }
@media screen and (min-width:768px) {
 .user-identity { transform: translateY( -5px ); }
}
.ddo-delight-1, .ddo-delight-1 .ddo-delight, .ddo-delight-1 .variable-color-bg { background-color: #ef3f42; }
.ddo-delight-1 .variable-color-bg:after { background-color: #ef3f42; }
.ddo-delight-1 .ddo-delight, .ddo-delight-1 .ddo-header,
.ddo-delight-1 .variable-color { color: #fffefc; }
.ddo-delight-1 .variable-color.home-intro,
.ddo-delight-1 .variable-color.plan-features li { border-top-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-1 .variable-color-alt { color: #102f40; }
.ddo-delight-1 .variable-color-btn.btn--primary { background-color: #fcaf17; }
.ddo-delight-1 .variable-color-btn.btn--primary:hover { background-color: #f78d23; }
.ddo-delight-1 .variable-color-btn.btn--secondary { border-color: #fcaf17; color: #fcaf17; }
.ddo-delight-1 .variable-color-btn.btn--secondary:hover { border-color: #f78d23; color: #f78d23; }
.ddo-delight-1 .variable-color-btn.btn-link { color: #fffefc; }
.ddo-delight-1 .variable-color-btn.btn-link:hover { color: #102f40; }
.ddo-delight-1 .variable-color-btn-alt.btn--secondary { border-color: #fffefc; color: #fffefc; }
.ddo-delight-1 .variable-color-btn-alt.btn--secondary:hover { border-color: #f78d23; color: #f78d23; }
.ddo-delight-1 .main-menu a { color: #fffefc; }
.ddo-delight-1 .main-menu a:hover { color: #102f40; }
.ddo-delight-1 .variable-color-border { border-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-1 .user-control-link:hover { color: #fcaf17; }
.ddo-delight-1 .ddo-delight { top: 0; left: 0; right: 0; bottom: 0; position: fixed; }
.ddo-delight-1 .ddo-delight:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-speckled-yellow.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 0; left: 0; height: 341px; width: 270px; z-index: 0; transform: translate( -10%, -10% ) scale( 2 ); }
@media screen and (max-width:767px) {
 .ddo-delight-1 .ddo-delight:before { position: absolute; top: -10%; right: -3%; transform: translate( -30%, -30% ) scale( 1 ); }
}
.ddo-delight-1 .ddo-delight:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/wiggles-cream.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: -10%; right: -3%; height: 283px; width: 382px; }
@media screen and (max-width:767px) {
 .ddo-delight-1 .ddo-delight:after { transform: scale( .5 ) translate( 60%, -70% ); }
}
.ddo-delight-1 .ddo-doodles { top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; }
.ddo-delight-1 .ddo-doodles:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/sketchy-brown.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 55%; left: 45%; height: 495px; width: 50vw; }
@media screen and (max-width:767px) {
 .ddo-delight-1 .ddo-doodles:before { height: 495px; width: 100vw; }
}
.ddo-delight-1 .ddo-doodles:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/diamond-dotty-yellow.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 100%; left: 100%; height: 288px; width: 305px; transform: translate( -100%, -45% ); }
@media screen and (max-width:767px) {
 .ddo-delight-1 .ddo-doodles:after { position: absolute; top: 100%; left: 0; transform: scale( .75 ) translate( -50%, -65% ); }
}
.ddo-delight-1 .ddo-brand-logo .ddo-design-org,
.ddo-delight-1 .ddo-brand-logo .ddo-logo { fill: #fffefc; }
.ddo-delight-2, .ddo-delight-2 .ddo-delight, .ddo-delight-2 .variable-color-bg { background-color: #102f40; }
.ddo-delight-2 .variable-color-bg:after { background-color: #102f40; }
.ddo-delight-2 .ddo-delight, .ddo-delight-2 .ddo-header,
.ddo-delight-2 .variable-color { color: #fffefc; }
.ddo-delight-2 .variable-color.home-intro,
.ddo-delight-2 .variable-color.plan-features li { border-top-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-2 .variable-color-alt { color: #fcaf17; }
.ddo-delight-2 .variable-color-btn.btn--primary { background-color: #2275bd; }
.ddo-delight-2 .variable-color-btn.btn--primary:hover { background-color: #1e68a7; }
.ddo-delight-2 .variable-color-btn.btn--secondary { border-color: #2275bd; color: #2275bd; }
.ddo-delight-2 .variable-color-btn.btn--secondary:hover { border-color: #1e68a7; color: #1e68a7; }
.ddo-delight-2 .variable-color-btn.btn-link { color: #fffefc; }
.ddo-delight-2 .variable-color-btn.btn-link:hover { color: #fcaf17; }
.ddo-delight-2 .variable-color-btn-alt.btn--secondary { border-color: #fffefc; color: #fffefc; }
.ddo-delight-2 .variable-color-btn-alt.btn--secondary:hover { border-color: #1e68a7; color: #1e68a7; }
.ddo-delight-2 .main-menu a { color: #fffefc; }
.ddo-delight-2 .main-menu a:hover { color: #fcaf17; }
.ddo-delight-2 .variable-color-border { border-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-2 .user-control-link:hover { color: #2275bd; }
.ddo-delight-2 .ddo-delight { top: 0; left: 0; right: 0; bottom: 0; position: fixed; }
.ddo-delight-2 .ddo-delight:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/spiral-blue.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: calc( 20vh + 10rem ); right: 115%; height: 600px; width: 50vw; z-index: 0; transform: translate( 100%, -50% ); }
@media screen and (max-width:767px) {
 .ddo-delight-2 .ddo-delight:before { height: 300px; width: 100vw; position: absolute; top: 0; right: 50%; transform: translate( 30%, -20% ); }
}
.ddo-delight-2 .ddo-delight:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/curlies-red.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: -15%; right: -3%; height: 348px; width: 323px; }
@media screen and (max-width:767px) {
 .ddo-delight-2 .ddo-delight:after { transform: scale( .5 ) translate( 60%, -85% ); }
}
.ddo-delight-2 .ddo-doodles { top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; }
.ddo-delight-2 .ddo-doodles:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/speckles-teal.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 55%; left: 65%; height: 495px; width: 50vw; }
@media screen and (max-width:767px) {
 .ddo-delight-2 .ddo-doodles:before { height: 495px; width: 100vw; }
}
.ddo-delight-2 .ddo-doodles:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-hatch-yellow.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 100%; left: 100%; height: 272.5px; width: 358.5px; transform: translate( -85%, -45% ) scale( 1.75 ); }
@media screen and (max-width:767px) {
 .ddo-delight-2 .ddo-doodles:after { transform: translate( -55%, -45% ) scale( .5 ); }
}
.ddo-delight-2 .ddo-brand-logo .ddo-design-org,
.ddo-delight-2 .ddo-brand-logo .ddo-logo { fill: #fffefc; }
.ddo-delight-3, .ddo-delight-3 .ddo-delight, .ddo-delight-3 .variable-color-bg { background-color: #fff4e1; }
.ddo-delight-3 .variable-color-bg:after { background-color: #fff4e1; }
.ddo-delight-3 .ddo-delight, .ddo-delight-3 .ddo-header,
.ddo-delight-3 .variable-color { color: #102f40; }
.ddo-delight-3 .variable-color.home-intro,
.ddo-delight-3 .variable-color.plan-features li { border-top-color: rgba( 16, 47, 64, .3 ); }
.ddo-delight-3 .variable-color-alt { color: #ef3f42; }
.ddo-delight-3 .variable-color-btn.btn--primary { background-color: #2275bd; }
.ddo-delight-3 .variable-color-btn.btn--primary:hover { background-color: #1e68a7; }
.ddo-delight-3 .variable-color-btn.btn--secondary { border-color: #2275bd; color: #2275bd; }
.ddo-delight-3 .variable-color-btn.btn--secondary:hover { border-color: #1e68a7; color: #1e68a7; }
.ddo-delight-3 .variable-color-btn.btn-link { color: #102f40; }
.ddo-delight-3 .variable-color-btn.btn-link:hover { color: #ef3f42; }
.ddo-delight-3 .variable-color-btn-alt.btn--secondary { border-color: #102f40; color: #102f40; }
.ddo-delight-3 .variable-color-btn-alt.btn--secondary:hover { border-color: #1e68a7; color: #1e68a7; }
.ddo-delight-3 .main-menu a { color: #102f40; }
.ddo-delight-3 .main-menu a:hover { color: #ef3f42; }
.ddo-delight-3 .variable-color-border { border-color: rgba( 16, 47, 64, .3 ); }
.ddo-delight-3 .user-control-link:hover { color: #2275bd; }
.ddo-delight-3 .ddo-delight { top: 0; left: 0; right: 0; bottom: 0; position: fixed; }
.ddo-delight-3 .ddo-delight:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/dotty-cream.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: calc( 20vh + 10rem ); right: 115%; height: 600px; width: 50vw; z-index: 0; transform: translate( 100%, -50% ); }
@media screen and (max-width:767px) {
 .ddo-delight-3 .ddo-delight:before { height: 300px; width: 100vw; position: absolute; top: 0; right: 50%; transform: translate( 30%, -20% ); }
}
.ddo-delight-3 .ddo-delight:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-wiggle-red.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: -25%; left: 100%; height: 399px; width: 527.5px; transform: translate( -75% ); }
@media screen and (max-width:767px) {
 .ddo-delight-3 .ddo-delight:after { transform: scale( .75 ) translate( -70%, -75% ); }
}
.ddo-delight-3 .ddo-doodles { top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; }
.ddo-delight-3 .ddo-doodles:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pigpen-teal.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 55%; left: 65%; height: 495px; width: 50vw; }
@media screen and (max-width:767px) {
 .ddo-delight-3 .ddo-doodles:before { height: 495px; width: 100vw; position: absolute; top: 35%; left: 55%; }
}
.ddo-delight-3 .ddo-brand-logo .ddo-design-org,
.ddo-delight-3 .ddo-brand-logo .ddo-logo { fill: #102f40; }
.ddo-delight-4, .ddo-delight-4 .ddo-delight, .ddo-delight-4 .variable-color-bg { background-color: #fcaf17; }
.ddo-delight-4 .variable-color-bg:after { background-color: #fcaf17; }
.ddo-delight-4 .ddo-delight, .ddo-delight-4 .ddo-header,
.ddo-delight-4 .variable-color { color: #fffefc; }
.ddo-delight-4 .variable-color.home-intro,
.ddo-delight-4 .variable-color.plan-features li { border-top-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-4 .variable-color-alt { color: #102f40; }
.ddo-delight-4 .variable-color-btn.btn--primary { background-color: #ef3f42; }
.ddo-delight-4 .variable-color-btn.btn--primary:hover { background-color: #cb3538; }
.ddo-delight-4 .variable-color-btn.btn--secondary { border-color: #ef3f42; color: #ef3f42; }
.ddo-delight-4 .variable-color-btn.btn--secondary:hover { border-color: #cb3538; color: #cb3538; }
.ddo-delight-4 .variable-color-btn.btn-link { color: #fffefc; }
.ddo-delight-4 .variable-color-btn.btn-link:hover { color: #102f40; }
.ddo-delight-4 .variable-color-btn-alt.btn--secondary { border-color: #fffefc; color: #fffefc; }
.ddo-delight-4 .variable-color-btn-alt.btn--secondary:hover { border-color: #cb3538; color: #cb3538; }
.ddo-delight-4 .main-menu a { color: #fffefc; }
.ddo-delight-4 .main-menu a:hover { color: #102f40; }
.ddo-delight-4 .variable-color-border { border-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-4 .user-control-link:hover { color: #ef3f42; }
.ddo-delight-4 .ddo-delight { top: 0; left: 0; right: 0; bottom: 0; position: fixed; }
.ddo-delight-4 .ddo-delight:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/spiral-red.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 0; right: 115%; height: 600px; width: 550px; z-index: 0; transform: translate( 100%, -55% ); }
@media screen and (max-width:767px) {
 .ddo-delight-4 .ddo-delight:before { height: 300px; width: 100vw; transform: translate( 70%, -20% ); }
}
.ddo-delight-4 .ddo-delight:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/dotty-blue.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: -10%; left: 40%; height: 250px; width: 250px; }
@media screen and (max-width:767px) {
 .ddo-delight-4 .ddo-delight:after { position: absolute; top: -55%; left: -5%; transform: scale( .5 ); }
}
.ddo-delight-4 .ddo-doodles { top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; }
.ddo-delight-4 .ddo-doodles:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/side-hatch-blue.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 55%; left: 75%; height: 400px; width: 300px; }
@media screen and (max-width:767px) {
 .ddo-delight-4 .ddo-doodles:before { position: absolute; top: 5%; left: 80%; }
}
.ddo-delight-4 .ddo-doodles:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-pigpen-teal.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 100%; left: 65%; height: 450px; width: 450px; transform: translateY( -45% ); }
@media screen and (max-width:767px) {
 .ddo-delight-4 .ddo-doodles:after { transform: translateY( -45% ) scale( .75 ); }
}
.ddo-delight-4 .ddo-brand-logo .ddo-design-org,
.ddo-delight-4 .ddo-brand-logo .ddo-logo { fill: #fffefc; }
.ddo-delight-5, .ddo-delight-5 .ddo-delight, .ddo-delight-5 .variable-color-bg { background-color: #2275bd; }
.ddo-delight-5 .variable-color-bg:after { background-color: #2275bd; }
.ddo-delight-5 .ddo-delight, .ddo-delight-5 .ddo-header,
.ddo-delight-5 .variable-color { color: #fffefc; }
.ddo-delight-5 .variable-color.home-intro,
.ddo-delight-5 .variable-color.plan-features li { border-top-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-5 .variable-color-alt { color: #ef3f42; }
.ddo-delight-5 .variable-color-btn.btn--primary { background-color: #102f40; }
.ddo-delight-5 .variable-color-btn.btn--primary:hover { background-color: #114857; }
.ddo-delight-5 .variable-color-btn.btn--secondary { border-color: #102f40; color: #102f40; }
.ddo-delight-5 .variable-color-btn.btn--secondary:hover { border-color: #114857; color: #114857; }
.ddo-delight-5 .variable-color-btn.btn-link { color: #fffefc; }
.ddo-delight-5 .variable-color-btn.btn-link:hover { color: #ef3f42; }
.ddo-delight-5 .variable-color-btn-alt.btn--secondary { border-color: #fffefc; color: #fffefc; }
.ddo-delight-5 .variable-color-btn-alt.btn--secondary:hover { border-color: #114857; color: #114857; }
.ddo-delight-5 .main-menu a { color: #fffefc; }
.ddo-delight-5 .main-menu a:hover { color: #ef3f42; }
.ddo-delight-5 .variable-color-border { border-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-5 .user-control-link:hover { color: #102f40; }
.ddo-delight-5 .ddo-delight { top: 0; left: 0; right: 0; bottom: 0; position: fixed; }
.ddo-delight-5 .ddo-delight:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-wiggles-yellow.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 0; right: 115%; height: 600px; width: 550px; z-index: 0; transform: translate( 100%, -35% ); }
@media screen and (max-width:767px) {
 .ddo-delight-5 .ddo-delight:before { transform: translate( 45%, -55% ); }
}
.ddo-delight-5 .ddo-delight:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/speckles-blue.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: -10%; left: 40%; height: 250px; width: 250px; }
@media screen and (max-width:767px) {
 .ddo-delight-5 .ddo-delight:after { position: absolute; top: -55%; left: 15%; transform: scale( .5 ); }
}
.ddo-delight-5 .ddo-doodles { top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; }
.ddo-delight-5 .ddo-doodles:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-red.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 55%; left: 75%; height: 400px; width: 300px; }
@media screen and (max-width:767px) {
 .ddo-delight-5 .ddo-doodles:before { position: absolute; top: 5%; left: 80%; }
}
.ddo-delight-5 .ddo-doodles:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/ziggy-blue.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 100%; left: 65%; height: 450px; width: 450px; transform: translateY( -45% ); }
@media screen and (max-width:767px) {
 .ddo-delight-5 .ddo-doodles:after { transform: translate( -10%, -30% ) scale( .75 ); }
}
.ddo-delight-5 .ddo-brand-logo .ddo-design-org,
.ddo-delight-5 .ddo-brand-logo .ddo-logo { fill: #fffefc; }
.ddo-delight-6, .ddo-delight-6 .ddo-delight, .ddo-delight-6 .variable-color-bg { background-color: #1d3842; }
.ddo-delight-6 .variable-color-bg:after { background-color: #1d3842; }
.ddo-delight-6 .ddo-delight, .ddo-delight-6 .ddo-header,
.ddo-delight-6 .variable-color { color: #fffefc; }
.ddo-delight-6 .variable-color.home-intro,
.ddo-delight-6 .variable-color.plan-features li { border-top-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-6 .variable-color-alt { color: #fcaf17; }
.ddo-delight-6 .variable-color-btn.btn--primary { background-color: #2275bd; }
.ddo-delight-6 .variable-color-btn.btn--primary:hover { background-color: #1e68a7; }
.ddo-delight-6 .variable-color-btn.btn--secondary { border-color: #2275bd; color: #2275bd; }
.ddo-delight-6 .variable-color-btn.btn--secondary:hover { border-color: #1e68a7; color: #1e68a7; }
.ddo-delight-6 .variable-color-btn.btn-link { color: #fffefc; }
.ddo-delight-6 .variable-color-btn.btn-link:hover { color: #fcaf17; }
.ddo-delight-6 .variable-color-btn-alt.btn--secondary { border-color: #fffefc; color: #fffefc; }
.ddo-delight-6 .variable-color-btn-alt.btn--secondary:hover { border-color: #1e68a7; color: #1e68a7; }
.ddo-delight-6 .main-menu a { color: #fffefc; }
.ddo-delight-6 .main-menu a:hover { color: #fcaf17; }
.ddo-delight-6 .variable-color-border { border-color: rgba( 255, 254, 252, .3 ); }
.ddo-delight-6 .user-control-link:hover { color: #2275bd; }
.ddo-delight-6 .ddo-delight { top: 0; left: 0; right: 0; bottom: 0; position: fixed; }
.ddo-delight-6 .ddo-delight:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pigpen-cream.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: calc( 20vh + 10rem ); right: 115%; height: 600px; width: 50vw; z-index: 0; transform: translate( 100%, -50% ); }
@media screen and (max-width:767px) {
 .ddo-delight-6 .ddo-delight:before { height: 300px; width: 100vw; position: absolute; top: 0; right: 50%; transform: translate( 30%, -20% ); }
}
.ddo-delight-6 .ddo-delight:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/dotty-teal.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: -10%; left: 10%; height: 250px; width: 250px; }
@media screen and (max-width:767px) {
 .ddo-delight-6 .ddo-delight:after { position: absolute; top: -55%; left: -10%; transform: scale( .5 ); }
}
.ddo-delight-6 .ddo-doodles { top: 0; left: 0; right: 0; bottom: 0; position: absolute; z-index: 2; }
.ddo-delight-6 .ddo-doodles:before { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-red.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 10%; left: 30%; height: 400px; width: 300px; transform: translateY( -50% ); }
@media screen and (max-width:767px) {
 .ddo-delight-6 .ddo-doodles:before { position: absolute; top: 5%; left: 50%; }
}
.ddo-delight-6 .ddo-doodles:after { content: ""; display: block; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/pebble-sketch-teal.png ); background-repeat: no-repeat; background-size: contain; position: absolute; top: 100%; left: 65%; height: 450px; width: 650px; transform: translate( -15%, -55% ); }
@media screen and (max-width:767px) {
 .ddo-delight-6 .ddo-doodles:after { transform: translate( -10%, -45% ); }
}
.ddo-delight-6 .ddo-brand-logo .ddo-design-org,
.ddo-delight-6 .ddo-brand-logo .ddo-logo { fill: #fffefc; }
.posts-grid { display: grid; grid-column-gap: 1.5rem; grid-row-gap: 1.5rem; grid-template: "a b" "c d" "e f" "g h"/1fr 1fr; grid-auto-rows: minmax( -webkit-min-content, -webkit-max-content ); grid-auto-rows: minmax( min-content, max-content ); }
@supports (grid-template-rows:auto) {
 .posts-grid { grid-template: unset; grid-template-columns: repeat( 2, 1fr ); }
}
@media screen and (max-width:767px) {
 .posts-grid { grid-template: 1fr/1fr; }
}
.postcard { display: block; }
.postcard__thumbnail { height: 0; padding: 0 0 41.2371134%; position: relative; overflow: hidden; background-color: #fff4e1; background-image: url( ac44eee671da84c6cea3f1b0f696a89c.png ); background-position: 50%; background-repeat: no-repeat; background-size: 115%; margin: 0 0 1rem; }
.postcard__thumbnail>img { display: block; max-width: 100%; position: absolute; width: 100%; height: auto; }
.postcard__category-list { margin-bottom: 0; }
.postcard__title { margin: 0; }
.postcard:hover .postcard__title { color: #2275bd; }
.post__thumbnail { padding: 0; margin: 0 0 1.5rem; }
.post__thumbnail>img { display: block; max-width: 100%; }
.post__thumbnail img { height: auto; }
.post__title { color: #474747; -webkit-font-smoothing: antialiased; font-size: 40px; font-weight: 800; margin-top: 0; margin-bottom: 1rem; }
@media screen and (max-width:767px) {
 .post__title { font-size: 24px; }
}
.post__category-list { margin-bottom: .5rem; }
.post__categories { margin-top: 2rem; }
.post__category { --tw-text-opacity: 1; color: rgba( 128, 128, 128, var( --tw-text-opacity ) ); }
.post__category:hover { color: #2275bd; }
.post__category+.post__category:before { content: "/"; display: inline-block; margin: 0 .35rem 0 .25rem; }
.post__byline { padding-bottom: 1.25rem; margin-bottom: 2rem; border-bottom: 2px solid #e2e2e2; display: flex; align-items: center; }
.post__author { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; margin: 0 0 .25rem; }
@media screen and (max-width:767px) {
 .post__author { font-size: 16px; }
}
.post__author-name { margin-right: .25rem; }
.post__author-avatar { border-radius: 50%; width: 44px; height: 44px; display: block; overflow: hidden; margin-right: .5rem; }
.post__author-avatar img { width: 100%; height: auto; }
.post__footer { display: flex; align-items: flex-start; justify-content: space-between; font-size: 20px; line-height: 2rem; margin: 2.5rem 0 2rem; padding: 2rem 0; border: 2px solid #e2e2e2; border-width: 2px 0; }
@media screen and (max-width:767px) {
 .post__footer { flex-direction: column; border-top: 0; width: calc( 100% + 2rem ); margin-left: -1rem; margin-bottom: 0; padding: 0 1rem 1.25rem; align-items: flex-start; }
}
.post__meta .at-style-responsive .at-share-btn { padding: 2px; margin-bottom: 0; background-color: #606060 !important; }
.post__meta .at-style-responsive .at-share-btn:hover { transform: none; background-color: #2275bd !important; }
.post__tags-header { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; margin-bottom: .5rem; }
@media screen and (max-width:767px) {
 .post__tags-header { font-size: 16px; }
}
.post__share { flex-shrink: 0; }
@media screen and (max-width:767px) {
 .post__share { flex-direction: column; width: 100%; align-items: flex-start; }
}
.post__share-label { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; margin: 0 0 .5rem; display: block; }
@media screen and (max-width:767px) {
 .post__share-label { font-size: 16px; font-size: 20px; margin-bottom: 1rem; }
 .post__share-label:after { content: " this post:"; display: inline; }
 .post__addthis { width: 100%; }
 .post__addthis .at-share-btn-elements { display: flex; justify-content: space-between; }
 .post__addthis .at-share-btn { padding: 0 !important; }
 .post__addthis .at-icon-wrapper { border-radius: 24px !important; width: 42px !important; height: 42px !important; line-height: 42px !important; position: relative; }
 .post__addthis .at-icon { width: 32px !important; height: 32px !important; position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50% ); }
}
.post__tag-list { margin: 0 1.5rem 0 0; font-size: inherit; line-height: inherit; }
@media screen and (max-width:767px) {
 .post__tag-list { border-bottom: 1px solid #e2e2e2; width: calc( 100% + 2rem ); margin: 0 0 1rem -1rem; padding: 0 1rem 2rem; align-items: flex-start; }
}
.post__tag-list a { display: inline-block; color: #606060; padding: .25rem .5rem .35rem; margin-bottom: .25rem; border-radius: 4px; background: #f3f3f3; font-size: 16px; font-weight: 400; }
.post__tag-list a:not(span):hover { color: #2275bd; text-decoration: none; }
.post__content { font-size: 20px; line-height: 2rem; }
@media screen and (max-width:767px) {
 .post__content { font-size: 18px; line-height: 1.5; }
}
.post__content p { font-size: inherit; line-height: inherit; }
.post__content iframe, .post__content img { display: block; margin-left: auto; margin-right: auto; }
.post__content iframe { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.post__content a:not(.btn) { color: #2275bd; }
.post__content a:not(.btn):hover { color: #1e68a7; }
.post__content h4 { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; }
@media screen and (max-width:767px) {
 .post__content h4 { font-size: 16px; }
 .post__content h1, .post__content h2, .post__content h3, .post__content h4,
 .post__content h5, .post__content h6 { margin-top: 1.5rem; }
}
.post__content ul { margin: 2rem 0; }
@media screen and (max-width:767px) {
 .post__content ul { margin: 1.5rem 0; }
}
.post__content li { margin-top: 0; margin-bottom: 1rem; }
@media screen and (max-width:767px) {
 .post__content li { margin-bottom: 1.25rem; }
}
.post__content li:last-child { margin-bottom: 0; }
.post__content li strong { color: #474747; }
.post__content sup { font-size: 12px; vertical-align: 3px; line-height: 1; }
.back-link { font-size: 14px; font-weight: 700; }
@media screen and (max-width:767px) {
 .back-link { font-size: 16px; }
}
.back-link svg { transition: transform .125s cubic-bezier( .61, .01, .37, 1.02 ); }
.back-link:hover { text-decoration: none; }
.back-link:hover svg { transform: translateX( -5px ); }
.after-post { margin: 1.25rem -1rem 0; padding: 0 1rem 1.25rem; border-bottom: 1px solid #e2e2e2; }
.adjacent-posts { margin: 1.25rem auto; }
.tag-banner { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; padding-top: 1.5rem; border-top: 1px solid #e2e2e2; margin-bottom: 2rem; }
@media screen and (max-width:767px) {
 .tag-banner { font-size: 16px; }
}
.tag-banner .tag { display: inline-block; color: #606060; padding: .25rem .5rem .35rem; margin-bottom: .25rem; border-radius: 4px; background: #f3f3f3; font-size: 16px; font-weight: 400; }
.tag-banner .tag:not(span):hover { color: #2275bd; text-decoration: none; }
.wp-block-columns, .wp-block-image { margin-bottom: 2rem; }
.wp-block-image { margin-top: 2rem; }
.wp-block-image.image-breakout { max-width: none; margin: 2rem -12.5%; }
@media screen and (max-width:767px) {
 .wp-block-image.image-breakout { margin: 2rem -1rem; }
}
.wp-block-image img { height: auto; display: block; }
.image-breakout .aligncenter { margin: 0; display: block; }
.image-breakout img { display: block; }
.has-medium-font-size { font-size: 20px; line-height: 2rem; }
.has-small-font-size { font-size: 14px; line-height: 1.5rem; }
.wp-block-quote { border-left: 2px solid #e2e2e2; }
.wp-block-pullquote { border: 2px solid #e2e2e2; border-width: 2px 0; margin: 2.75rem auto; padding: 1.75rem 0 2rem; }
@media screen and (max-width:767px) {
 .wp-block-pullquote { margin: 1.5rem auto; }
}
.wp-block-pullquote blockquote { padding: 0; margin: 0; }
.wp-block-pullquote p { font-size: 2rem; line-height: 2.5rem; font-weight: 600; }
@media screen and (max-width:767px) {
 .wp-block-pullquote p { font-size: 24px; line-height: 1.25; }
}
.wp-block-pullquote em { font-style: normal; }
.page-style { font-size: 20px; line-height: 2rem; }
@media screen and (max-width:767px) {
 .page-style { font-size: 18px; line-height: 1.5; }
}
.page-style p { font-size: inherit; line-height: inherit; }
.page-style iframe, .page-style img { display: block; margin-left: auto; margin-right: auto; }
.page-style iframe { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.page-style a:not(.btn) { color: #2275bd; }
.page-style a:not(.btn):hover { color: #1e68a7; }
.page-style h4 { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; }
@media screen and (max-width:767px) {
 .page-style h4 { font-size: 16px; }
 .page-style h1, .page-style h2, .page-style h3, .page-style h4, .page-style h5,
 .page-style h6 { margin-top: 1.5rem; }
}
.page-style ul { margin: 2rem 0; }
@media screen and (max-width:767px) {
 .page-style ul { margin: 1.5rem 0; }
}
.page-style li { margin-top: 0; margin-bottom: 1rem; }
@media screen and (max-width:767px) {
 .page-style li { margin-bottom: 1.25rem; }
}
.page-style li:last-child { margin-bottom: 0; }
.page-style li strong { color: #474747; }
.page-style sup { font-size: 12px; vertical-align: 3px; line-height: 1; }
.wp-block-separator.wp-block-separator.wp-block-separator { max-width: 75%; margin: 1.5rem auto; border-color: #e2e2e2; }
@media screen and (min-width:768px) {
 .wp-block-separator.wp-block-separator.wp-block-separator { margin: 2.5rem auto; }
}
.wp-block-table { margin: 1.5rem auto; width: 100%; }
.wp-block-table td { border: 1px solid #e2e2e2; }
.wp-block-table tr:nth-child(2n) td { background-color: #f8f8f8; }
.main-navigation { margin-right: 1.5rem; }
@media screen and (max-width:767px) {
 .main-navigation { margin: 0 auto 1.5rem; }
}
.main-menu { display: flex; justify-content: space-between; align-items: center; list-style-type: none; margin: 0; padding: 0; }
@media screen and (max-width:767px) {
 .main-menu { flex-wrap: wrap; justify-content: center; margin: 0; }
}
.main-menu .menu-item { margin: 0 1.5rem 0 0; }
@media screen and (max-width:767px) {
 .main-menu .menu-item { margin: 0 .5rem; }
}
.main-menu .menu-item a { display: block; font-size: 16px; color: #606060; line-height: 1.5rem; font-weight: 700; }
.main-menu .menu-item a:hover { color: #222; }
@media screen and (max-width:767px) {
 .main-menu .menu-item a { padding: .5rem; }
}
.main-menu .current-menu-item a { opacity: 1; }
.footer-menu { margin-right: -.5rem; }
.footer-menu .menu-item { margin-right: 3rem; }
@media screen and (max-width:767px) {
 .footer-menu .menu-item { margin-left: .25rem; margin-right: .25rem; }
}
.footer-menu .menu-item a { --tw-text-opacity: 1; color: rgba( 128, 128, 128, var( --tw-text-opacity ) ); }
.blog-menu { display: flex; justify-content: center; align-items: center; list-style-type: none; margin: 0 auto 2.5rem; padding: 0; }
@media screen and (max-width:767px) {
 .blog-menu { flex-wrap: wrap; }
}
.blog-menu .menu-item { margin: 0 .5rem; position: relative; }
.blog-menu .menu-item>a { font-size: 16px; color: grey; line-height: 1.5rem; padding: .5rem; display: block; }
.blog-menu .menu-item>a:hover { color: #474747; }
.blog-menu .current-menu-item>a { font-weight: 700; color: #474747; }
.blog-menu .current-menu-item:after { content: ""; position: absolute; bottom: 0; left: .5rem; right: .5rem; border-bottom: 3px solid #2275bd; }
.navigation .wp-paginate { margin: 2rem auto; text-align: center; }
.navigation .wp-paginate .page, .navigation .wp-paginate a { background: transparent; font-size: 16px; color: grey; line-height: 1.5rem; padding: .5rem; border: 0; }
.navigation .wp-paginate .page.current, .navigation .wp-paginate .page:hover,
.navigation .wp-paginate a.current, .navigation .wp-paginate a:hover { color: #474747; background: transparent; border: 0; font-weight: 700; position: relative; }
.navigation .wp-paginate .page.current:after,
.navigation .wp-paginate .page:hover:after,
.navigation .wp-paginate a.current:after, .navigation .wp-paginate a:hover:after { content: ""; display: block; position: absolute; top: 100%; left: 15%; right: 15%; height: 0; border-bottom: 3px solid #2275bd; }
.ffield-enter-active, .ffield-leave-active { transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); }
.ffield-enter, .ffield-leave-to { max-height: 0; overflow: hidden; opacity: 0; }
.ffield-enter-to, .ffield-leave { max-height: 48px; opacity: 1; }
@media screen and (max-width:767px) {
 .ddo-form { min-width: 100%; }
}
.ddo-form--block { margin: 2rem auto; }
.ddo-form__intro { font-size: 20px; font-weight: 700; }
@media screen and (max-width:767px) {
 .ddo-form__intro { font-size: 14px; line-height: 1.571428571; }
}
.ddo-form__section { margin-bottom: 2rem; }
.ddo-form__section-label { font-family: trade-gothic-next, sans-serif; font-weight: 800; font-style: normal; color: #474747; margin-bottom: .5rem; font-size: 16px; text-align: left; }
@media screen and (max-width:767px) {
 .ddo-form__section-label { margin-bottom: .5rem; }
}
.ddo-form__submit { margin-top: 2rem; text-align: center; }
.ffield { line-height: 2rem; margin-bottom: 1rem; position: relative; border-radius: 0; }
.ffield, .ffield__input { display: block; width: 100%; height: 48px; }
.ffield__input { border: 2px solid #e2e2e2; border-radius: 4px; line-height: calc( 2.2rem - 4px ); background: #fffefc; padding: 0 .75rem 2px; color: #474747; -webkit-appearance: none; }
.ffield__input:focus { outline: 0; border-color: #15aeb5; }
.ffield__label { position: absolute; top: 50%; transform: translateY( -50% ); left: .75rem; color: #bdbdbd; font-size: 16px; opacity: 1; transition: all .2s cubic-bezier( .61, .01, .37, 1.02 ); margin-top: -1px; }
.ffield__input.has-value+.ffield__label, .ffield__input:focus+.ffield__label { opacity: 0; pointer-events: none; }
.ffield-radio { display: flex; margin-right: 2rem; }
.ffield-radio:last-child { margin-right: 0; }
.ffield-radio__label { padding: 0; cursor: pointer; display: flex; vertical-align: middle; position: relative; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); }
.ffield-radio__label>:last-child { flex-grow: 1; }
.ffield-radio__label .ffield-radio__icon, .ffield-radio__label:before { margin: 1px .75rem -1px 0; display: inline-block; transition: box-shadow .15s cubic-bezier( .61, .01, .37, 1.02 ); height: 20px; width: 20px; vertical-align: middle; color: #bdbdbd; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); }
.ffield-radio__label:before { content: ""; border-radius: 50%; border: 2px solid #bdbdbd; box-shadow: inset 0 0 0 10px #fff; }
.ffield-radio:hover .ffield-radio__label:before { border-color: #2275bd; }
.ffield-radio__input { height: 0; width: 0; opacity: 0; position: absolute; }
.ffield-radio__input:focus+.ffield-radio__label:before { border-color: #2275bd; }
.ffield-radio__input:checked+.ffield-radio__label .ffield-radio__icon { color: #2275bd; }
.ffield-radio__input:checked+.ffield-radio__label:before { background-color: #2275bd; box-shadow: inset 0 0 0 2px #fff; }
.radio-group--inline { display: flex; align-items: center; margin-bottom: 1rem; }
.ffield-errors { margin-top: -.5rem; margin-bottom: 1.5rem; text-align: left; font-size: 12px; color: #ef3f42; }
.ffield-checkbox { display: flex; margin-right: 2rem; align-items: center; margin-bottom: 1rem; }
.ffield-checkbox:last-child { margin-right: 0; }
.ffield-checkbox__box { width: 2rem; height: 2rem; font-size: 1.25rem; display: block; border-radius: 3px; border: 2px solid #bdbdbd; position: relative; margin-right: .75rem; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); }
.ffield-checkbox__box:before { position: absolute; opacity: 0; top: .775em; left: .175em; width: .75em; height: .75em; background: #fffefc; transform-origin: center; transform: scale( 0 ); transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); }
.ffield-checkbox__box:after { content: ""; position: absolute; display: block; height: 0; width: 0; border: 3px solid #fffefc; border-width: 0 0 2px 2px; top: .775em; left: .175em; opacity: 0; transform-origin: top left; transition: opacity .15s ease-out, height .15s ease-in-out .15s, width .15s ease-in-out; margin-top: -.125em; transform: rotate( -45deg ); }
.ffield-checkbox:hover .ffield-checkbox__box { border-color: #474747; }
.ffield-checkbox__label { cursor: pointer; text-transform: capitalize; }
.ffield-checkbox:hover .ffield-checkbox__label { color: #2275bd; }
.ffield-checkbox__label>:last-child { flex-grow: 1; }
.ffield-checkbox__input { height: 0; width: 0; opacity: 0; position: absolute; }
.ffield-checkbox__input:focus+.ffield-checkbox__label:before { border-color: #2275bd; }
.ffield-checkbox__input:checked+.ffield-checkbox__box { background-color: #2275bd; border-color: transparent; }
.ffield-checkbox__input:checked+.ffield-checkbox__box:before { transform: scale( 1 ); opacity: 1; }
.ffield-checkbox__input:checked+.ffield-checkbox__box:after { height: .5625em; width: .875em; opacity: 1; transition: opacity .15s ease-out, height .15s ease-in-out, width .15s cubic-bezier( .61, .01, .37, 1.02 ) .15s; }
.inline-input { display: flex; position: relative; margin-bottom: 1rem; }
.inline-input .ffield { margin-bottom: 0; }
.inline-input .btn-icon { position: absolute; top: 50%; transform: translateY( -50% ); opacity: 0; visibility: hidden; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); background: transparent; }
.inline-input .btn-icon .icon { margin: 0; }
.inline-input:hover:not(.is-empty) .btn-icon { opacity: 1; visibility: visible; }
.inline-input:hover:not(.is-empty) .btn-trash { transform: translate3d( 0, -50%, 0 ); }
.inline-input .btn-trash { left: calc( 100% + .5rem ); transform: translate3d( -50%, -50%, 0 ); }
.inline-input .btn-close { position: absolute; top: 50%; transform: translateY( -50% ); left: calc( 100% + .5rem ); }
.ffield-textarea { width: 100%; border-radius: 4px; border: 2px solid #e2e2e2; padding: .75rem 1rem; margin-bottom: 1.5rem; resize: none; min-height: 8rem; }
.ffield-textarea:focus { outline: 0; border-color: #15aeb5; }
.ffield-textarea::-webkit-input-placeholder { color: #bdbdbd; }
.ffield-textarea::-moz-placeholder { color: #bdbdbd; }
.ffield-textarea:-ms-input-placeholder { color: #bdbdbd; }
.ffield-textarea::-ms-input-placeholder { color: #bdbdbd; }
.ffield-textarea::placeholder { color: #bdbdbd; }
.feedback-form { display: block; max-width: 456px; margin: 2rem auto 0; }
.btn, .btn-core { -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .5px; border-radius: 4px; max-height: 48px; line-height: 1.2; padding: calc( 1rem - 1px ) 1.25rem; border: 2px solid transparent; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); background: transparent; display: inline-block; box-sizing: border-box; text-align: center; }
.btn+.btn { margin-left: 1rem; }
@media screen and (max-width:767px) {
 .btn+.btn { margin-left: 0; margin-top: 1rem; display: block; max-width: 320px; }
}
.btn:focus { outline: none; }
.btn:disabled, .btn:disabled:hover { background: #d4d4d4; }
.btn--primary { background: #2275bd; }
.btn--primary:hover { background-color: #1e68a7; }
.btn--cool { background: #222; color: #fff; }
.btn--cool:hover { background-color: #2275bd; }
.btn--white { border: 2px solid #fff; color: #fff; }
.btn--secondary { border: 2px solid #e2e2e2; color: #222; }
.btn--secondary:hover, .btn--secondary:visited:hover { border-color: #1e68a7; color: #222; text-decoration: none; opacity: 1; }
.btn--secondary:disabled, .btn--secondary:disabled:hover { background-color: transparent; border-color: #d4d4d4; color: #d4d4d4; }
.btn--outline { border: 2px solid; color: inherit; position: relative; }
.btn--outline:after { content: ""; z-index: 0; position: absolute; border-radius: 2px; background-color: currentColor; opacity: 0; transition: opacity .25s cubic-bezier( .61, .01, .37, 1.02 ); top: 0; left: 0; right: 0; bottom: 0; }
.btn--outline:hover { text-decoration: none; }
.btn--outline:hover:after { opacity: .2; }
.btn--outline:disabled, .btn--outline:disabled:hover { background-color: transparent; border-color: #d4d4d4; color: #d4d4d4; }
.btn--neutral { color: #bdbdbd; border: 2px solid #bdbdbd; }
.btn--neutral:hover { color: #1e68a7; border-color: #1e68a7; }
.btn--danger { background-color: #ef3f42; color: #fffefc; }
.btn--danger:hover { background-color: #cb3538; }
.btn--block { display: block; width: 100%; }
@media screen and (max-width:767px) {
 .btn--block-mobile { display: block; max-width: 100%; }
}
.btn--inline { min-width: auto; margin: 0 .5rem; line-height: 0; }
.btn--inline:last-child { margin-right: 0; }
.btn--next-to-title { margin-left: 2rem; min-width: 0; padding-top: .75rem; padding-bottom: .75rem; max-height: none; }
.btn--large { font-size: 14px; max-height: 60px; line-height: 1.2; padding: calc( 1.25rem - 1px ) 1.75rem; }
@media screen and (max-width:767px) {
 .btn--large--desktop { display: block; }
}
@media screen and (min-width:768px) {
 .btn--large--desktop { max-height: 56px; line-height: 1.2; padding: calc( 1.25rem - 1px ) 2.5rem; box-sizing: content-box; }
}
.btn-note { font-size: 12px; color: #7a7a7a; margin-top: .25rem; }
.btn--submit { display: block; width: 100%; margin-bottom: 1.5rem; }
.btn--submit:last-child { margin-bottom: 0; }
.btn--separator { color: #222; min-width: auto; cursor: default; }
.btn-link { border: 0; padding: 0; color: #15aeb5; min-width: auto; }
.btn-link:not(.btn) { font-size: inherit; font-family: inherit; white-space: nowrap; }
.btn-link:focus, .btn-link:hover { outline: 0; text-decoration: underline; }
.btn-social-link { color: #bdbdbd; }
.btn-social-link .icon { margin: 0; }
.btn-social-link:hover { color: #15aeb5; }
.btn-close { border: 0; background: transparent; position: absolute; top: 1rem; right: 1rem; color: #d4d4d4; font-size: 40px; height: 2rem; width: 2rem; text-align: center; }
@media screen and (max-width:767px) {
 .btn-close { top: .25rem; right: .25rem; }
}
.btn-close:after, .btn-close:before { height: 3px; width: 1.5rem; background: #d4d4d4; content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50% ) rotate( -45deg ); }
.btn-close:after { position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50% ) rotate( 45deg ); }
.btn-close:hover { cursor: pointer; }
.btn-close:hover:after, .btn-close:hover:before { background-color: #7a7a7a; }
.btn-icon { border: 0; background: transparent; color: #bdbdbd; }
.btn-icon:hover { color: #15aeb5; }
.btn-group { display: flex; align-items: center; justify-content: center; }
.btn-group--contained .btn { min-width: auto; flex-grow: 1; flex-shrink: 0; }
.btn-group--dialog .btn { flex-basis: 50%; }
@media screen and (max-width:767px) {
 .btn-group .btn { min-width: auto; flex-grow: 1; flex-shrink: 0; }
}
.btn-pay { margin-bottom: 1rem; }
.btn-pay.is-processing, .btn-pay.is-processing:hover { background-color: #15aeb5; color: #15aeb5; overflow: hidden; position: relative; }
.btn-pay.is-processing:before, .btn-pay.is-processing:hover:before { content: ""; display: block; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Button-States' transform='translate(-710 -489)' stroke='%23FFFEFC' stroke-width='3'%3E%3Cg id='Group' transform='translate(712 491)'%3E%3Ccircle id='ring' opacity='.2' transform='matrix(1 0 0 -1 0 20)' cx='10' cy='10' r='10'/%3E%3Ccircle transform='matrix(0 -1 -1 0 20 20)' cx='10' cy='10' r='10' style='animation:3s rotate infinite linear' stroke-dasharray='65' stroke-dashoffset='-65'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cstyle%3E@keyframes rotate{0%25{stroke-dashoffset:-65}to{stroke-dashoffset:65}}%3C/style%3E%3C/svg%3E" ); height: 24px; width: 24px; position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50% ); }
.btn-pay.is-success, .btn-pay.is-success:hover { background-color: #44ac6d; color: #44ac6d; overflow: hidden; position: relative; }
.btn-pay.is-success:before, .btn-pay.is-success:hover:before { content: ""; display: block; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='checkmask'%3E%3Cpath stroke-width='4' stroke='%23fff' id='path-1' style='animation:1s check 1 ease-in-out forwards .25s' stroke-dasharray='40' stroke-dashoffset='40' d='M2.935 11.59l6.14 5.977L21.733 4.754'/%3E%3C/mask%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Button-States' transform='translate(-709 -579)'%3E%3Cg id='ic-check-24px' transform='translate(708 576)'%3E%3Cpath id='Path' d='M0 0h24v24H0z'/%3E%3Cpath mask='url(%23checkmask)' stroke='%23FFFEFC' stroke-width='1.5' fill='%23FFFEFC' fill-rule='nonzero' stroke-linejoin='round' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cstyle%3E@keyframes check{0%25{stroke-dashoffset:43}20%25{stroke-dashoffset:30}to{stroke-dashoffset:0}}%3C/style%3E%3C/svg%3E" ); position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50% ); width: 23px; height: 18px; }
.ddo-footer { color: #7a7a7a; padding: 2rem 0; font-size: 12px; }
@media screen and (max-width:767px) {
 .ddo-footer { position: static; padding: 1rem; text-align: center; }
}
.ddo-footer .container { margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
@media screen and (max-width:767px) {
 .ddo-footer .container { position: static; flex-direction: column; align-items: center; text-align: center; }
}
.single-post .ddo-footer { width: 100%; padding: 1.5rem 1rem 2.5rem; margin: 0 auto; }
@media screen and (min-width:768px) {
 .single-post .ddo-footer { border-radius: 12px; padding: 3.5rem 5rem; margin: 1rem auto; }
}
.social-links { display: flex; align-items: center; }
.social-links svg { display: block; }
.footer-nav-container { display: flex; align-items: center; color: #606060; }
@media screen and (max-width:767px) {
 .footer-nav-container { flex-direction: column; justify-content: center; border-radius: 0; background-color: transparent; }
}
.single-post .footer-nav-container { justify-content: space-between; }
.credits { line-height: 1.5; margin: 1rem 0 .5rem; opacity: .65; }
@media screen and (max-width:767px) {
 .credits { padding: 0 1rem; }
 .credits__designers { display: block; }
}
.ddo-home__content { padding-top: 4rem; padding-bottom: 4rem; }
@media screen and (max-width:767px) {
 .ddo-home__content { position: relative; text-align: left; padding: 1rem; max-width: 100%; margin-left: auto; margin-right: auto; }
}
@media screen and (min-width:768px) {
 .ddo-home__content { padding-bottom: 5rem; }
}
.ddo-home__content .wrapper { position: relative; z-index: 1; }
.ddo-home__content h1 { font-size: 40px; max-width: 600px; margin-left: auto; margin-right: auto; margin-bottom: 1rem; }
@media screen and (max-width:767px) {
 .ddo-home__content h1 { font-size: 32px; }
}
.ddo-home__content h2 { font-size: 32px; margin-bottom: 1rem; line-height: 1; }
@media screen and (max-width:767px) {
 .ddo-home__content h2 { font-size: 28px; }
}
.ddo-home__content .has-small-font-size { max-width: 450px; }
.ddo-home__content p { max-width: 600px; margin-left: auto; margin-right: auto; }
.ddo-home__cta { margin: 2rem auto; }
@media screen and (max-width:767px) {
 .ddo-home__cta .btn { width: 100%; max-width: 400px; }
}
.has-small-font-size+.ddo-home__cta { margin-top: 1rem; }
.ddo-home__why { max-width: 420px; margin: 4rem 0; padding-top: 4rem; border-top-width: 1px; }
@media screen and (max-width:767px) {
 .ddo-home__why { margin: 2.5rem 0; padding-top: 2.5rem; }
}
.ddo-home__science-banner { background-color: #e7bd5a; padding: 8rem 3.5rem 3.5rem; color: #fff; }
@media screen and (max-width:767px) {
 .ddo-home__science-banner { padding: 2.5rem; }
}
.ddo-home__science-banner h2 { font-family: ivyjournal, serif; max-width: 50%; font-size: 56px; color: #fff; font-weight: 400; margin-bottom: 4rem; }
@media screen and (max-width:767px) {
 .ddo-home__science-banner h2 { max-width: 100%; font-size: 32px; }
}
.ddo-home__shop-banner { padding: 3rem; background-color: grey; background-image: url( d7703cf3b01a605cbd0028cb6a1d5b8b.png ); background-repeat: no-repeat; background-position: 85% 0; background-size: 551px auto; min-height: 150px; display: flex; align-items: center; }
@media screen and (max-width:767px) {
 .ddo-home__shop-banner { padding: 1.5rem; min-height: 250px; align-items: flex-start; background-position: bottom; }
}
.ddo-home__shop-banner img { width: 170px; height: 23px; }
.ddo-home__egg-banner { padding: 1.5rem; background-color: #4b9b97; color: #fff; display: flex; align-content: stretch; min-height: 500px; }
@media screen and (max-width:767px) {
 .ddo-home__egg-banner { flex-direction: column; min-height: none; }
}
.ddo-home__egg-banner h2 { font-size: 32px; color: #fff; margin-bottom: 2rem; flex-grow: 1; }
@media screen and (max-width:767px) {
 .ddo-home__egg-banner h2 { font-size: 24px; }
}
.ddo-home__egg-banner-content { max-width: 32rem; order: 1; padding: 2rem; display: flex; flex-direction: column; }
@media screen and (max-width:767px) {
 .ddo-home__egg-banner-content { padding: 0; max-width: 100%; }
}
.ddo-home__egg-banner figure { order: 2; flex-grow: 1; text-align: center; padding: 0; margin: 0; max-height: 375px; }
@media screen and (max-width:767px) {
 .ddo-home__egg-banner figure { height: 150px; order: 0; margin-bottom: 1.5rem; }
}
.ddo-home__egg-banner img { max-height: 375px; display: inline-block; }
@media screen and (max-width:767px) {
 .ddo-home__egg-banner img { max-height: 100%; }
}
.ddo-home__posts { margin-bottom: 8rem; display: grid; grid-column-gap: 1.5rem; grid-row-gap: 3rem; grid-template-columns: repeat( 6, 1fr ); grid-template-areas: "a a a a a a" "b b b c c c" "d d d d d d" "e e f f g g" "h h i i j j" "k k k k k k" "l l l l l l" "m m m n n n"; }
@media screen and (max-width:767px) {
 .ddo-home__posts { padding-left: 1rem; padding-right: 1rem; grid-template: unset; grid-template-areas: unset; grid-template-columns: 100%; grid-template-rows: auto; }
}
@media screen and (min-width:768px) {
 .ddo-home__posts .postcard:nth-child(2) { grid-area: b; }
 .ddo-home__posts .postcard:nth-child(3) { grid-area: c; }
 .ddo-home__posts :nth-child(4) { grid-area: d; }
 .ddo-home__posts .postcard:nth-child(5) { grid-area: e; }
 .ddo-home__posts .postcard:nth-child(6) { grid-area: f; }
 .ddo-home__posts .postcard:nth-child(7) { grid-area: g; }
 .ddo-home__posts .postcard:nth-child(8) { grid-area: h; }
 .ddo-home__posts .postcard:nth-child(9) { grid-area: i; }
 .ddo-home__posts .postcard:nth-child(10) { grid-area: j; }
 .ddo-home__posts :nth-child(11) { grid-area: k; }
 .ddo-home__posts :nth-child(12) { grid-area: l; }
 .ddo-home__posts .postcard:nth-child(13) { grid-area: m; }
 .ddo-home__posts .postcard:nth-child(14) { grid-area: n; }
 .ddo-home__posts .postcard:first-child, .postcard-alt .postcard { grid-area: a; display: flex; padding-left: 34%; position: relative; }
 .ddo-home__posts .postcard:first-child .postcard__thumbnail,
 .postcard-alt .postcard .postcard__thumbnail { order: 2; flex-basis: 100%; margin: 0; }
 .ddo-home__posts .postcard:first-child .postcard__content,
 .postcard-alt .postcard .postcard__content { order: 1; padding: 1.5rem 1.5rem 1.5rem 0; max-width: 34%; position: absolute; left: 0; }
 .ddo-home__posts .postcard:first-child .postcard__title,
 .postcard-alt .postcard .postcard__title { font-size: 1.875rem; line-height: 2.25rem; }
}
.background-emoji { position: absolute; transition-property: opacity; transition-timing-function: cubic-bezier( .4, 0, .2, 1 ); transition-duration: .15s; z-index: 0; background-size: contain; background-repeat: no-repeat; }
.background-emoji--1 { background-image: url( e887f386e23040552f089da51ff8b7b6.png ); width: 80px; height: 80px; top: 7rem; left: 50%; transform: translateX( calc( -230px + -17.5vw ) ); }
.background-emoji--4 { background-image: url( 48e60a1bfe7e71ee924f1474e2f2d437.png ); width: 64px; height: 64px; top: 15rem; left: 50%; transform: translateX( calc( -350px + -26.25vw ) ); }
.background-emoji--6 { background-image: url( 1fbdf19a9e89cabdc0f7fcf538ff03ad.png ); width: 108px; height: 94px; top: 24rem; left: 9vw; left: 50%; transform: translateX( calc( -280px + -17.5vw ) ); }
.background-emoji--7 { background-image: url( b42640e027da82a10cbe8f759c8d77bd.png ); width: 48px; height: 48px; top: 33rem; left: 0; left: 50%; transform: translateX( calc( -350px + -31.5vw ) ); }
.background-emoji--9 { background-image: url( 6b9941ca593a04861529e1022ce685d4.png ); width: 213px; height: 104px; top: 40rem; left: 1vw; left: 50%; transform: translateX( calc( -250px + -17.5vw ) ); }
.background-emoji--2 { background-image: url( 0a7aabe682f3a7f5f75a4a65ab875d93.png ); width: 134px; height: 83px; top: 6rem; left: 50%; transform: translateX( 21vw ); }
.background-emoji--3 { background-image: url( dd011ddc1ff4a8a259b871ce9ba637c1.png ); width: 80px; height: 80px; top: 9rem; left: 50%; transform: translateX( calc( 230px + 26.25vw ) ); }
.background-emoji--5 { background-image: url( d08ca592a4d5be0adb50c0fcaa144e92.png ); width: 175px; height: 175px; top: 18rem; left: 50%; transform: translateX( calc( 120px + 21vw ) ); }
.background-emoji--8 { background-image: url( ed27aa13f02a3c14b0bbc296a5a9825e.png ); width: 80px; height: 80px; top: 44rem; left: 50%; transform: translateX( calc( 250px + 31.5vw ) ); }
.background-emoji--10 { background-image: url( 97625ac0babfad4b82875bc7f50d438b.png ); width: 116px; height: 82px; top: 42rem; left: 50%; transform: translateX( calc( 50px + 21vw ) ); }
.background-emoji--11 { background-image: url( 37c6600a054a41a235b28e97c30d09f2.png ); width: 72px; height: 72px; top: 34rem; right: 0; background-position: 100%; }
.background-emoji--creative-rut { background-image: url( de4dc1fcb8ac5a47a72aab450d0c7726.png ); width: 453px; height: 453px; top: 7rem; left: 50%; transform: translateX( calc( -25px + 21vw ) ); }
.background-emoji--clover { background-image: url( dd011ddc1ff4a8a259b871ce9ba637c1.png ); width: 62px; height: 62px; top: 30rem; right: 0; }
.background-emoji--flower { background-image: url( e887f386e23040552f089da51ff8b7b6.png ); width: 60px; height: 60px; top: 27rem; left: 50%; transform: translateX( calc( -445px + -17.5vw ) ); }
.background-emoji--cloud { background-image: url( 0a7aabe682f3a7f5f75a4a65ab875d93.png ); width: 90px; height: 56px; top: 6rem; left: 50%; transform: translateX( calc( -295px + -21vw ) ); }
.background-emoji--asterisk { background-image: url( d08ca592a4d5be0adb50c0fcaa144e92.png ); width: 68px; height: 68px; top: 28rem; left: 50%; transform: translateX( calc( -125px + 21vw ) ); }
.background-emoji--eye { background-image: url( cda74f427e4e17347ec32c5778504ca6.png ); width: 78px; height: 78px; top: 6rem; left: 50%; transform: translateX( 17.5vw ); }
@media screen and (max-width:767px) {
 .background-emoji--1 { left: -.5rem; top: 0; height: 60px; width: 60px; transform: none; }
 .background-emoji--2 { left: auto; right: -.5rem; top: 1.5rem; width: 75px; background-size: contain; transform: none; }
 .background-emoji--3 { transform: none; left: -1rem; bottom: -.5rem; top: auto; }
 .background-emoji--5 { transform: none; top: auto; left: 85%; bottom: -1rem; }
 .background-emoji--4, .background-emoji--6, .background-emoji--7,
 .background-emoji--8, .background-emoji--9, .background-emoji--10,
 .background-emoji--11 { display: none; }
}
.why-page p { font-size: 20px; line-height: 1.8rem; }
.egg-diagram { margin: 2.5rem auto; padding: 0 1rem; }
.egg-diagram img { display: block; margin: 0 auto; max-width: 100%; height: auto; }
.ward-meta { display: flex; align-items: center; margin-top: 1.5rem; }
.ward-meta>.btn-social-link, .ward-meta>.wp-block-image { margin-right: 1rem; }
.toast { position: fixed; left: 0; right: 0; top: 0; text-align: center; padding: 1.5rem; z-index: 9999; font-weight: 1000; color: #fff; }
.toast--success { background: #44ac6d; }
.toast--error { background: #ef3f42; }
.error404, .page-template-page-howitworks { overflow-x: hidden; overflow-y: visible; }
.error404 .ddo-delight, .page-template-page-howitworks .ddo-delight { display: none; }
.error404 .ddo-app, .page-template-page-howitworks .ddo-app { max-width: 100%; padding-left: 0; padding-right: 0; }
@media screen and (min-width:768px) {
 .error404 .ddo-brand, .page-template-page-howitworks .ddo-brand { margin-bottom: 0; }
}
.error404 .ddo-footer, .error404 .ddo-header, .error404 .ddo-how,
.error404 .ddo-split-screen, .page-template-page-howitworks .ddo-footer,
.page-template-page-howitworks .ddo-header,
.page-template-page-howitworks .ddo-how,
.page-template-page-howitworks .ddo-split-screen { max-width: 960px; margin-left: auto; margin-right: auto; width: 100%; padding: 0 1rem; }
.error404 .ddo-header, .page-template-page-howitworks .ddo-header { padding: .85rem 1rem; }
@media screen and (min-width:768px) {
 .error404 .ddo-header, .page-template-page-howitworks .ddo-header { position: absolute; top: 0; z-index: 9999; padding: .85rem 1rem; margin: 0 auto; left: 50%; transform: translateX( -50% ); align-items: center; }
 .error404 .ddo-header:after, .page-template-page-howitworks .ddo-header:after { transform: translateX( -50% ); content: ""; display: block; position: absolute; top: 0; left: 50%; height: 4rem; width: 100vw; z-index: -1; background-color: #fff; border-bottom: 1px solid #e2e2e2; }
}
.error404 .ddo-body, .page-template-page-howitworks .ddo-body { background-color: #fff; flex-shrink: 0; position: relative; border-bottom: 1px solid #e2e2e2; }
.split-section { position: relative; min-height: 100vh; max-height: 100vh; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center; align-content: stretch; align-items: stretch; }
@media screen and (max-width:767px) {
 .split-section { max-height: none; height: auto; min-height: 0; }
}
.split-section__display-fx { position: -webkit-sticky; position: sticky; bottom: 0; width: 40vw; margin-left: 60%; height: 100vh; z-index: 3001; overflow: hidden; }
.split-section__display-fx.is-ending { position: absolute; }
@media screen and (max-width:767px) {
 .split-section__display-fx { display: none; }
 .error404 .split-section__display-fx { display: block; }
}
.split-section__fx { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-repeat: no-repeat; background-size: cover; background-position: 50%; z-index: 1000; opacity: 1; transform: scale( 1 ) translateZ( 0 ); transition: opacity 1s cubic-bezier( .7, .01, .72, 1.01 ), transform .75s cubic-bezier( .61, .01, .37, 1.02 ); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
@media screen and (min-width:768px) {
 .split-section .split-section__fx { display: none; }
}
.split-section__fx.hidden { opacity: 0; }
@media screen and (max-width:767px) {
 .split-section__fx { top: 0; left: -1rem; bottom: auto; right: -1rem; height: 4rem; z-index: 3500; }
}
.split-section__fx.step-0 { background-color: #fcaf17; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-0.png ); }
.split-section__fx.step-1 { z-index: 1000; background-color: #15aeb5; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-1.png ); }
.split-section__fx.step-1 svg { margin-left: 71px; }
.split-section__fx.fx404 { z-index: 1000; background-color: #15aeb5; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-1.png ); }
.split-section__fx.fx404 svg { position: absolute; top: 50%; transform: translateY( -50% ); }
.split-section__fx.step-2 { z-index: 2000; background-color: #44ac6d; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-2.png ); }
.split-section__fx.step-3 { z-index: 3000; background-color: #ddf2f1; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-3.png ); }
.split-section__fx.step-4 { z-index: 4000; background-color: #bd5840; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-4.png ); }
.split-section__fx.step-5 { z-index: 5000; background-color: #fcaf17; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-5.png ); }
.split-section__fx.step-6 { z-index: 6000; background-color: #15aeb5; background-image: url( https://s3-us-west-1.amazonaws.com/design.org/delight/step-1.png ); }
.split-section__number-svg { top: 50%; left: 50%; transform: translate( -50%, -50% ); position: absolute; height: 554px; width: 100%; transition: opacity .15s cubic-bezier( .61, .01, .37, 1.02 ); opacity: 1; visibility: visible; padding: 0 2rem; }
@media screen and (max-width:767px) {
 .split-section__number-svg { height: 3rem; }
}
.split-section__number-svg.hidden { visibility: hidden; opacity: 0; }
.split-section__number-svg.step-1 { padding-left: 71px; }
@media screen and (max-width:767px) {
 .split-section__number-svg.step-1 { padding-left: 25px; }
 .split-section__number-svg .numline { stroke-width: 10; }
}
.split-section__content { padding: 4rem 6rem 2rem 0; background-color: #fff; width: 60%; position: relative; z-index: 3000; flex-grow: 1; display: flex; justify-content: center; flex-direction: column; }
@media screen and (max-width:767px) {
 .split-section__content { width: 100%; height: auto; padding: 6rem 1rem 2em; z-index: 0; }
}
.split-section--main { max-height: none; }
@media screen and (max-width:767px) {
 .split-section--main .split-section__content { padding-top: 2rem; }
}
.split-section--main .split-section__fx { background-position: 0 0; }
@media screen and (max-width:767px) {
 .split-section--main .split-section__fx { display: none; }
}
.split-section ul { list-style: none; margin: 1rem 0 2rem; padding: 0; overflow: hidden; font-size: 16px; line-height: 1.5rem; }
.split-section ul:after { content: ""; display: block; clear: left; }
@media screen and (max-width:767px) {
 .split-section ul { font-size: 12px; line-height: 16px; margin: .5rem 0 1rem; }
}
.split-section li { margin: 0 0 .5rem; padding: .5rem 1rem; background: #ddf2f1; display: inline-block; float: left; clear: left; }
@media screen and (max-width:767px) {
 .split-section li { margin-bottom: .25rem; }
}
.split-section h2 { margin: 0 0 1.5rem; line-height: 2rem; }
@media screen and (max-width:767px) {
 .split-section h2 { margin-bottom: 1rem; }
}
.split-section .has-small-font-size { font-size: 16px; margin: 0 0 .5rem; line-height: 2rem; }
@media screen and (max-width:767px) {
 .split-section .has-small-font-size { font-size: 14px; margin-bottom: .25rem; line-height: 16px; }
}
.split-section .has-small-font-size strong { font-weight: 900; }
.split-section .wp-block-button { margin: 3.5rem 0; }
@media screen and (max-width:767px) {
 .split-section .wp-block-button { margin: 1rem 0 2.5rem; }
 .split-section .wp-block-button .btn { display: block; }
}
.cta { width: 100%; max-width: 960px; margin: 3rem auto 5rem; padding: 0 1rem; display: flex; justify-content: space-between; align-items: center; }
@media screen and (max-width:767px) {
 .cta { padding: 0 1rem; flex-direction: column; align-items: stretch; }
 .cta .cta__action { margin-top: 3rem; }
}
.cta h2, .cta p { color: inherit; }
.cta__messaging { margin-right: 3rem; }
.cta__messaging :first-child { margin-top: 0; }
.post__content .cta h2 { margin-bottom: 1rem; }
.post__content .cta p { font-size: 16px; line-height: 1.5rem; }
.cta.cta--wide { padding: 3.5rem 5rem; margin: 3rem -5rem; width: calc( 100% + 10rem ); }
@media screen and (max-width:767px) {
 .cta.cta--wide { padding: 2rem; margin: 2rem -1rem; width: auto; }
}
.cta.cta--contained { padding: 2rem; margin: 3rem auto; width: auto; }
.cta.cta--white h2 { color: #222; }
.cta.cta--green { background-color: #6d9384; color: #fffefc; }
.cta.cta--red { background-color: #c3694c; color: #fffefc; }
.cta.cta--soft-orange { background-color: #cc9b63; color: #fffefc; }
.cta.cta--teal { background-color: #46647a; color: #fffefc; }
.cta.cta--yellow { background-color: #eebc43; color: #222; }
.cta.cta--orange { background-color: #e8a759; color: #222; }
.cta.cta--pluspromo { position: relative; overflow: hidden; border: 1px solid #e2e2e2; padding: 6rem 3rem 3rem; flex-direction: column; text-align: center; background-image: url( 5a6d69d85c0b82e8a560eb61cb97ac29.jpg ), url( 4f45934f4022b6a3744d2662b121cc02.jpg ); background-size: 100% auto; background-position: top, bottom; background-repeat: no-repeat; }
@media screen and (max-width:767px) {
 .cta.cta--pluspromo { padding-top: 4rem; }
}
.cta.cta--pluspromo.cta h2 { margin-bottom: .5rem; }
.cta.cta--pluspromo .cta__messaging { margin-left: auto; margin-right: auto; }
.cta.cta--pluspromo .cta__action { margin-top: 2rem; }
select { text-rendering: auto !important; }
.clearfix:after { content: ""; display: table; clear: both; }
.visuallyhidden { border: 0; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.component-container { overflow: hidden; }
.shopify-buy__type--center { text-align: center; }
.shopify-buy--visually-hidden { position: absolute !important; clip: rect( 1px, 1px, 1px, 1px ); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }
.shopify-buy__btn { font-size: 15px; background-color: #78b657; padding: 12px 40px; letter-spacing: .3px; display: block; border-radius: 3px; transition: background .2s ease; max-width: 100%; text-overflow: ellipsis; overflow: hidden; border: 0; }
.shopify-buy__btn:focus, .shopify-buy__btn:hover { background-color: #5f9d3e; }
.shopify-buy__btn--parent { background-color: transparent; border: 0; padding: 0; cursor: pointer; }
.shopify-buy__btn--parent:focus .product__variant-img,
.shopify-buy__btn--parent:hover .product__variant-img { opacity: .7; }
.shopify-buy__btn--cart-tab { padding: 5px 11px; border-radius: 3px 0 0 3px; position: fixed; right: 0; top: 50%; transform: translate( 100%, -50% ); opacity: 0; min-width: inherit; width: auto; height: auto; z-index: 2147483647; }
.shopify-buy__btn--cart-tab.is-active { transform: translateY( -50% ); opacity: 1; }
.shopify-buy__btn__counter { display: block; margin: 0 auto 10px; font-size: 18px; }
.shopify-buy__icon-cart--side { height: 20px; width: 20px; }
.shopify-buy__btn[disabled] { background-color: #999; pointer-events: none; }
.shopify-buy__btn--close { position: absolute; right: 9px; top: 8px; font-size: 35px; color: #767676; border: none; background-color: transparent; transition: transform .1s ease, color .1s ease; cursor: pointer; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; padding-right: 9px; }
.shopify-buy__btn--close:hover { transform: scale( 1.2 ); color: #696969; }
.shopify-buy__quantity-decrement, .shopify-buy__quantity-increment { color: #4c4c4c; display: block; height: 30px; float: left; line-height: 16px; font-family: monospace; width: 26px; padding: 0; background: transparent; box-shadow: none; cursor: pointer; font-size: 18px; text-align: center; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; border: 1px solid #767676; position: relative; }
.shopify-buy__quantity-decrement svg, .shopify-buy__quantity-increment svg { width: 14px; height: 14px; position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-left: -7px; fill: currentColor; }
.shopify-buy__quantity-decrement { border-radius: 3px 0 0 3px; }
.shopify-buy__quantity-increment { border-radius: 0 3px 3px 0; }
.shopify-buy__quantity { color: #000; width: 45px; height: 30px; font-size: 16px; text-align: center; -webkit-appearance: none; -moz-appearance: textfield; display: inline-block; padding: 0; border-radius: 0; border: 1px solid #767676; border-right: none; border-left: none; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.shopify-buy__quantity-container.shopify-buy__quantity-with-btns { overflow: hidden; }
.shopify-buy__quantity-container.shopify-buy__quantity-with-btns .shopify-buy__quantity { border-left: 0; border-right: 0; float: left; }
.shopify-buy__option-select-wrapper { border: 1px solid #d3dbe2; border-radius: 3px; box-sizing: border-box; position: relative; background: #fff; overflow: hidden; vertical-align: bottom; }
.shopify-buy__select-icon { cursor: pointer; display: block; fill: #798c9c; position: absolute; right: 10px; top: 50%; margin-top: -6px; pointer-events: none; width: 12px; height: 12px; vertical-align: middle; }
.shopify-buy__option-select+.shopify-buy__option-select { margin-top: 7.5px; }
.shopify-buy__option-select__label { display: block; font-size: 14px; margin-top: 15px; margin-bottom: 5px; }
.shopify-buy__btn--parent .shopify-buy__option-select__label { cursor: pointer; }
.shopify-buy__option-select__select { font-size: inherit; padding: 7px 32px 7px 10px; border: 0; width: 100%; background: transparent; -webkit-appearance: none; -moz-appearance: none; }
.shopify-buy__option-select__select::-ms-expand { display: none; }
.shopify-buy__btn--parent .shopify-buy__option-select__select { cursor: pointer; }
.shopify-buy__product { overflow: hidden; }
.shopify-buy__product__variant-img { margin: 0 auto 15px; transition: opacity .3s ease; opacity: 1; }
.shopify-buy__product__variant-img.is-transitioning { opacity: 0; }
.shopify-buy__is-button { cursor: pointer; }
.shopify-buy__no-image .shopify-buy__product__variant-img { display: none; }
.shopify-buy__product__title { font-size: 18px; line-height: 1.2; color: #4a4a4a; margin-bottom: 15px; }
.shopify-buy__layout-horizontal .shopify-buy__product__title { margin-top: 10px; }
.shopify-buy__product__variant-title { font-size: 18px; color: #666; font-weight: 400; text-align: center; margin-bottom: 15px; }
.shopify-buy__product__price { margin-bottom: 15px; }
.shopify-buy__product-description { margin-top: 30px; line-height: 1.65; color: #4a4a4a; }
.shopify-buy__product-description img, .shopify-buy__product-description ol,
.shopify-buy__product-description p, .shopify-buy__product-description ul { margin-bottom: 10px; }
.shopify-buy__product-description img:last-child,
.shopify-buy__product-description ol:last-child,
.shopify-buy__product-description p:last-child,
.shopify-buy__product-description ul:last-child { margin-bottom: 0; }
.shopify-buy__product-description a { color: inherit; }
.shopify-buy__product-description img { max-width: 100%; }
.shopify-buy__product-description h1 { font-size: 20px; }
.shopify-buy__product-description h2 { font-size: 18px; }
.shopify-buy__product-description h3 { font-size: 17px; }
.shopify-buy__product-description ol, .shopify-buy__product-description ul { margin-left: 2em; }
.shopify-buy__product-description ul { list-style-type: disc; }
.shopify-buy__layout-vertical { text-align: center; }
.shopify-buy__product__actual-price, .shopify-buy__product__compare-price { color: #4a4a4a; display: inline-block; }
.shopify-buy__product__actual-price { font-size: 14px; }
.shopify-buy__product__compare-price { font-size: 12px; text-decoration: line-through; padding-left: 5px; opacity: .65; }
.shopify-buy__product__unit-price { color: #4a4a4a; padding-top: 5px; font-size: 12px; opacity: .8; }
.shopify-buy__product__variant-selectors { text-align: left; font-size: 14px; }
.shopify-buy__layout-vertical .shopify-buy__product__variant-selectors { width: 100%; max-width: 280px; display: inline-block; }
.shopify-buy__quantity { border-left: 1px solid; border-right: 1px solid; border-radius: 3px; }
.shopify-buy__quantity, .shopify-buy__quantity-decrement,
.shopify-buy__quantity-increment { border-color: #d3dbe2; line-height: 1.2; font-size: 15px; height: auto; padding-top: 12px; padding-bottom: 12px; }
.shopify-buy__btn-wrapper { margin-top: 20px; }
.shopify-buy__btn.shopify-buy__beside-quantity { display: inline-block; vertical-align: top; border-top-left-radius: 0; border-bottom-left-radius: 0; border: 1px solid transparent; }
.shopify-buy__btn-and-quantity .shopify-buy__quantity { border-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; background: #fff; }
.shopify-buy__btn-and-quantity .shopify-buy__quantity-container { display: inline-block; vertical-align: top; }
.shopify-buy__btn-and-quantity .shopify-buy__btn-wrapper { display: inline-block; vertical-align: top; margin: 0; }
.shopify-buy__cart-item__quantity-container { margin-top: 20px; display: inline-block; }
.shopify-buy__layout-horizontal .shopify-buy__btn,
.shopify-buy__layout-horizontal .shopify-buy__quantity-container,
.shopify-buy__layout-vertical .shopify-buy__btn,
.shopify-buy__layout-vertical .shopify-buy__quantity-container { margin: 20px 0 0; }
.shopify-buy__layout-horizontal .shopify-buy__btn:first-child,
.shopify-buy__layout-vertical .shopify-buy__btn:first-child { margin-top: 0; }
.shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity,
.shopify-buy__layout-vertical .shopify-buy__btn-and-quantity { margin: 20px auto 0; }
.shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity .shopify-buy__btn,
.shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity .shopify-buy__quantity-container,
.shopify-buy__layout-vertical .shopify-buy__btn-and-quantity .shopify-buy__btn,
.shopify-buy__layout-vertical .shopify-buy__btn-and-quantity .shopify-buy__quantity-container { margin: 0 auto; }
.shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity:first-child,
.shopify-buy__layout-vertical .shopify-buy__btn-and-quantity:first-child { margin: 0 auto; }
.shopify-buy__layout-horizontal .shopify-buy__product__variant-img,
.shopify-buy__layout-vertical .shopify-buy__product__variant-img { max-width: 100%; }
@media (min-width:500px) {
 .shopify-buy__layout-horizontal:not(.no-image) { text-align: left; margin-bottom: 0; margin-left: 0; }
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper { float: left; width: 40%; }
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title { text-align: left; }
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__btn-and-quantity,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-description,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__price,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__title,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-selectors,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title,
 .shopify-buy__layout-horizontal:not(.no-image)>.shopify-buy__btn-wrapper,
 .shopify-buy__layout-horizontal:not(.no-image)>.shopify-buy__quantity-container { margin-left: calc( 40% + 25px ); }
}
@media (min-width:680px) {
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper { float: left; width: 60%; }
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__btn-and-quantity,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-description,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__price,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__title,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-selectors,
 .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title,
 .shopify-buy__layout-horizontal:not(.no-image)>.shopify-buy__btn-wrapper,
 .shopify-buy__layout-horizontal:not(.no-image)>.shopify-buy__quantity-container { margin-left: calc( 60% + 25px ); }
}
.no-image .shopify-buy__product-img-wrapper { display: none; }
@-webkit-keyframes dash {
 to { stroke-dashoffset: 0; }
}
@keyframes dash {
 to { stroke-dashoffset: 0; }
}
.shopify-buy__carousel { font-size: 0; text-align: center; min-height: 90px; margin-left: -15px; margin-top: 15px; }
.shopify-buy__carousel-item { width: calc( 16.666% - 15px ); margin-left: 15px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; background-size: cover; background-position: 50%; padding: 0; border: none; }
.shopify-buy__carousel-item:nth-child(n+7) { margin-top: 15px; }
.shopify-buy__carousel-item:before { content: ""; display: block; padding-top: 100%; }
.main-image-wrapper { position: relative; }
.carousel-button { position: absolute; width: 75px; top: 0; height: 100%; border: none; font-size: 0; background-color: transparent; opacity: .4; cursor: pointer; }
.carousel-button:focus, .carousel-button:hover { opacity: .9; outline: none; }
.carousel-button-arrow { width: 20px; display: inline-block; margin-left: 25px; }
.carousel-button--previous { left: 0; transform: rotate( 180deg ); }
.carousel-button--next { right: 0; }
.shopify-buy__carousel-item--selected { opacity: .4; }
.shopify-buy__btn--close { right: 0; font-size: 45px; font-weight: 100; z-index: 2147483647; padding: 0 10px; }
.shopify-buy__modal { background: #fff; width: calc( 100% - 20px ); position: absolute; left: 0; right: 0; z-index: 2147483646; }
.shopify-buy__product, .shopify-buy__product__price,
.shopify-buy__product__title, .shopify-buy__product__variant-title { text-align: left; }
.shopify-buy__product__title { font-size: 26px; font-weight: 700; line-height: 1.4; }
.shopify-buy__product__compare-price { display: inline-block; margin-right: 5px; }
.shopify-buy__product__actual-price { display: inline-block; }
.shopify-buy__modal .shopify-buy__modal-product-wrapper { width: 100%; }
.shopify-buy__product__variant-image { margin: 0; }
@media (max-width:499px) {
 body.is-active { overflow: hidden; position: fixed; height: 100vh; transition: all 0s; }
 .shopify-buy__modal { width: 100%; min-height: 100vh; position: fixed; overflow-y: auto; }
 .shopify-buy__product { padding: 15px; position: absolute; top: 0; left: 0; }
 .shopify-buy__product__variant-img { max-height: 60vh; margin: 0 auto; width: auto; max-width: 100%; }
 .shopify-buy__btn--close { position: fixed; top: 0; right: 0; }
}
@-webkit-keyframes slideIn {
 0% { opacity: 0; transform: translateY( -200px ); -webkit-transform: translateY( -200px ); }
 to { opacity: 1; transform: translateY( 0 ); -webkit-transform: translateY( 0 ); }
}
@keyframes slideIn {
 0% { opacity: 0; transform: translateY( -200px ); -webkit-transform: translateY( -200px ); }
 to { opacity: 1; transform: translateY( 0 ); -webkit-transform: translateY( 0 ); }
}
@-webkit-keyframes slideOut {
 0% { opacity: 1; transform: translateY( 0 ); -webkit-transform: translateY( 0 ); }
 to { opacity: 0; transform: translateY( -200px ); -webkit-transform: translateY( -200px ); }
}
@keyframes slideOut {
 0% { opacity: 1; transform: translateY( 0 ); -webkit-transform: translateY( 0 ); }
 to { opacity: 0; transform: translateY( -200px ); -webkit-transform: translateY( -200px ); }
}
@media (min-width:500px) {
 body.is-active, html { height: 100%; }
 .shopify-buy__modal-overlay { width: 100%; height: 100%; position: fixed; overflow-y: scroll; }
 .shopify-buy__modal { margin: 100px auto 40px; opacity: 0; border-radius: 2px; border: 1px solid rgba( 0, 0, 0, .72 ); transform: translateY( -200px ); max-width: 1000px; -webkit-animation: slideOut .2s forwards; animation: slideOut .2s forwards; }
 .is-active .shopify-buy__modal { -webkit-animation-name: slideIn; animation-name: slideIn; }
 .shopify-buy__product { padding: 30px; }
 .shopify-buy__product-img-wrapper { height: 100%; padding-right: 30px; }
 .shopify-buy__product__variant-img { margin: 0 auto; }
 .shopify-buy__btn--close { top: -60px; color: #fff; }
 .shopify-buy__btn--close:hover { color: #fff; }
}
@media (min-width:680px) {
 .shopify-buy__product { padding: 45px; }
}
@-webkit-keyframes flipIn {
 0% { max-height: 0; transform: rotatex( 90deg ) translatey( -50% ); margin-bottom: -65px; opacity: 0; }
 to { max-height: none; transform: none; margin-bottom: 20px; opacity: 1; }
}
@keyframes flipIn {
 0% { max-height: 0; transform: rotatex( 90deg ) translatey( -50% ); margin-bottom: -65px; opacity: 0; }
 to { max-height: none; transform: none; margin-bottom: 20px; opacity: 1; }
}
@-webkit-keyframes flipOut {
 0% { max-height: none; transform: none; margin-bottom: 20px; opacity: 1; }
 to { max-height: 0; transform: rotatex( 90deg ) translatey( -50% ); margin-bottom: -65px; opacity: 0; }
}
@keyframes flipOut {
 0% { max-height: none; transform: none; margin-bottom: 20px; opacity: 1; }
 to { max-height: 0; transform: rotatex( 90deg ) translatey( -50% ); margin-bottom: -65px; opacity: 0; }
}
.shopify-buy__cart-wrapper { height: 100%; padding-left: 10px; }
.shopify-buy__cart { height: 100%; background-color: #fff; width: calc( 100% - 10px ); position: absolute; right: 0; box-shadow: -5px 0 5px rgba( 0, 0, 0, .1 ); }
.shopify-buy__cart__header { padding: 20px 40px 20px 20px; position: relative; z-index: 2147483647; background-color: inherit; }
.shopify-buy__cart__title { font-size: 18px; color: #767676; font-weight: 400; overflow: hidden; text-overflow: ellipsis; }
.shopify-buy__cart-scroll { padding: 70px 0 135px; position: absolute; top: 0; height: 100%; width: 100%; }
.shopify-buy__cart-scroll--discounts { padding-bottom: 170px; }
.shopify-buy__cart-scroll--cart-note { padding-bottom: 200px; }
.shopify-buy__cart-scroll--cart-note.shopify-buy__cart-scroll--discounts { padding-bottom: 230px; }
.shopify-buy__cart-items { overflow: hidden; overflow-y: auto; height: 100%; position: relative; padding: 0 20px 20px; -webkit-overflow-scrolling: touch; perspective: 400px; perspective-origin: 50% 0; }
.shopify-buy__cart-item { min-height: 65px; margin-bottom: 20px; overflow: hidden; position: relative; -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation: flipIn .2s forwards; animation: flipIn .2s forwards; }
.shopify-buy__cart-item.is-hidden { -webkit-animation-name: flipOut; animation-name: flipOut; }
.shopify-buy__cart-item__image { width: 65px; height: 65px; background-size: contain; background-repeat: no-repeat; background-position: 50%; background-color: transparent; position: absolute; left: 0; top: 0; }
.shopify-buy__cart-item__title { font-size: 14px; margin-left: 80px; margin-bottom: 3px; display: block; }
.shopify-buy__cart-item__price { float: right; font-size: 14px; font-weight: 700; line-height: 26px; }
.shopify-buy__cart-item__price-and-discounts { float: right; text-align: right; max-width: 100px; }
.shopify-buy__cart-item__price-and-discounts .shopify-buy__cart-item__price { float: none; }
.shopify-buy__cart-item__full-price { font-size: 12px; line-height: 12px; }
.shopify-buy__cart-item__discount { font-size: 12px; word-wrap: break-word; text-transform: uppercase; }
.shopify-buy__cart-item__discount+.shopify-buy__cart-item__discount { margin-top: 5px; }
.shopify-buy__cart-item__discount__icon { width: 12px; height: 12px; vertical-align: top; fill: currentColor; }
.shopify-buy__cart-item__variant-title { margin-left: 80px; margin-bottom: 10px; color: #4c4c4c; font-size: 12px; max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
.shopify-buy__cart-bottom { background-color: #fff; position: absolute; width: 100%; bottom: 0; padding: 15px 20px 20px; }
.shopify-buy__cart__subtotal__text { text-transform: uppercase; float: left; font-size: 11px; color: #4c4c4c; }
.shopify-buy__cart__subtotal__price { float: right; }
.shopify-buy__cart__discount { display: flex; margin-bottom: 10px; color: #4c4c4c; }
.shopify-buy__cart__discount__text { font-size: 11px; text-transform: uppercase; margin-right: 10px; flex-grow: 1; }
.shopify-buy__cart__discount__text__icon { width: 11px; height: 11px; vertical-align: top; fill: currentColor; }
.shopify-buy__cart__discount__amount { font-size: 12px; line-height: 12px; flex-shrink: 0; }
.shopify-buy__cart__currency { font-size: 12px; }
.shopify-buy__cart__notice { font-size: 11px; text-align: center; color: #4c4c4c; }
.shopify-buy__cart__note, .shopify-buy__cart__notice { clear: both; padding-top: 10px; }
.shopify-buy__cart__note__description { font-size: 11px; color: #4c4c4c; }
.shopify-buy__cart__note__text-area { resize: none; font-size: 11px; width: 100%; color: #4c4c4c; }
.shopify-buy__cart-empty-text { padding: 10px 15px; text-align: center; }
.shopify-buy__btn--cart-checkout { clear: both; margin-top: 15px; width: 100%; padding: 10px 5px; font-size: 16px; }
.shopify-buy__quantity-container { margin-left: 80px; margin-right: 100px; height: 26px; line-height: 26px; }
.shopify-buy__quantity-container.is-loading { opacity: .65; pointer-events: none; }
.shopify-buy__cart-item__quantity-input { float: left; background: transparent; }
@media (max-width:330px) {
 .shopify-buy__cart-item__price-and-discounts { max-width: 90px; }
 .shopify-buy__quantity-container { margin-right: 90px; }
}
.shopify-buy__cart-toggle-wrapper { display: inline-block; }
.shopify-buy__cart-toggle { background-color: #78b657; color: #fff; border-radius: 3px 0 0 3px; padding: 8px 10px; text-align: center; display: inline-block; min-width: 46px; margin-right: 0; cursor: pointer; transition: background .2s ease; }
.shopify-buy__cart-toggle:hover { background-color: #5f9d3e; }
.shopify-buy__cart-toggle__count { font-size: 18px; margin-bottom: 10px; }
.shopify-buy__icon-cart__group { fill: #fff; }
.is-inline .shopify-buy__cart-toggle__count,
.is-inline .shopify-buy__cart-toggle__title, .is-inline .shopify-buy__icon-cart { display: inline-block; vertical-align: middle; }
.is-inline .shopify-buy__icon-cart { margin-right: 5px; }
.is-inline .shopify-buy__cart-toggle__title { font-size: 16px; font-weight: 400; }
.is-inline .shopify-buy__cart-toggle__count { margin-left: 21px; margin-bottom: 0; position: relative; }
.is-inline .shopify-buy__cart-toggle__count:before { content: ""; display: block; position: absolute; left: -12px; height: 100%; width: 1px; background-color: #fff; opacity: .3; }
.is-inline.shopify-buy__cart-toggle { border-radius: 3px; padding: 5px 10px; }
.shopify-buy__collection { overflow: hidden; }
.shopify-buy__collection-products { margin-left: -15px; text-align: center; }
@media (min-width:601px) {
 .shopify-buy__collection-products { margin-left: -20px; }
}
.shopify-buy__product { min-width: 240px; width: auto; margin-left: 15px; display: inline-block; vertical-align: top; }
.shopify-buy__product+.shopify-buy__product { margin-top: 15px; }
@media (min-width:601px) {
 .shopify-buy__product { width: calc( 25% - 20px ); margin-left: 20px; margin-bottom: 50px; }
 .shopify-buy__product+.shopify-buy__product { margin-top: 0; }
}
.shopify-buy__btn.shopify-buy__collection-pagination-button { display: none; margin: 15px auto; }
.shopify-buy__btn.shopify-buy__collection-pagination-button.is-active { display: block; }
.shopify-buy-modal-is-active { height: 100%; overflow: auto; }
.shopify-buy-frame { display: inline-block; }
.shopify-buy-frame iframe { width: 100%; display: block; height: 0; overflow: hidden; }
.shopify-buy-frame--cart { width: 100%; max-width: 350px; position: fixed; top: 0; right: 0; height: 100%; z-index: 2147483647; transform: translateX( 100% ); -webkit-transform: translateX( 100% ); }
.shopify-buy-frame--cart iframe { height: 100%; }
.shopify-buy-frame--cart.is-initialized { transition: all .25s cubic-bezier( .165, .84, .44, 1 ); }
.shopify-buy-frame--cart.is-active { transform: translateX( 0 ); -webkit-transform: translateX( 0 ); }
.shopify-buy-frame--product { display: block; }
.shopify-buy-frame--product.shopify-buy__layout-horizontal { display: block; margin-left: auto; margin-right: auto; }
.shopify-buy-frame--product.shopify-buy__layout-horizontal iframe { max-width: 100%; }
@media (min-width:950px) {
 .shopify-buy-frame--product.shopify-buy__layout-horizontal iframe { max-width: 950px; margin-left: auto; margin-right: auto; }
}
.shopify-buy-frame--toggle { display: inline-block; }
.shopify-buy-frame--toggle:not(.is-sticky) { overflow: hidden; padding: 5px; }
.shopify-buy-frame--toggle.is-sticky { display: none; position: fixed; right: 0; top: 50%; transform: translateY( -50% ); -webkit-transform: translateY( -50% ); z-index: 2147483645; }
.shopify-buy-frame--toggle.is-active.is-sticky { display: block; }
.is-active .shopify-buy-frame--toggle iframe { min-height: 67px; }
.shopify-buy-frame--productSet { width: 100%; }
.shopify-buy-frame--modal { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 2147483646; display: none; transition: background .3s ease; }
.shopify-buy-frame--modal iframe { height: 100%; width: 100%; max-width: none; }
.shopify-buy-frame--modal.is-active { background: rgba( 0, 0, 0, .6 ); }
.shopify-buy-frame--modal.is-block { display: block; }
.shopify-buy-frame--product .shopify-buy__product { padding: 0; }
.shopify-buy-frame--cart .shopify-buy__quantity { border-radius: 0; border-left: 0; padding: 0; font-size: 16px; }
.shopify-buy-frame--cart .shopify-buy__quantity,
.shopify-buy-frame--cart .shopify-buy__quantity-decrement,
.shopify-buy-frame--cart .shopify-buy__quantity-increment { height: 30px; }
@media (max-width:600px) {
 .shopify-buy-frame--modal .shopify-buy__product { width: 100%; padding: 30px; margin: 0; }
}
@media (min-width:601px) {
 .shopify-buy-frame--modal .shopify-buy__product { width: 100%; padding: 45px; margin: 0; }
}
.shop-promo { display: flex; justify-content: center; margin: 2.5rem 0; padding: 2.5rem 0 0; border-top: 2px solid #e2e2e2; }
.shop-promo+blockquote, .shop-promo+figure, .shop-promo+h1, .shop-promo+h2,
.shop-promo+h3, .shop-promo+h4, .shop-promo+h5, .shop-promo+h6, .shop-promo+p { padding-top: 2.5rem; border-top: 2px solid #e2e2e2; }
@media screen and (max-width:767px) {
 .shop-promo { display: block; }
}
.shop-promo__banner { display: block; overflow: hidden; text-indent: -9999px; background-color: #d4d4d4; background-size: cover; background-position: 0 100%; background-repeat: no-repeat; width: 50%; margin: 0; padding: 0; flex-grow: 0; flex-shrink: 0; min-height: 500px; }
@media screen and (max-width:767px) {
 .shop-promo__banner { width: 100%; min-height: 250px; max-height: 250px; background-size: cover; }
}
.shop-promo__shopify { margin: 0 auto; transition: opacity .25s cubic-bezier( .61, .01, .37, 1.02 ) .5s, max-width .5s cubic-bezier( .61, .01, .37, 1.02 ); opacity: 1; max-width: 600px; flex-shrink: 0; }
.shop-promo__shopify:empty { position: absolute; visibility: hidden; opacity: 0; max-width: 0; }
.shopify-buy__product { width: 100%; margin: 2.5rem auto; position: static; }
.shopify-buy__product__title { color: #474747; -webkit-font-smoothing: antialiased; font-size: 20px; font-weight: 800; margin-bottom: 0; }
@media screen and (max-width:767px) {
 .shopify-buy__product__title { font-size: 16px; }
}
.shopify-buy__product-img-wrapper { padding-right: 0; max-width: 275px; margin-bottom: 1rem; }
@media screen and (max-width:767px) {
 .shopify-buy__product-img-wrapper { float: none; margin-right: 0; }
}
@media screen and (min-width:480px) and (max-width:769px) {
 .shopify-buy__product-img-wrapper { margin-right: 1.5rem; float: left; }
}
.shopify-buy__btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 12px; font-weight: 800; letter-spacing: .5px; border-radius: 4px; max-height: 48px; line-height: 1.2; padding: calc( 1rem - 1px ) 1.25rem; border: 2px solid transparent; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: all .25s cubic-bezier( .61, .01, .37, 1.02 ); background: transparent; display: inline-block; box-sizing: border-box; text-align: center; background: #222; color: #fff; }
.shopify-buy__btn:focus, .shopify-buy__btn:hover { background-color: #2275bd; }
.shopify-buy__btn:active { background-color: #474747; }
.hover\:border-ddo-gray-500:hover { --tw-border-opacity: 1; border-color: rgba( 128, 128, 128, var( --tw-border-opacity ) ); }
@media (min-width:768px) {
 .md\:order-1 { order: 1; }
 .md\:order-2 { order: 2; }
 .md\:col-span-7 { grid-column: span 7/span 7; }
 .md\:col-span-5 { grid-column: span 5/span 5; }
 .md\:col-span-9 { grid-column: span 9/span 9; }
 .md\:col-span-3 { grid-column: span 3/span 3; }
 .md\:col-start-1 { grid-column-start: 1; }
 .md\:col-end-4 { grid-column-end: 4; }
 .md\:mb-24 { margin-bottom: 6rem; }
 .md\:-ml-8 { margin-left: -2rem; }
 .md\:-mt-36 { margin-top: -9rem; }
 .md\:-mr-28 { margin-right: -7rem; }
 .md\:mt-12 { margin-top: 3rem; }
 .md\:-mt-32 { margin-top: -8rem; }
 .md\:-mr-32 { margin-right: -8rem; }
 .md\:-mt-24 { margin-top: -6rem; }
 .md\:block { display: block; }
 .md\:max-w-2xl { max-width: 42rem; }
 .md\:max-w-full { max-width: 100%; }
 .md\:grid-cols-2 { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
 .md\:grid-cols-3 { grid-template-columns: repeat( 3, minmax( 0, 1fr ) ); }
 .md\:grid-cols-12 { grid-template-columns: repeat( 12, minmax( 0, 1fr ) ); }
 .md\:flex-row { flex-direction: row; }
 .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
 .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; }
 .md\:px-24 { padding-left: 6rem; padding-right: 6rem; }
 .md\:pt-8 { padding-top: 2rem; }
 .md\:pb-20 { padding-bottom: 5rem; }
 .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
}
@media (min-width:1024px) {
 .lg\:opacity-100 { opacity: 1; }
 .lg\:opacity-40 { opacity: .4; }
 .lg\:opacity-0 { opacity: 0; }
}


/*# sourceMappingURL=bundle.css.map*/