.tpt-frontend .LoadingAnimation{border-radius:.375em;display:none;padding:1em;text-align:center}.tpt-frontend .LoadingAnimation__visible{display:inline-block}.tpt-frontend .LoadingAnimation__spinnerContainer{align-items:center;display:flex;height:10em;justify-content:center;margin:0 auto;width:10em}.tpt-frontend .LoadingAnimation__centered{width:100%}.tpt-frontend .Label{display:block}.tpt-frontend .Label__caption,.tpt-frontend .Label__help,.tpt-frontend .Label__title{display:block;margin-bottom:12px}.tpt-frontend .Label__caption,.tpt-frontend .Label__help{color:#777;font-size:1rem;font-weight:400}.tpt-frontend .Label__help{margin-bottom:0}.tpt-frontend .Label--error .Label__caption,.tpt-frontend .Label--error .Label__title{color:#c73833}.tpt-frontend .Label--success .Label__caption,.tpt-frontend .Label--success .Label__title{color:#0aa96c}.tpt-frontend .Label--classfund.Label--error,.tpt-frontend .Label--classfund.Label--success{text-align:right}.tpt-frontend .Label--classfund.Label--success .Label__caption,.tpt-frontend .Label--classfund.Label--success .Label__title{line-height:.95}.tpt-frontend .Label--classfund.Label--success .Label__caption:after,.tpt-frontend .Label--classfund.Label--success .Label__title:after{content:"\ea12";display:inline-block;font-family:tpticon;margin-left:16px}.tpt-frontend .Label--inline{align-items:center;display:inline-flex;margin-bottom:4px;text-align:left}.tpt-frontend .Label--inline .Label__caption,.tpt-frontend .Label--inline .Label__title{margin-bottom:0}.tpt-frontend .Label--inline>*{margin-right:16px}.tpt-frontend .Label--inline>:last-child{margin-right:0}.tpt-frontend .Label--fullWidth{display:flex;width:100%}.tpt-frontend .Label--fullWidth>.Label__title{flex:1}.tpt-frontend .Label--help{display:flex;flex-wrap:wrap}.tpt-frontend .Label--help .Label__title{flex-basis:auto;flex-grow:2}.tpt-frontend .Label--help .Label__help{flex-basis:auto;flex-grow:1;text-align:right}.tpt-frontend .Label--help>*{flex-basis:100%}.tpt-frontend .Label--help.Label--inline{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-content:flex-start}.tpt-frontend .Label--help.Label--inline .Label__help{display:inline;flex-grow:0;padding:1px 0}.tpt-frontend .Label--help.Label--inline .Label__title{flex-grow:0}.tpt-frontend .Label--help.Label--inline>*{flex-basis:auto}.tpt-frontend .TruncatedTextBox{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;word-break:break-word}.tpt-frontend .TruncatedTextBox,.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-xs);line-clamp:var(--truncate-textbox-xs)}@media(min-width:580px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-sm);line-clamp:var(--truncate-textbox-sm)}}@media(min-width:768px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-md);line-clamp:var(--truncate-textbox-md)}}@media(min-width:980px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-lg);line-clamp:var(--truncate-textbox-lg)}}@media(min-width:1200px){.tpt-frontend .TruncatedTextBox--responsive{-webkit-line-clamp:var(--truncate-textbox-xl);line-clamp:var(--truncate-textbox-xl)}}.tpt-frontend .Button{border-radius:3px;cursor:pointer;font-family:var(--ds-font-family);font-weight:var(--ds-font-weight-strong);line-height:1;text-align:center;transition:all .2s ease-in-out}.tpt-frontend .Button:disabled{cursor:not-allowed}.tpt-frontend .Button:disabled,.tpt-frontend .Button:disabled:hover{background:#ddd;border:1px solid transparent;color:#777}.tpt-frontend .Button--primary{background:#0aa96c;border:1px solid transparent;color:#fff}.tpt-frontend .Button--primary:hover{background:#07794d}.tpt-frontend .Button--small{font-size:1rem;line-height:1.6;padding:3px 6px}.tpt-frontend .Button--small .Button__iconLeft{margin-right:6px}.tpt-frontend .Button--small .Button__iconRight{margin-left:6px}.tpt-frontend .Button--primaryLink,.tpt-frontend .Button--whiteLink{background-color:transparent;color:#777}.tpt-frontend .Button--primaryLink:hover,.tpt-frontend .Button--whiteLink:hover{background-color:transparent;text-decoration:underline}.tpt-frontend .Button--fullWidth{width:100%}.tpt-frontend .Button--medium{font-size:1rem;padding:12px 18px}.tpt-frontend .Button--medium .Button__iconLeft{margin-right:12px}.tpt-frontend .Button--medium .Button__iconRight{margin-left:12px}.tpt-frontend .Button--link{display:inline-block}.tpt-frontend .Button--primaryOutline{background:transparent;border:1px solid #067c64;color:#067c64}.tpt-frontend .Button--primaryOutline:hover{border-color:#044b3d;color:#044b3d}.tpt-frontend .Button--primaryLink{color:#067c64}.tpt-frontend .Button--secondary{background:#ccc;border:1px solid transparent;color:#222}.tpt-frontend .Button--secondary:hover{background:#5e5e5e;color:#fff}.tpt-frontend .Button--secondaryOutline{background:#fff;border:1px solid #ddd;color:#666}.tpt-frontend .Button--secondaryOutline:hover{border-color:#c4c4c4;color:#090909}.tpt-frontend .Button--tertiary{background:transparent;border:1px solid transparent;color:#067c64}.tpt-frontend .Button--white{background:#fff;border:1px solid transparent;color:inherit}.tpt-frontend .Button--white:hover{background:rgba(0,0,0,.4);color:#fff}.tpt-frontend .Button--whiteOutline{background:transparent;border:1px solid #fff;color:#fff}.tpt-frontend .Button--whiteOutline:hover{border-color:rgba(0,0,0,.4)}.tpt-frontend .Button--red{background:#c73833;border:1px solid transparent;color:#fff}.tpt-frontend .Button--red:hover{background:#9e2d29}.tpt-frontend .Button--redLink{background-color:transparent;color:#c73833}.tpt-frontend .Button--redLink:hover{background-color:transparent;text-decoration:underline}.tpt-frontend .Button--gray{background-color:#ccc;border:1px solid transparent;color:#666}.tpt-frontend .Button--gray:hover{background-color:gray(dark);color:#fff}.tpt-frontend .Button--grayLink{background-color:#fff;border:none;color:#777}.tpt-frontend .Button--grayLink:hover{color:#666}.tpt-frontend .Button--grayOutline{background-color:#fff;border:1px solid #ddd;color:#777}.tpt-frontend .Button--grayOutline:hover{border-color:#222;color:#222}.tpt-frontend .Button--highlight{background-color:#2d9cdb;color:#fff}.tpt-frontend .Button--highlight:hover{background-color:#0a71b4}.tpt-frontend .LabeledSection__title{color:#222;font-weight:var(--ds-font-weight-strong)}.tpt-frontend .LabeledSection__product_description_title{color:#777;font-family:var(--ds-font-family);font-size:1rem;font-weight:400;line-height:1.2;text-align:left}.tpt-frontend .LabeledSection__product_description_content{font-family:var(--ds-font-family);font-size:14px;line-height:1.2!important;margin-left:5px;overflow:visible!important}.tpt-frontend .ProductRowFileTypeBespoke__default{color:#777}.tpt-frontend .ProductRowFileTypeBespoke__boldText,.tpt-frontend .ProductRowOnlineDescriptionBespoke__description{font-weight:var(--ds-font-weight-strong)}.tpt-frontend .TpTEaselBadge__logo--withText .TpTEaselLogo__icon{margin-right:1px}.tpt-frontend .TpTEaselBadge--new:after{background-color:#eef6ff;border-radius:100px;color:#2885bf;content:"NEW";font-size:12px;font-weight:var(--ds-font-weight-strong);line-height:1.2;margin-left:6px;padding:3px 6px;vertical-align:middle;white-space:nowrap}.tpt-frontend .TpTEaselBadge .TpTEaselLogo{vertical-align:baseline}.tpt-frontend .TpTEaselBadge .TpTEaselLogo__icon{display:inline-block;height:12px}.tpt-frontend .DigitalActivityBadge{align-items:flex-start;display:flex}.tpt-frontend .DigitalActivityBadge__flexWrapper{min-width:0}.tpt-frontend .DigitalActivityBadge__section--ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpt-frontend .EaselTooltip{display:none}@media(min-width:768px){.tpt-frontend .EaselTooltip{display:unset;position:absolute;white-space:break-spaces;z-index:201}.tpt-frontend .EaselTooltip__top{left:50%;top:104%;top:calc(100% + 12px);transform:translateX(-50%)}.tpt-frontend .EaselTooltip__top .Tooltip__container:after{border-bottom:12px solid #d2f2e8!important}.tpt-frontend .EaselTooltip__left{left:104%;left:calc(100% + 12px);top:50%;transform:translateY(-50%)}.tpt-frontend .EaselTooltip__right{right:104%;right:calc(100% + 12px);top:50%;transform:translateY(-50%)}.tpt-frontend .EaselTooltip__withImage .Tooltip__content{padding-top:12px}.tpt-frontend .EaselTooltip__withCreamBackground img{background-color:#f9f3ec}.tpt-frontend .EaselTooltip__withCreamBackground.EaselTooltip__top .Tooltip__container:after{border-bottom-color:#f9f3ec!important}.tpt-frontend .EaselTooltip .Tooltip__content .Tooltip__header{font-size:unset;margin:0 0 6px}.tpt-frontend .EaselTooltip__smallImage .Tooltip__image{height:30px;margin:24px 0 0 24px;width:30px}}.tpt-frontend .DigitalActivityTooltip__prefix{margin-right:3px}.tpt-frontend .DigitalActivityBadgeWithTooltip{min-width:0;position:relative;width:-moz-fit-content;width:fit-content}.tpt-frontend .EaselAssessmentBadge{position:relative}.tpt-frontend .FrequentlyAssignedBadge{align-items:center;display:flex}.tpt-frontend .FrequentlyAssignedBadge__icon{align-self:baseline;color:#67e0a6;margin-right:4px;margin-top:4px}.tpt-frontend .FrequentlyAssignedBadge--circle{color:#000;font-size:14px;text-align:left}.tpt-frontend .FrequentlyAssignedBadge--circle .tpticon{font-size:22px;line-height:19px;padding:2px;position:relative;top:2px}.tpt-frontend .FrequentlyAssignedBadge--badge{margin:0;text-align:left}.tpt-frontend .FrequentlyAssignedBadgeRebrand{align-items:center;display:flex;flex-direction:row;gap:8px}.tpt-frontend .FrequentlyAssignedBadgeRebrand__icon{align-self:baseline;color:#67e0a6;margin-top:4px}.tpt-frontend .FrequentlyAssignedBadgeRebrand--circle .tpticon{font-size:22px;line-height:19px;padding:2px;position:relative;top:2px}.tpt-frontend .FileTypeLayoutItem{display:flex;line-height:1.375em;margin-bottom:4px}.tpt-frontend .FileTypeLayoutItem__icon{margin:4px 4px 0}.tpt-frontend .FileTypeLayoutLabeledSectionItem__icon{height:10px;width:10px}.tpt-frontend .FileTypeLayout{display:list-item;list-style-type:none;margin-bottom:4px}.tpt-frontend .FileTypeLayout__inline{align-items:baseline;display:flex;gap:8px}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking{align-items:center}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking--flex{display:flex;flex-wrap:wrap}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking--flex .FileTypeLayout__fileTypeCrosswalking--icon{margin-top:4px}.tpt-frontend .FileTypeLayout__fileTypeCrosswalking--icon{height:16px;margin-right:4px;width:16px}.tpt-frontend .FileTypeLayout__marginLeft{margin-left:4px!important}.tpt-frontend .FileTypeLayout__easel{display:flex;flex-wrap:wrap}.tpt-frontend .FileTypeLayout__easelProduct .FrequentlyAssignedBadge{margin-left:8px}@media(min-width:980px){.tpt-frontend .FileTypeLayout__easelProduct .FrequentlyAssignedBadge{margin-left:0;width:100%}}@media(min-width:1200px){.tpt-frontend .FileTypeLayout__easelProduct .FrequentlyAssignedBadge{margin-left:8px;width:auto}}.tpt-frontend .FileTypeLayout .DigitalActivityIcon__laptop{vertical-align:unset}.tpt-frontend .FileTypeLayout .DigitalActivityBadgeWithTooltip{margin-left:-16px;padding-left:16px}.tpt-frontend .ImageMagnifier__largeImage{background-color:#fff;border:2px solid #000;display:none;left:100%;padding:10px;position:absolute;top:-100px;z-index:303}.tpt-frontend .ImageMagnifier__largeImage--show{display:block}.tpt-frontend .ProductRowFileInfoBespoke{margin-bottom:8px}.tpt-frontend .ProductRowFileInfoBespoke__digitalBadge{white-space:nowrap}.tpt-frontend .ProductRowFileInfoBespoke__digitalBadge--hideMobile{display:none}@media(min-width:580px){.tpt-frontend .ProductRowFileInfoBespoke__digitalBadge--hideMobile{display:block}}.tpt-frontend .Counter{background-color:#fff;border:1px solid #000;border-radius:0;display:flex;height:44px;width:66px}.tpt-frontend .Counter__input{border:1px solid #000;border-radius:0;font-size:1rem;text-align:center;width:44px}.tpt-frontend .Counter__buttons{display:flex;flex-direction:column;width:22px}.tpt-frontend .Counter__hiddenSubmit{left:-9999px;position:absolute;top:auto}.tpt-frontend .Counter__buttonsMinus,.tpt-frontend .Counter__buttonsPlus{border:1px solid #000;border-radius:0;font-size:14px;line-height:21px}.tpt-frontend .CounterRebrand{background-color:#fff;border:1px solid #32353e;border-radius:4px;display:flex;height:44px;width:66px}.tpt-frontend .CounterRebrand__input{border-right:1px solid #32353e;font-size:1rem;text-align:center;width:44px}.tpt-frontend .CounterRebrand__hiddenSubmit{left:-9999px;position:absolute;top:auto}.tpt-frontend .CounterRebrand__buttons{display:flex;flex-direction:column;overflow:hidden!important;width:22px}.tpt-frontend .CounterRebrand__buttonsPlus{border:0!important;border-bottom:1px solid #000!important;border-radius:0!important;border-top-right-radius:6px!important;margin-bottom:0!important;min-height:21px!important;min-width:21px!important}.tpt-frontend .CounterRebrand__buttonsPlus:hover{background-color:#f5f5f5!important}.tpt-frontend .CounterRebrand__buttonsMinus{border:0!important;border-radius:0!important;border-bottom-right-radius:6px!important;margin-bottom:0!important;min-height:21px!important;min-width:21px!important}.tpt-frontend .CounterRebrand__buttonsMinus:hover{background-color:#f5f5f5!important}.tpt-frontend .VideoDuration{background-color:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:.9em;padding:.5em 1em}.tpt-frontend .VideoDuration__icon{margin-right:.2em}.tpt-frontend .ProductImage{background-position:50%;background-size:contain;max-height:100%;max-width:100%;position:relative}.tpt-frontend .ProductImage .VideoDuration{bottom:6px;position:absolute;right:6px}.tpt-frontend .ProductImage--asBackground{height:162px}.tpt-frontend .ProductImage--small{max-height:80px}.tpt-frontend .ProductImage--medium{max-height:162px}.tpt-frontend .ProductImage--large{max-height:250px;max-width:250px}@media(min-width:580px){.tpt-frontend .ProductImage--large{max-height:162px;max-width:162px}}@media(min-width:768px){.tpt-frontend .ProductImage--large{max-height:250px;max-width:250px}}.tpt-frontend .ProductImage--asBackgroundLarge{max-height:250px;max-width:250px}.tpt-frontend .ProductImage--productRowSize{max-height:100px}.tpt-frontend .DialogModal__buttonPair{margin-top:24px;padding-top:24px;text-align:left}.tpt-frontend .DialogModal__buttonPair:last-child{border-top:1px solid #ddd}.tpt-frontend .DialogModal__overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:202}.tpt-frontend .DialogModal__content{border:none;border-radius:3px;display:flex;flex-direction:column;left:50%;max-height:100vh;max-width:650px;min-width:150px;outline:none;position:fixed;top:50%;transform:translate(-50%,-50%);width:80%}.tpt-frontend .DialogModal__content--large{height:80vh;max-height:80vh;max-width:80vw;width:80vw}.tpt-frontend .DialogModal__content--xtra--large{height:100vh;margin-left:-30px;max-height:95vh;max-width:95vw;width:90vw}.tpt-frontend .DialogModal__content--small{max-width:500px}.tpt-frontend .DialogModal__content--wide{max-height:80vh;max-width:80vw;width:80vw}.tpt-frontend .DialogModal__content--lg{height:80vh;max-height:80vh;max-width:850px;width:100%}.tpt-frontend .DialogModal__content--mobile{width:95%}@media(min-width:768px){.tpt-frontend .DialogModal__content--mobile{width:80%}}.tpt-frontend .DialogModal__content--mobile .DialogModal__closeButton{right:0;z-index:1}.tpt-frontend .DialogModal__content--mobile .DialogModal__closeButton:before{background-color:transparent;color:#666}.tpt-frontend .DialogModal__content--mobile .DialogModal__buttonPair div{flex-direction:column;text-align:center}@media(min-width:580px){.tpt-frontend .DialogModal__content--mobile .DialogModal__buttonPair div{display:flex;flex-flow:row-reverse;justify-content:space-between}.tpt-frontend .DialogModal__content--mobile .DialogModal__buttonPair .DialogModal__buttonPair__container{display:flex;flex-flow:row-reverse;justify-content:end}.tpt-frontend .DialogModal__content--mobile .DialogModal__declineButton{padding:0}.tpt-frontend .DialogModal__content--mobile .DialogModal__declineButton .Button{padding-left:0}.tpt-frontend .DialogModal__content--mobile .DialogModal__declineButton__rebranded{margin-right:8px}}.tpt-frontend .DialogModal__content--fullscreen{background-color:#fff;height:100vh;max-height:100vh;max-width:100vw;overflow:scroll;width:100vw}.tpt-frontend .DialogModal__content--stretchVt{background-color:#fff;height:calc(100vh - 100px);max-height:calc(100vh - 100px)}.tpt-frontend .DialogModal__content--stretchHz{background-color:#fff;max-width:calc(100vw - 150px);width:calc(100vw - 150px)}.tpt-frontend .DialogModal__content--consumePd{height:auto;max-height:100%}.tpt-frontend .DialogModal__content--fixed-bottom{bottom:0;max-width:100%;top:auto;transform:translate(-50%);width:100%}.tpt-frontend .DialogModal__body{background-color:#fff;border:none;border-radius:3px;max-height:100vh;overflow-y:auto;padding:24px;position:relative}.tpt-frontend .DialogModal__body--fullscreen{height:100%;padding:0 12px}.tpt-frontend .DialogModal__body--large,.tpt-frontend .DialogModal__body--stretchVt,.tpt-frontend .DialogModal__body--wide{height:100%}.tpt-frontend .DialogModal__header{color:#222;font-size:22px;font-weight:var(--ds-font-weight-strong);margin:0 0 12px}.tpt-frontend .DialogModal__header__container{align-items:start;display:flex;justify-content:space-between}.tpt-frontend .DialogModal__header__rebranded{color:#222;font-size:20px;font-weight:var(--ds-font-weight-strong);margin:0 0 12px}.tpt-frontend .DialogModal__footer{margin-top:24px}.tpt-frontend .DialogModal__declineButton,.tpt-frontend .DialogModal__successButton{border:0;outline:none}.tpt-frontend .DialogModal__successButton{background-color:#0aa96c;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:12px 18px;text-align:center}.tpt-frontend .DialogModal__successButton:hover{background:#067c64}.tpt-frontend .DialogModal__declineButton{display:inline-block;padding:12px}.tpt-frontend .DialogModal__declineButtonLink{color:#777;font-size:1rem}.tpt-frontend .DialogModal__declineButtonLink:hover{color:#000;cursor:pointer;text-decoration:underline;transition:all .2s ease-in-out}.tpt-frontend .DialogModal__declineButton__icon{align-items:center;color:#898aad;display:flex;justify-content:center}.tpt-frontend .DialogModal__buttonPairHelperText{padding-bottom:12px;padding-left:3px}.tpt-frontend .DialogModal__closeButton{min-height:none;position:absolute;right:-70px}.tpt-frontend .DialogModal__closeButton:before{background-color:rgba(0,0,0,.8);border-radius:3px;color:#fff;content:"×";display:block;font-size:44px;font-weight:400;line-height:1;padding:6px 18px;text-align:center}.tpt-frontend .DialogModal__headSection{border-bottom:1px solid #ccc;display:flex;font-size:18px;min-height:60px}.tpt-frontend .DialogModal__headSection--title{color:#222;flex:10;padding:18px}.tpt-frontend .DialogModal__headSection--close{border-left:1px solid #ccc;padding:18px;text-align:center}.tpt-frontend .DialogModal__headSection--closeButton{color:#222;line-height:0;vertical-align:middle}.tpt-frontend .DialogModal__headSection--closeButton:before{color:#222;content:"×";font-size:36px;font-weight:400;padding:0 6px}.ReactModal__Body--open{overflow:hidden}.tpt-frontend .ResponsiveProductImage{display:flex;height:100%;position:relative;width:100%}.tpt-frontend .ResponsiveProductImage .VideoDuration{bottom:6px;display:none;position:absolute;right:6px}@media(min-width:580px){.tpt-frontend .ResponsiveProductImage .VideoDuration{display:block}}.tpt-frontend .ResponsiveProductImage--alwaysShowDuration .VideoDuration{display:block}.tpt-frontend .ResponsiveProductImage img{align-self:center;margin:auto;max-height:100%;max-width:100%}.tpt-frontend .Avatar__img{border-radius:50%}.tpt-frontend .Avatar__img--small{height:20px;width:20px}.tpt-frontend .Avatar__img--base{height:50px;width:50px}.tpt-frontend .Avatar__img--medium{height:75px;width:75px}.tpt-frontend .Avatar__img--large{height:125px;width:125px}.tpt-frontend .Avatar__img--mobile{height:40px;width:40px}.tpt-frontend .ProductRowImageBespoke{text-align:center;width:100%}.tpt-frontend .ProductRowImageBespoke .ProductImage.ProductImage--small{max-height:64px;max-width:64px}.tpt-frontend .ProductRowStoreBespoke{margin-bottom:16px}.tpt-frontend .ProductRowStoreBespoke:hover{color:#000}.tpt-frontend .ProductRowStoreBespoke__avatar{display:inline;margin-right:6px}.tpt-frontend .ProductRowStoreBespoke__storeName{display:inline-block}.tpt-frontend .ProductRowStoreBespoke__storeName>a{color:#767676}.tpt-frontend .ProductRowStoreBespoke__storeName>a:hover{color:#000}.tpt-frontend .ProductRowStoreBespoke__storeName__rebranded{color:#767676}.tpt-frontend .ProductRowStoreBespokeRebranded{align-items:center;gap:8px;margin-bottom:16px}.tpt-frontend .ProductRowStoreBespokeRebranded__store{margin:0!important;min-width:-moz-fit-content;min-width:fit-content}.tpt-frontend .DownloadButton__text{display:block;text-align:center;width:100%}.tpt-frontend .DownloadButton__sublabel{margin-bottom:-8px;margin-top:4px}.tpt-frontend .DigitalToolImportButton button:disabled,.tpt-frontend .DigitalToolImportButton button:disabled:hover{background:#f5f5f5;border:none;color:#000;cursor:default}.tpt-frontend .DigitalToolImportButton__sublabel{margin-bottom:-6px;margin-top:3px}.tpt-frontend .DigitalToolImportButton__details{margin-top:12px}.tpt-frontend .DigitalToolImportButton__details .Anchor{display:block;text-decoration:underline;white-space:nowrap}.tpt-frontend .DigitalToolImportButton--exportToEasel.Button{color:#222;margin-bottom:-6px}.tpt-frontend .DigitalToolImportButton--exportToEasel.Button:hover{color:#090909}.tpt-frontend .DigitalToolImportButton--inline .FrequentlyAssignedBadge{margin-left:6px}.tpt-frontend .FileFormatResourceType{color:#767676;font-size:1rem}.tpt-frontend .FileFormatResourceType__resourceIcon{display:flex;height:16px;margin-right:6px;margin-top:3px;width:16px}.tpt-frontend .FileFormatResourceType__resourceIcon img{height:16px;vertical-align:unset}.tpt-frontend .FileFormatResourceType__fileHelpContainer--withSpacing{margin-top:3px}.tpt-frontend .FileFormatResourceType__fileHelp{font-size:14px;white-space:nowrap}.tpt-frontend .FileFormatResourceType__fileHelp,.tpt-frontend .FileFormatResourceType__fileHelp:hover{text-decoration:underline}.tpt-frontend .FileFormatResourceType__fileHelp:hover{color:#222}.tpt-frontend .FileFormatResourceType__fileHelp--withSpacing:not(:first-child){margin-left:3px}.tpt-frontend .FileFormatResourceType__fileHelp__wrapper{font-size:14px;margin-left:4px}.tpt-frontend .EaselPreviewAndAssignButton--link .Button{line-height:1.2;padding:0}.tpt-frontend .ProductRowParentBundleBespoke{line-height:1.3;margin-top:12px}.tpt-frontend .ProductRowParentBundleRebrand{margin-top:8px!important}.tpt-frontend .ProductRowParentBundleRebrand__link{display:inline!important}.tpt-frontend .ProductAccessModal{display:unset}.tpt-frontend .ProductAccessModal--wide.DialogModal__content{max-width:845px}.tpt-frontend .ProductAccessModal__hidden{display:none!important}.tpt-frontend .ProductAccessModal__productInfoRow{border-bottom:1px solid #ddd;display:flex;margin-bottom:18px;padding-bottom:12px}.tpt-frontend .ProductAccessModal__productInfoRow__title{margin-bottom:12px}.tpt-frontend .ProductAccessModal__productInfoRow .ProductRowImageBespoke{margin-right:18px;width:64px}.tpt-frontend .ProductAccessModal__editButton{margin-top:6px}.tpt-frontend .ProductAccessModal__assessmentButton__sublabel{margin-bottom:-6px;margin-top:3px}.tpt-frontend .ProductAccessModal .DownloadButton{margin:0 0 6px}.tpt-frontend .ProductAccessModal__taggedTypes{margin-top:16px}.tpt-frontend .ProductAccessModal__spinner{margin:8px}.tpt-frontend .ProductAccessModalRow{margin-bottom:16px;padding:12px 0}.tpt-frontend .ProductAccessModalRow__button{min-width:196px}.tpt-frontend .ProductAccessModalRow__button--withMarginLeft{margin-left:-12px}.tpt-frontend .ProductAccessModalRow__button--withMarginBottom{margin-bottom:6px!important}.tpt-frontend .ProductAccessModalRow__fileTypes{display:flex;padding-top:12px}.tpt-frontend .ProductAccessModalRow__title{padding-top:6px}
/*# sourceMappingURL=tpt-frontend.1.4452.ea948f5cd841b95ebe49.css.map*/