.standard-content-v2{padding:calc(var(--global-block-spacing)*var(--padding-block-multiplier-mobile)) calc(var(--global-inline-spacing)*var(--padding-inline-multiplier-mobile-right)) calc(var(--global-block-spacing)*var(--padding-block-multiplier-mobile)) calc(var(--global-inline-spacing)*var(--padding-inline-multiplier-mobile-left));overflow:hidden;border-radius:var(--block-border-radius);aspect-ratio:var(--block-aspect-ratio);display:grid;grid-template:"main"/1fr;place-items:center;position:relative;background-color:var(--block-background-colour)}.standard-content-v2__video-container{display:grid;grid-template:"video"/1fr;grid-area:main;opacity:0;pointer-events:none;height:100%;width:100%;background-color:#000;transition:opacity .5s,background-color 1s;z-index:-1}@media screen and (min-width: 744px){.standard-content-v2__video-container{-o-object-fit:cover;object-fit:cover;grid-area:main}}.standard-content-v2__video-container.video-playing{pointer-events:all;opacity:1;z-index:10}.standard-content-v2__video-container.lock-video-aspect-to-image iframe,.standard-content-v2__video-container.lock-video-aspect-to-image video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.standard-content-v2__video-container.set-video-to-cover iframe,.standard-content-v2__video-container.set-video-to-cover video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.standard-content-v2__video-play-button{grid-area:main;place-self:center;display:grid;place-items:center;background-color:#fff;opacity:1;border-radius:50px;width:calc(84px/var(--desktop-reference)*var(--screen-width-static));height:calc(84px/var(--desktop-reference)*var(--screen-width-static));border:none;z-index:100;padding:0;position:relative;transform:scale(1);transition:transform .3s .5s}.standard-content-v2__video-play-button:hover{cursor:pointer}.standard-content-v2__video-play-button::before{position:absolute;content:"";height:calc(34px/var(--desktop-reference)*var(--screen-width-static));width:calc(25px/var(--desktop-reference)*var(--screen-width-static));transform:translateX(18%);-webkit-clip-path:polygon(100% 50%, 0 0, 0 100%);clip-path:polygon(100% 50%, 0 0, 0 100%);background-color:#000}@supports not (aspect-ratio: 1/1){.standard-content-v2__video-play-button::before{top:50%;left:50%;transform:translate(-25%, -50%)}}.standard-content-v2__video-play-button.video-playing{transform:scale(0);transition:transform .5s;opacity:0;pointer-events:none;max-height:0px}.standard-content-v2__video-inner-container{grid-area:video;display:flex;width:100%;position:relative}.standard-content-v2__video-inner-container iframe{left:0;top:0;width:100%;height:100%}.standard-content-v2__video-player{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (min-width: 744px){.standard-content-v2{padding:calc(var(--global-block-spacing)*var(--padding-block-multiplier-portrait)) calc(var(--global-inline-spacing)*var(--padding-inline-multiplier-portrait-right)) calc(var(--global-block-spacing)*var(--padding-block-multiplier-portrait)) calc(var(--global-inline-spacing)*var(--padding-inline-multiplier-portrait-left))}}@media screen and (min-width: 1024px){.standard-content-v2{padding:calc(var(--global-block-spacing)*var(--padding-block-multiplier-desktop)) calc(var(--global-inline-spacing)*var(--padding-inline-multiplier-desktop-right)) calc(var(--global-block-spacing)*var(--padding-block-multiplier-desktop)) calc(var(--global-inline-spacing)*var(--padding-inline-multiplier-desktop-left))}}.standard-content-v2__cover-link{grid-area:main;width:100%;height:100%;z-index:99;opacity:0;background-color:#000;transition:opacity .3s}.standard-content-v2__cover-link:hover{opacity:var(--cover-link-hover)}.standard-content-v2__inner-container{grid-area:main;overflow:hidden;min-width:-moz-min-content;min-width:min-content;aspect-ratio:var(--content-box-aspect-ratio);border-radius:var(--border-radius);border-width:var(--border-width);border-color:var(--border-colour);border-style:var(--border-style);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:calc(var(--global-content-box-padding-block)*var(--content-box-padding-mult-mobile)) calc(var(--global-content-box-padding-inline)*var(--content-box-padding-mult-mobile));margin:calc(var(--global-inline-spacing)*var(--content-container-margin-mobile)) calc(var(--global-inline-spacing)*var(--content-container-margin-mobile));z-index:var(--content-z-index);place-self:var(--content-box-vert-align-mobile) var(--content-box-horiz-align-mobile);background-color:var(--cb-bg-colour)}@media screen and (min-width: 744px){.standard-content-v2__inner-container{justify-content:var(--content-items-alignment);place-self:var(--content-box-vert-align) var(--content-box-horiz-align);max-width:var(--cb-max-width)}}@media screen and (min-width: 1024px){.standard-content-v2__inner-container{padding:calc(var(--global-content-box-padding-block)*var(--content-box-padding-mult)) calc(var(--global-content-box-padding-inline)*var(--content-box-padding-mult));margin:calc(var(--global-inline-spacing)*var(--content-container-margin)) calc(var(--global-inline-spacing)*var(--content-container-margin))}}.standard-content-v2__inner-container--box-shadow{box-shadow:calc(var(--box-shadow-offset-x)/var(--desktop-reference)*var(--screen-width-static)) calc(var(--box-shadow-offset-y)/var(--desktop-reference)*var(--screen-width-static)) calc(var(--box-shadow-blur)/var(--desktop-reference)*var(--screen-width-static)) calc(var(--box-shadow-spread)/var(--desktop-reference)*var(--screen-width-static)) var(--box-shadow-colour)}.standard-content-v2__content-container{display:grid;word-break:normal;width:100%}.standard-content-v2__content-container:last-child{margin-bottom:0}.standard-content-v2__text-shadow{text-shadow:calc(var(--text-shadow-offset-x)/var(--desktop-reference)*var(--screen-width-static)) calc(var(--text-shadow-offset-y)/var(--desktop-reference)*var(--screen-width-static)) calc(var(--text-shadow-blur)/var(--desktop-reference)*var(--screen-width-static)) var(--text-shadow-colour)}.standard-content-v2__picture{width:var(--image-width);grid-area:main;min-height:100%;display:flex;position:relative}.standard-content-v2__picture--top,.standard-content-v2__picture--right,.standard-content-v2__picture--bottom,.standard-content-v2__picture--left{position:relative;--spread: calc(100% - var(--gradient-spread))}.standard-content-v2__picture--top::before,.standard-content-v2__picture--right::before,.standard-content-v2__picture--bottom::before,.standard-content-v2__picture--left::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(var(--gradient-origin), rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(var(--spread) - var(--gradient-amount)), var(--gradient-colour) calc(100% - var(--gradient-amount)));opacity:var(--gradient-opacity)}.standard-content-v2__picture--vertical{position:relative;--spread: calc(100% - var(--gradient-spread))}.standard-content-v2__picture--vertical::before,.standard-content-v2__picture--vertical:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:var(--gradient-opacity)}.standard-content-v2__picture--vertical::before{background:linear-gradient(0, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(var(--spread) - var(--gradient-amount)), var(--gradient-colour) calc(100% - var(--gradient-amount)))}.standard-content-v2__picture--vertical::after{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(var(--spread) - var(--gradient-amount)), var(--gradient-colour) calc(100% - var(--gradient-amount)))}.standard-content-v2__picture--horizontal{position:relative;--spread: calc(100% - var(--gradient-spread))}.standard-content-v2__picture--horizontal::before,.standard-content-v2__picture--horizontal::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:var(--gradient-opacity)}.standard-content-v2__picture--horizontal::before{background:linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(var(--spread) - var(--gradient-amount)), var(--gradient-colour) calc(100% - var(--gradient-amount)))}.standard-content-v2__picture--horizontal::after{background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(var(--spread) - var(--gradient-amount)), var(--gradient-colour) calc(100% - var(--gradient-amount)))}.standard-content-v2__picture:before{z-index:1;pointer-events:none}.standard-content-v2__image{-o-object-fit:var(--image-fit-style);object-fit:var(--image-fit-style);-o-object-position:var(--image-object-position-align);object-position:var(--image-object-position-align);translate:var(--image-offset-horiz) var(--image-offset-vert)}.standard-content-v2__cta-selection-container{width:100%;display:flex;flex-wrap:wrap;justify-content:var(--cta-alignment);flex-direction:var(--cta-flex-direction);gap:calc(var(--global-inline-spacing)*var(--cta-spacing-gap-mobile))}@media screen and (min-width: 744px){.standard-content-v2__cta-selection-container{gap:calc(var(--global-inline-spacing)*var(--cta-spacing-gap))}}.standard-content-v2__cta{justify-self:var(--cta-alignment);margin-bottom:0}.standard-content-v2__nav-menu-list{list-style-type:none;display:flex;flex-direction:var(--menu-direction);flex-wrap:wrap;gap:calc(10/var(--mobile-reference)*var(--screen-width))}@media screen and (min-width: 744px){.standard-content-v2__nav-menu-list{gap:calc(10/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__nav-menu-list{gap:calc(10/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2__nav-menu-list-item{margin-bottom:0}.standard-content-v2__nav-menu-link{color:var(--menu-text-colour)}.standard-content-v2__nav-menu-link:hover{color:var(--menu-text-hover-colour)}.standard-content-v2__video-container{grid-area:main}.standard-content-v2__video-play-button-container{display:grid;width:100%}.standard-content-v2__video-play-button-container:last-child{margin-bottom:var(--heading-block-spacing);margin-bottom:0}.standard-content-v2__video-play-button{justify-self:var(--play-button-alignment);grid-area:unset}.standard-content-v2__accent-text{color:var(--accent-text-colour)}.standard-content-v2__accent-text::before,.standard-content-v2__accent-text::after{background-color:var(--accent-text-colour);color:var(--accent-text-colour)}.standard-content-v2__content-image{place-self:var(--image-position-vertical) var(--image-position-horizontal);width:100%;translate:var(--image-position-offset-horizontal) var(--image-position-offset-vertical);rotate:var(--image-rotation);z-index:-1;max-width:calc((var(--image-max-width-mobile))/var(--mobile-reference)*var(--font-reference))}@media screen and (min-width: 744px){.standard-content-v2__content-image{max-width:calc((var(--image-max-width-portrait))/var(--portrait-reference)*var(--font-reference))}}@media screen and (min-width: 1024px){.standard-content-v2__content-image{max-width:calc((var(--image-max-width-landscape))/var(--landscape-reference)*var(--font-reference))}}@media screen and (min-width: 1440px){.standard-content-v2__content-image{max-width:calc((var(--image-max-width-desktop))/var(--desktop-reference)*var(--font-reference))}}.standard-content-v2__cta{justify-self:var(--cta-alignment);margin-bottom:0}.standard-content-v2__cta-span{width:100%}.standard-content-v2 .cta-style-1{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-1-colour);background-color:var(--cta-style-1-background-colour);border:var(--cta-style-1-border-width) solid var(--cta-style-1-border-colour);border-radius:var(--cta-style-1-border-radius);font-weight:var(--cta-style-1-font-weight);letter-spacing:var(--cta-style-1-letter-spacing);line-height:var(--cta-style-1-line-height);font-family:var(--cta-style-1-font-family);text-transform:var(--cta-style-1-text-transform);text-align:var(--cta-style-1-text-align);-webkit-text-decoration:var(--cta-style-1-decoration-style);text-decoration:var(--cta-style-1-decoration-style);font-size:calc(var(--cta-style-1-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-1-min-width-mobile);padding:calc(var(--cta-style-1-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-1-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-1:hover,.standard-content-v2 .cta-style-1:active,.standard-content-v2 .cta-style-1:focus{cursor:pointer}.standard-content-v2 .cta-style-1[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-1:hover{color:var(--cta-style-1-hover-colour);background-color:var(--cta-style-1-hover-background-colour);-webkit-text-decoration:var(--cta-style-1-decoration-style-hover);text-decoration:var(--cta-style-1-decoration-style-hover);border:var(--cta-style-1-border-width) solid var(--cta-style-1-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-1{font-size:calc(var(--cta-style-1-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-1-min-width-portrait);padding:calc(var(--cta-style-1-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-1-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-1{font-size:calc(var(--cta-style-1-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-1-min-width-landscape);padding:calc(var(--cta-style-1-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-1-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-1{font-size:calc(var(--cta-style-1-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-1-min-width-desktop);padding:calc(var(--cta-style-1-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-1-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-2{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-2-colour);background-color:var(--cta-style-2-background-colour);border:var(--cta-style-2-border-width) solid var(--cta-style-2-border-colour);border-radius:var(--cta-style-2-border-radius);font-weight:var(--cta-style-2-font-weight);letter-spacing:var(--cta-style-2-letter-spacing);line-height:var(--cta-style-2-line-height);font-family:var(--cta-style-2-font-family);text-transform:var(--cta-style-2-text-transform);text-align:var(--cta-style-2-text-align);-webkit-text-decoration:var(--cta-style-2-decoration-style);text-decoration:var(--cta-style-2-decoration-style);font-size:calc(var(--cta-style-2-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-2-min-width-mobile);padding:calc(var(--cta-style-2-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-2-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-2:hover,.standard-content-v2 .cta-style-2:active,.standard-content-v2 .cta-style-2:focus{cursor:pointer}.standard-content-v2 .cta-style-2[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-2:hover{color:var(--cta-style-2-hover-colour);background-color:var(--cta-style-2-hover-background-colour);-webkit-text-decoration:var(--cta-style-2-decoration-style-hover);text-decoration:var(--cta-style-2-decoration-style-hover);border:var(--cta-style-2-border-width) solid var(--cta-style-2-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-2{font-size:calc(var(--cta-style-2-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-2-min-width-portrait);padding:calc(var(--cta-style-2-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-2-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-2{font-size:calc(var(--cta-style-2-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-2-min-width-landscape);padding:calc(var(--cta-style-2-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-2-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-2{font-size:calc(var(--cta-style-2-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-2-min-width-desktop);padding:calc(var(--cta-style-2-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-2-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-3{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-3-colour);background-color:var(--cta-style-3-background-colour);border:var(--cta-style-3-border-width) solid var(--cta-style-3-border-colour);border-radius:var(--cta-style-3-border-radius);font-weight:var(--cta-style-3-font-weight);letter-spacing:var(--cta-style-3-letter-spacing);line-height:var(--cta-style-3-line-height);font-family:var(--cta-style-3-font-family);text-transform:var(--cta-style-3-text-transform);text-align:var(--cta-style-3-text-align);-webkit-text-decoration:var(--cta-style-3-decoration-style);text-decoration:var(--cta-style-3-decoration-style);font-size:calc(var(--cta-style-3-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-3-min-width-mobile);padding:calc(var(--cta-style-3-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-3-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-3:hover,.standard-content-v2 .cta-style-3:active,.standard-content-v2 .cta-style-3:focus{cursor:pointer}.standard-content-v2 .cta-style-3[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-3:hover{color:var(--cta-style-3-hover-colour);background-color:var(--cta-style-3-hover-background-colour);-webkit-text-decoration:var(--cta-style-3-decoration-style-hover);text-decoration:var(--cta-style-3-decoration-style-hover);border:var(--cta-style-3-border-width) solid var(--cta-style-3-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-3{font-size:calc(var(--cta-style-3-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-3-min-width-portrait);padding:calc(var(--cta-style-3-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-3-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-3{font-size:calc(var(--cta-style-3-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-3-min-width-landscape);padding:calc(var(--cta-style-3-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-3-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-3{font-size:calc(var(--cta-style-3-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-3-min-width-desktop);padding:calc(var(--cta-style-3-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-3-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-4{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-4-colour);background-color:var(--cta-style-4-background-colour);border:var(--cta-style-4-border-width) solid var(--cta-style-4-border-colour);border-radius:var(--cta-style-4-border-radius);font-weight:var(--cta-style-4-font-weight);letter-spacing:var(--cta-style-4-letter-spacing);line-height:var(--cta-style-4-line-height);font-family:var(--cta-style-4-font-family);text-transform:var(--cta-style-4-text-transform);text-align:var(--cta-style-4-text-align);-webkit-text-decoration:var(--cta-style-4-decoration-style);text-decoration:var(--cta-style-4-decoration-style);font-size:calc(var(--cta-style-4-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-4-min-width-mobile);padding:calc(var(--cta-style-4-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-4-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-4:hover,.standard-content-v2 .cta-style-4:active,.standard-content-v2 .cta-style-4:focus{cursor:pointer}.standard-content-v2 .cta-style-4[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-4:hover{color:var(--cta-style-4-hover-colour);background-color:var(--cta-style-4-hover-background-colour);-webkit-text-decoration:var(--cta-style-4-decoration-style-hover);text-decoration:var(--cta-style-4-decoration-style-hover);border:var(--cta-style-4-border-width) solid var(--cta-style-4-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-4{font-size:calc(var(--cta-style-4-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-4-min-width-portrait);padding:calc(var(--cta-style-4-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-4-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-4{font-size:calc(var(--cta-style-4-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-4-min-width-landscape);padding:calc(var(--cta-style-4-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-4-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-4{font-size:calc(var(--cta-style-4-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-4-min-width-desktop);padding:calc(var(--cta-style-4-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-4-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-5{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-5-colour);background-color:var(--cta-style-5-background-colour);border:var(--cta-style-5-border-width) solid var(--cta-style-5-border-colour);border-radius:var(--cta-style-5-border-radius);font-weight:var(--cta-style-5-font-weight);letter-spacing:var(--cta-style-5-letter-spacing);line-height:var(--cta-style-5-line-height);font-family:var(--cta-style-5-font-family);text-transform:var(--cta-style-5-text-transform);text-align:var(--cta-style-5-text-align);-webkit-text-decoration:var(--cta-style-5-decoration-style);text-decoration:var(--cta-style-5-decoration-style);font-size:calc(var(--cta-style-5-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-5-min-width-mobile);padding:calc(var(--cta-style-5-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-5-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-5:hover,.standard-content-v2 .cta-style-5:active,.standard-content-v2 .cta-style-5:focus{cursor:pointer}.standard-content-v2 .cta-style-5[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-5:hover{color:var(--cta-style-5-hover-colour);background-color:var(--cta-style-5-hover-background-colour);-webkit-text-decoration:var(--cta-style-5-decoration-style-hover);text-decoration:var(--cta-style-5-decoration-style-hover);border:var(--cta-style-5-border-width) solid var(--cta-style-5-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-5{font-size:calc(var(--cta-style-5-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-5-min-width-portrait);padding:calc(var(--cta-style-5-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-5-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-5{font-size:calc(var(--cta-style-5-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-5-min-width-landscape);padding:calc(var(--cta-style-5-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-5-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-5{font-size:calc(var(--cta-style-5-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-5-min-width-desktop);padding:calc(var(--cta-style-5-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-5-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-6{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-6-colour);background-color:var(--cta-style-6-background-colour);border:var(--cta-style-6-border-width) solid var(--cta-style-6-border-colour);border-radius:var(--cta-style-6-border-radius);font-weight:var(--cta-style-6-font-weight);letter-spacing:var(--cta-style-6-letter-spacing);line-height:var(--cta-style-6-line-height);font-family:var(--cta-style-6-font-family);text-transform:var(--cta-style-6-text-transform);text-align:var(--cta-style-6-text-align);-webkit-text-decoration:var(--cta-style-6-decoration-style);text-decoration:var(--cta-style-6-decoration-style);font-size:calc(var(--cta-style-6-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-6-min-width-mobile);padding:calc(var(--cta-style-6-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-6-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-6:hover,.standard-content-v2 .cta-style-6:active,.standard-content-v2 .cta-style-6:focus{cursor:pointer}.standard-content-v2 .cta-style-6[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-6:hover{color:var(--cta-style-6-hover-colour);background-color:var(--cta-style-6-hover-background-colour);-webkit-text-decoration:var(--cta-style-6-decoration-style-hover);text-decoration:var(--cta-style-6-decoration-style-hover);border:var(--cta-style-6-border-width) solid var(--cta-style-6-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-6{font-size:calc(var(--cta-style-6-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-6-min-width-portrait);padding:calc(var(--cta-style-6-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-6-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-6{font-size:calc(var(--cta-style-6-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-6-min-width-landscape);padding:calc(var(--cta-style-6-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-6-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-6{font-size:calc(var(--cta-style-6-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-6-min-width-desktop);padding:calc(var(--cta-style-6-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-6-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-7{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-7-colour);background-color:var(--cta-style-7-background-colour);border:var(--cta-style-7-border-width) solid var(--cta-style-7-border-colour);border-radius:var(--cta-style-7-border-radius);font-weight:var(--cta-style-7-font-weight);letter-spacing:var(--cta-style-7-letter-spacing);line-height:var(--cta-style-7-line-height);font-family:var(--cta-style-7-font-family);text-transform:var(--cta-style-7-text-transform);text-align:var(--cta-style-7-text-align);-webkit-text-decoration:var(--cta-style-7-decoration-style);text-decoration:var(--cta-style-7-decoration-style);font-size:calc(var(--cta-style-7-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-7-min-width-mobile);padding:calc(var(--cta-style-7-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-7-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-7:hover,.standard-content-v2 .cta-style-7:active,.standard-content-v2 .cta-style-7:focus{cursor:pointer}.standard-content-v2 .cta-style-7[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-7:hover{color:var(--cta-style-7-hover-colour);background-color:var(--cta-style-7-hover-background-colour);-webkit-text-decoration:var(--cta-style-7-decoration-style-hover);text-decoration:var(--cta-style-7-decoration-style-hover);border:var(--cta-style-7-border-width) solid var(--cta-style-7-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-7{font-size:calc(var(--cta-style-7-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-7-min-width-portrait);padding:calc(var(--cta-style-7-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-7-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-7{font-size:calc(var(--cta-style-7-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-7-min-width-landscape);padding:calc(var(--cta-style-7-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-7-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-7{font-size:calc(var(--cta-style-7-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-7-min-width-desktop);padding:calc(var(--cta-style-7-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-7-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-8{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-8-colour);background-color:var(--cta-style-8-background-colour);border:var(--cta-style-8-border-width) solid var(--cta-style-8-border-colour);border-radius:var(--cta-style-8-border-radius);font-weight:var(--cta-style-8-font-weight);letter-spacing:var(--cta-style-8-letter-spacing);line-height:var(--cta-style-8-line-height);font-family:var(--cta-style-8-font-family);text-transform:var(--cta-style-8-text-transform);text-align:var(--cta-style-8-text-align);-webkit-text-decoration:var(--cta-style-8-decoration-style);text-decoration:var(--cta-style-8-decoration-style);font-size:calc(var(--cta-style-8-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-8-min-width-mobile);padding:calc(var(--cta-style-8-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-8-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-8:hover,.standard-content-v2 .cta-style-8:active,.standard-content-v2 .cta-style-8:focus{cursor:pointer}.standard-content-v2 .cta-style-8[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-8:hover{color:var(--cta-style-8-hover-colour);background-color:var(--cta-style-8-hover-background-colour);-webkit-text-decoration:var(--cta-style-8-decoration-style-hover);text-decoration:var(--cta-style-8-decoration-style-hover);border:var(--cta-style-8-border-width) solid var(--cta-style-8-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-8{font-size:calc(var(--cta-style-8-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-8-min-width-portrait);padding:calc(var(--cta-style-8-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-8-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-8{font-size:calc(var(--cta-style-8-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-8-min-width-landscape);padding:calc(var(--cta-style-8-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-8-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-8{font-size:calc(var(--cta-style-8-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-8-min-width-desktop);padding:calc(var(--cta-style-8-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-8-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-9{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-9-colour);background-color:var(--cta-style-9-background-colour);border:var(--cta-style-9-border-width) solid var(--cta-style-9-border-colour);border-radius:var(--cta-style-9-border-radius);font-weight:var(--cta-style-9-font-weight);letter-spacing:var(--cta-style-9-letter-spacing);line-height:var(--cta-style-9-line-height);font-family:var(--cta-style-9-font-family);text-transform:var(--cta-style-9-text-transform);text-align:var(--cta-style-9-text-align);-webkit-text-decoration:var(--cta-style-9-decoration-style);text-decoration:var(--cta-style-9-decoration-style);font-size:calc(var(--cta-style-9-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-9-min-width-mobile);padding:calc(var(--cta-style-9-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-9-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-9:hover,.standard-content-v2 .cta-style-9:active,.standard-content-v2 .cta-style-9:focus{cursor:pointer}.standard-content-v2 .cta-style-9[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-9:hover{color:var(--cta-style-9-hover-colour);background-color:var(--cta-style-9-hover-background-colour);-webkit-text-decoration:var(--cta-style-9-decoration-style-hover);text-decoration:var(--cta-style-9-decoration-style-hover);border:var(--cta-style-9-border-width) solid var(--cta-style-9-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-9{font-size:calc(var(--cta-style-9-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-9-min-width-portrait);padding:calc(var(--cta-style-9-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-9-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-9{font-size:calc(var(--cta-style-9-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-9-min-width-landscape);padding:calc(var(--cta-style-9-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-9-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-9{font-size:calc(var(--cta-style-9-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-9-min-width-desktop);padding:calc(var(--cta-style-9-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-9-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2 .cta-style-10{justify-self:var(--cta-alignment);border:unset;line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color .1s,border-colour .1s;color:var(--cta-style-10-colour);background-color:var(--cta-style-10-background-colour);border:var(--cta-style-10-border-width) solid var(--cta-style-10-border-colour);border-radius:var(--cta-style-10-border-radius);font-weight:var(--cta-style-10-font-weight);letter-spacing:var(--cta-style-10-letter-spacing);line-height:var(--cta-style-10-line-height);font-family:var(--cta-style-10-font-family);text-transform:var(--cta-style-10-text-transform);text-align:var(--cta-style-10-text-align);-webkit-text-decoration:var(--cta-style-10-decoration-style);text-decoration:var(--cta-style-10-decoration-style);font-size:calc(var(--cta-style-10-font-size-mobile)/var(--mobile-reference)*var(--screen-width));min-width:var(--cta-style-10-min-width-mobile);padding:calc(var(--cta-style-10-padding-block-mobile)/var(--mobile-reference)*var(--screen-width)) calc(var(--cta-style-10-padding-inline-mobile)/var(--mobile-reference)*var(--screen-width))}.standard-content-v2 .cta-style-10:hover,.standard-content-v2 .cta-style-10:active,.standard-content-v2 .cta-style-10:focus{cursor:pointer}.standard-content-v2 .cta-style-10[disabled]{cursor:not-allowed;background-color:var(--grey-medium);color:#fff}.standard-content-v2 .cta-style-10:hover{color:var(--cta-style-10-hover-colour);background-color:var(--cta-style-10-hover-background-colour);-webkit-text-decoration:var(--cta-style-10-decoration-style-hover);text-decoration:var(--cta-style-10-decoration-style-hover);border:var(--cta-style-10-border-width) solid var(--cta-style-10-hover-border-colour)}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-10{font-size:calc(var(--cta-style-10-font-size-portrait)/var(--portrait-reference)*var(--screen-width));min-width:var(--cta-style-10-min-width-portrait);padding:calc(var(--cta-style-10-padding-block-portrait)/var(--portrait-reference)*var(--screen-width)) calc(var(--cta-style-10-padding-inline-portrait)/var(--portrait-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-10{font-size:calc(var(--cta-style-10-font-size-landscape)/var(--landscape-reference)*var(--screen-width));min-width:var(--cta-style-10-min-width-landscape);padding:calc(var(--cta-style-10-padding-block-landscape)/var(--landscape-reference)*var(--screen-width)) calc(var(--cta-style-10-padding-inline-landscape)/var(--landscape-reference)*var(--screen-width))}}@media screen and (min-width: 1440px){.standard-content-v2 .cta-style-10{font-size:calc(var(--cta-style-10-font-size-desktop)/var(--desktop-reference)*var(--screen-width));min-width:var(--cta-style-10-min-width-desktop);padding:calc(var(--cta-style-10-padding-block-desktop)/var(--desktop-reference)*var(--screen-width)) calc(var(--cta-style-10-padding-inline-desktop)/var(--desktop-reference)*var(--screen-width))}}.standard-content-v2__share-icon--primary{--icon-color: white;--icon-scale: 2;box-sizing:border-box;position:relative;display:block;background:var(--icon-color);color:var(--icon-color);transform:scale(var(--icon-scale, 1));border-radius:100px;height:calc((6 / var(--mobile-reference))*var(--screen-width));width:calc((6 / var(--mobile-reference))*var(--screen-width));box-shadow:calc((10 / var(--mobile-reference))*var(--screen-width)) calc((-6 / var(--mobile-reference))*var(--screen-width)) 0,calc((10 / var(--mobile-reference))*var(--screen-width)) calc((6 / var(--mobile-reference))*var(--screen-width)) 0;border:1px solid var(--brand-primary)}@media screen and (min-width: 744px){.standard-content-v2__share-icon--primary{height:calc((6 / var(--portrait-reference))*var(--screen-width));width:calc((6 / var(--portrait-reference))*var(--screen-width));left:calc((-6 / var(--portrait-reference))*var(--screen-width));box-shadow:calc((10 / var(--portrait-reference))*var(--screen-width)) calc((-6 / var(--portrait-reference))*var(--screen-width)) 0,calc((10 / var(--portrait-reference))*var(--screen-width)) calc((6 / var(--portrait-reference))*var(--screen-width)) 0}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--primary{height:calc((6 / var(--desktop-reference))*var(--screen-width));width:calc((6 / var(--desktop-reference))*var(--screen-width));left:calc((-6 / var(--desktop-reference))*var(--screen-width));box-shadow:calc((10 / var(--desktop-reference))*var(--screen-width)) calc((-6 / var(--desktop-reference))*var(--screen-width)) 0,calc((10 / var(--desktop-reference))*var(--screen-width)) calc((6 / var(--desktop-reference))*var(--screen-width)) 0}}.standard-content-v2__share-icon--primary::after{content:"";background:var(--icon-color);display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:calc((10 / var(--mobile-reference))*var(--screen-width));left:calc((2 / var(--mobile-reference))*var(--screen-width));height:calc((2 / var(--mobile-reference))*var(--screen-width))}@media screen and (min-width: 744px){.standard-content-v2__share-icon--primary::after{width:calc((10 / var(--portrait-reference))*var(--screen-width));height:calc((2 / var(--portrait-reference))*var(--screen-width));left:calc((2 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--primary::after{width:calc((10 / var(--desktop-reference))*var(--screen-width));height:calc((2 / var(--desktop-reference))*var(--screen-width));left:calc((2 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__share-icon--primary::before{content:"";background:var(--icon-color);display:block;box-sizing:border-box;position:absolute;border-radius:3px;top:0;transform:rotate(-35deg);width:calc((10 / var(--mobile-reference))*var(--screen-width));left:calc((2 / var(--mobile-reference))*var(--screen-width));height:calc((2 / var(--mobile-reference))*var(--screen-width))}@media screen and (min-width: 744px){.standard-content-v2__share-icon--primary::before{width:calc((10 / var(--portrait-reference))*var(--screen-width));height:calc((2 / var(--portrait-reference))*var(--screen-width));left:calc((2 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--primary::before{width:calc((10 / var(--desktop-reference))*var(--screen-width));height:calc((2 / var(--desktop-reference))*var(--screen-width));left:calc((2 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__share-icon--primary::after{bottom:0;transform:rotate(35deg)}:hover>.standard-content-v2__share-icon--primary{--icon-color: red}.standard-content-v2__share-icon--secondary{--icon-color: blue;box-sizing:border-box;position:relative;display:block;background:var(--icon-color);color:var(--icon-color);transform:scale(var(--icon-scale, 1));border-radius:100px;height:calc((6 / var(--mobile-reference))*var(--screen-width));width:calc((6 / var(--mobile-reference))*var(--screen-width));box-shadow:calc((10 / var(--mobile-reference))*var(--screen-width)) calc((-6 / var(--mobile-reference))*var(--screen-width)) 0,calc((10 / var(--mobile-reference))*var(--screen-width)) calc((6 / var(--mobile-reference))*var(--screen-width)) 0;border:1px solid var(--white)}@media screen and (min-width: 744px){.standard-content-v2__share-icon--secondary{height:calc((6 / var(--portrait-reference))*var(--screen-width));width:calc((6 / var(--portrait-reference))*var(--screen-width));left:calc((-6 / var(--portrait-reference))*var(--screen-width));box-shadow:calc((10 / var(--portrait-reference))*var(--screen-width)) calc((-6 / var(--portrait-reference))*var(--screen-width)) 0,calc((10 / var(--portrait-reference))*var(--screen-width)) calc((6 / var(--portrait-reference))*var(--screen-width)) 0}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--secondary{height:calc((6 / var(--desktop-reference))*var(--screen-width));width:calc((6 / var(--desktop-reference))*var(--screen-width));left:calc((-6 / var(--desktop-reference))*var(--screen-width));box-shadow:calc((10 / var(--desktop-reference))*var(--screen-width)) calc((-6 / var(--desktop-reference))*var(--screen-width)) 0,calc((10 / var(--desktop-reference))*var(--screen-width)) calc((6 / var(--desktop-reference))*var(--screen-width)) 0}}.standard-content-v2__share-icon--secondary::after{content:"";background:var(--icon-color);display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:calc((10 / var(--mobile-reference))*var(--screen-width));left:calc((2 / var(--mobile-reference))*var(--screen-width));height:calc((2 / var(--mobile-reference))*var(--screen-width))}@media screen and (min-width: 744px){.standard-content-v2__share-icon--secondary::after{width:calc((10 / var(--portrait-reference))*var(--screen-width));height:calc((2 / var(--portrait-reference))*var(--screen-width));left:calc((2 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--secondary::after{width:calc((10 / var(--desktop-reference))*var(--screen-width));height:calc((2 / var(--desktop-reference))*var(--screen-width));left:calc((2 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__share-icon--secondary::before{content:"";background:var(--icon-color);display:block;box-sizing:border-box;position:absolute;border-radius:3px;top:0;transform:rotate(-35deg);width:calc((10 / var(--mobile-reference))*var(--screen-width));left:calc((2 / var(--mobile-reference))*var(--screen-width));height:calc((2 / var(--mobile-reference))*var(--screen-width))}@media screen and (min-width: 744px){.standard-content-v2__share-icon--secondary::before{width:calc((10 / var(--portrait-reference))*var(--screen-width));height:calc((2 / var(--portrait-reference))*var(--screen-width));left:calc((2 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--secondary::before{width:calc((10 / var(--desktop-reference))*var(--screen-width));height:calc((2 / var(--desktop-reference))*var(--screen-width));left:calc((2 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__share-icon--secondary::after{bottom:0;transform:rotate(35deg)}:hover>.standard-content-v2__share-icon--secondary{--icon-color: green}.standard-content-v2__share-icon--tertiary{--icon-color: green;box-sizing:border-box;position:relative;display:block;background:var(--icon-color);color:var(--icon-color);transform:scale(var(--icon-scale, 1));border-radius:100px;height:calc((6 / var(--mobile-reference))*var(--screen-width));width:calc((6 / var(--mobile-reference))*var(--screen-width));box-shadow:calc((10 / var(--mobile-reference))*var(--screen-width)) calc((-6 / var(--mobile-reference))*var(--screen-width)) 0,calc((10 / var(--mobile-reference))*var(--screen-width)) calc((6 / var(--mobile-reference))*var(--screen-width)) 0;border:1px solid var(--white)}@media screen and (min-width: 744px){.standard-content-v2__share-icon--tertiary{height:calc((6 / var(--portrait-reference))*var(--screen-width));width:calc((6 / var(--portrait-reference))*var(--screen-width));left:calc((-6 / var(--portrait-reference))*var(--screen-width));box-shadow:calc((10 / var(--portrait-reference))*var(--screen-width)) calc((-6 / var(--portrait-reference))*var(--screen-width)) 0,calc((10 / var(--portrait-reference))*var(--screen-width)) calc((6 / var(--portrait-reference))*var(--screen-width)) 0}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--tertiary{height:calc((6 / var(--desktop-reference))*var(--screen-width));width:calc((6 / var(--desktop-reference))*var(--screen-width));left:calc((-6 / var(--desktop-reference))*var(--screen-width));box-shadow:calc((10 / var(--desktop-reference))*var(--screen-width)) calc((-6 / var(--desktop-reference))*var(--screen-width)) 0,calc((10 / var(--desktop-reference))*var(--screen-width)) calc((6 / var(--desktop-reference))*var(--screen-width)) 0}}.standard-content-v2__share-icon--tertiary::after{content:"";background:var(--icon-color);display:block;box-sizing:border-box;position:absolute;border-radius:3px;width:calc((10 / var(--mobile-reference))*var(--screen-width));left:calc((2 / var(--mobile-reference))*var(--screen-width));height:calc((2 / var(--mobile-reference))*var(--screen-width))}@media screen and (min-width: 744px){.standard-content-v2__share-icon--tertiary::after{width:calc((10 / var(--portrait-reference))*var(--screen-width));height:calc((2 / var(--portrait-reference))*var(--screen-width));left:calc((2 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--tertiary::after{width:calc((10 / var(--desktop-reference))*var(--screen-width));height:calc((2 / var(--desktop-reference))*var(--screen-width));left:calc((2 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__share-icon--tertiary::before{content:"";background:var(--icon-color);display:block;box-sizing:border-box;position:absolute;border-radius:3px;top:0;transform:rotate(-35deg);width:calc((10 / var(--mobile-reference))*var(--screen-width));left:calc((2 / var(--mobile-reference))*var(--screen-width));height:calc((2 / var(--mobile-reference))*var(--screen-width))}@media screen and (min-width: 744px){.standard-content-v2__share-icon--tertiary::before{width:calc((10 / var(--portrait-reference))*var(--screen-width));height:calc((2 / var(--portrait-reference))*var(--screen-width));left:calc((2 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__share-icon--tertiary::before{width:calc((10 / var(--desktop-reference))*var(--screen-width));height:calc((2 / var(--desktop-reference))*var(--screen-width));left:calc((2 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__share-icon--tertiary::after{bottom:0;transform:rotate(35deg)}:hover>.standard-content-v2__share-icon--tertiary{--icon-color: blue}.standard-content-v2__video-play-button--primary{display:grid;place-items:center;background-color:var(--white);opacity:.7;border-radius:50px;width:calc((60 / var(--desktop-reference))*var(--screen-width-static));height:calc((60 / var(--desktop-reference))*var(--screen-width-static));border:none;z-index:100;padding:0;position:relative}.standard-content-v2__video-play-button--primary:hover{cursor:pointer;opacity:.5}.standard-content-v2__video-play-button--primary::before{position:absolute;content:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 10L1 19V1Z' stroke='%2300263D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");height:calc((20 / var(--desktop-reference))*var(--screen-width-static));width:calc((16 / var(--desktop-reference))*var(--screen-width-static));transform:translateX(18%)}@supports not (aspect-ratio: 1/1){.standard-content-v2__video-play-button--primary::before{top:50%;left:50%;transform:translate(-25%, -50%)}}.standard-content-v2__video-play-button--secondary{display:grid;place-items:center;background-color:var(--white);opacity:.7;border-radius:50px;width:calc((60 / var(--desktop-reference))*var(--screen-width-static));height:calc((60 / var(--desktop-reference))*var(--screen-width-static));border:none;z-index:100;padding:0;position:relative}.standard-content-v2__video-play-button--secondary:hover{cursor:pointer;opacity:.5}.standard-content-v2__video-play-button--secondary::before{position:absolute;content:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 10L1 19V1Z' stroke='%2300263D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");height:calc((20 / var(--desktop-reference))*var(--screen-width-static));width:calc((16 / var(--desktop-reference))*var(--screen-width-static));transform:translateX(18%)}@supports not (aspect-ratio: 1/1){.standard-content-v2__video-play-button--secondary::before{top:50%;left:50%;transform:translate(-25%, -50%)}}.standard-content-v2__video-play-button--tertiary{display:grid;place-items:center;background-color:var(--white);opacity:.7;border-radius:50px;width:calc((60 / var(--desktop-reference))*var(--screen-width-static));height:calc((60 / var(--desktop-reference))*var(--screen-width-static));border:none;z-index:100;padding:0;position:relative}.standard-content-v2__video-play-button--tertiary:hover{cursor:pointer;opacity:.5}.standard-content-v2__video-play-button--tertiary::before{position:absolute;content:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 10L1 19V1Z' stroke='%2300263D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");height:calc((20 / var(--desktop-reference))*var(--screen-width-static));width:calc((16 / var(--desktop-reference))*var(--screen-width-static));transform:translateX(18%)}@supports not (aspect-ratio: 1/1){.standard-content-v2__video-play-button--tertiary::before{top:50%;left:50%;transform:translate(-25%, -50%)}}.standard-content-v2__cta{justify-self:var(--cta-alignment);margin-bottom:0}.standard-content-v2__cta--primary{color:var(--white);background-color:rgba(0,0,0,0);border:1px solid var(--white);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--primary:hover,.standard-content-v2__cta--primary:active,.standard-content-v2__cta--primary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--primary:hover span,.standard-content-v2__cta--primary:active span,.standard-content-v2__cta--primary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--primary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}@media screen and (min-width: 744px){.standard-content-v2__cta--primary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__cta--primary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__cta--secondary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--secondary:hover,.standard-content-v2__cta--secondary:active,.standard-content-v2__cta--secondary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--secondary:hover span,.standard-content-v2__cta--secondary:active span,.standard-content-v2__cta--secondary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--secondary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}@media screen and (min-width: 744px){.standard-content-v2__cta--secondary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__cta--secondary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__cta--tertiary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--tertiary:hover,.standard-content-v2__cta--tertiary:active,.standard-content-v2__cta--tertiary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--tertiary:hover span,.standard-content-v2__cta--tertiary:active span,.standard-content-v2__cta--tertiary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--tertiary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}@media screen and (min-width: 744px){.standard-content-v2__cta--tertiary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__cta--tertiary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2__cta--quaternary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--quaternary:hover,.standard-content-v2__cta--quaternary:active,.standard-content-v2__cta--quaternary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--quaternary:hover span,.standard-content-v2__cta--quaternary:active span,.standard-content-v2__cta--quaternary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--quaternary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}@media screen and (min-width: 744px){.standard-content-v2__cta--quaternary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__cta--quaternary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}.standard-content-v2 .cta-style-1:hover,.standard-content-v2 .cta-style-1:active,.standard-content-v2 .cta-style-1:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-1:hover span,.standard-content-v2 .cta-style-1:active span,.standard-content-v2 .cta-style-1:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-1[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-2:hover,.standard-content-v2 .cta-style-2:active,.standard-content-v2 .cta-style-2:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-2:hover span,.standard-content-v2 .cta-style-2:active span,.standard-content-v2 .cta-style-2:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-2[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-3:hover,.standard-content-v2 .cta-style-3:active,.standard-content-v2 .cta-style-3:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-3:hover span,.standard-content-v2 .cta-style-3:active span,.standard-content-v2 .cta-style-3:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-3[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-4:hover,.standard-content-v2 .cta-style-4:active,.standard-content-v2 .cta-style-4:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-4:hover span,.standard-content-v2 .cta-style-4:active span,.standard-content-v2 .cta-style-4:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-4[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-5:hover,.standard-content-v2 .cta-style-5:active,.standard-content-v2 .cta-style-5:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-5:hover span,.standard-content-v2 .cta-style-5:active span,.standard-content-v2 .cta-style-5:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-5[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-6:hover,.standard-content-v2 .cta-style-6:active,.standard-content-v2 .cta-style-6:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-6:hover span,.standard-content-v2 .cta-style-6:active span,.standard-content-v2 .cta-style-6:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-6[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-7:hover,.standard-content-v2 .cta-style-7:active,.standard-content-v2 .cta-style-7:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-7:hover span,.standard-content-v2 .cta-style-7:active span,.standard-content-v2 .cta-style-7:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-7[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-8:hover,.standard-content-v2 .cta-style-8:active,.standard-content-v2 .cta-style-8:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-8:hover span,.standard-content-v2 .cta-style-8:active span,.standard-content-v2 .cta-style-8:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-8[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-9:hover,.standard-content-v2 .cta-style-9:active,.standard-content-v2 .cta-style-9:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-9:hover span,.standard-content-v2 .cta-style-9:active span,.standard-content-v2 .cta-style-9:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-9[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-10:hover,.standard-content-v2 .cta-style-10:active,.standard-content-v2 .cta-style-10:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-10:hover span,.standard-content-v2 .cta-style-10:active span,.standard-content-v2 .cta-style-10:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-10[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}@media screen and (min-width: 744px){.standard-content-v2__cta{justify-self:var(--cta-alignment);margin-bottom:0}.standard-content-v2__cta--primary{color:var(--white);background-color:rgba(0,0,0,0);border:1px solid var(--white);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--primary:hover,.standard-content-v2__cta--primary:active,.standard-content-v2__cta--primary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--primary:hover span,.standard-content-v2__cta--primary:active span,.standard-content-v2__cta--primary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--primary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 744px)and (min-width: 744px){.standard-content-v2__cta--primary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 744px)and (min-width: 1024px){.standard-content-v2__cta--primary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 744px){.standard-content-v2__cta--secondary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--secondary:hover,.standard-content-v2__cta--secondary:active,.standard-content-v2__cta--secondary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--secondary:hover span,.standard-content-v2__cta--secondary:active span,.standard-content-v2__cta--secondary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--secondary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 744px)and (min-width: 744px){.standard-content-v2__cta--secondary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 744px)and (min-width: 1024px){.standard-content-v2__cta--secondary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 744px){.standard-content-v2__cta--tertiary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--tertiary:hover,.standard-content-v2__cta--tertiary:active,.standard-content-v2__cta--tertiary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--tertiary:hover span,.standard-content-v2__cta--tertiary:active span,.standard-content-v2__cta--tertiary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--tertiary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 744px)and (min-width: 744px){.standard-content-v2__cta--tertiary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 744px)and (min-width: 1024px){.standard-content-v2__cta--tertiary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 744px){.standard-content-v2__cta--quaternary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--quaternary:hover,.standard-content-v2__cta--quaternary:active,.standard-content-v2__cta--quaternary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--quaternary:hover span,.standard-content-v2__cta--quaternary:active span,.standard-content-v2__cta--quaternary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--quaternary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 744px)and (min-width: 744px){.standard-content-v2__cta--quaternary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 744px)and (min-width: 1024px){.standard-content-v2__cta--quaternary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 744px){.standard-content-v2 .cta-style-1:hover,.standard-content-v2 .cta-style-1:active,.standard-content-v2 .cta-style-1:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-1:hover span,.standard-content-v2 .cta-style-1:active span,.standard-content-v2 .cta-style-1:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-1[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-2:hover,.standard-content-v2 .cta-style-2:active,.standard-content-v2 .cta-style-2:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-2:hover span,.standard-content-v2 .cta-style-2:active span,.standard-content-v2 .cta-style-2:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-2[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-3:hover,.standard-content-v2 .cta-style-3:active,.standard-content-v2 .cta-style-3:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-3:hover span,.standard-content-v2 .cta-style-3:active span,.standard-content-v2 .cta-style-3:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-3[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-4:hover,.standard-content-v2 .cta-style-4:active,.standard-content-v2 .cta-style-4:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-4:hover span,.standard-content-v2 .cta-style-4:active span,.standard-content-v2 .cta-style-4:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-4[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-5:hover,.standard-content-v2 .cta-style-5:active,.standard-content-v2 .cta-style-5:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-5:hover span,.standard-content-v2 .cta-style-5:active span,.standard-content-v2 .cta-style-5:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-5[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-6:hover,.standard-content-v2 .cta-style-6:active,.standard-content-v2 .cta-style-6:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-6:hover span,.standard-content-v2 .cta-style-6:active span,.standard-content-v2 .cta-style-6:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-6[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-7:hover,.standard-content-v2 .cta-style-7:active,.standard-content-v2 .cta-style-7:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-7:hover span,.standard-content-v2 .cta-style-7:active span,.standard-content-v2 .cta-style-7:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-7[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-8:hover,.standard-content-v2 .cta-style-8:active,.standard-content-v2 .cta-style-8:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-8:hover span,.standard-content-v2 .cta-style-8:active span,.standard-content-v2 .cta-style-8:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-8[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-9:hover,.standard-content-v2 .cta-style-9:active,.standard-content-v2 .cta-style-9:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-9:hover span,.standard-content-v2 .cta-style-9:active span,.standard-content-v2 .cta-style-9:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-9[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-10:hover,.standard-content-v2 .cta-style-10:active,.standard-content-v2 .cta-style-10:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-10:hover span,.standard-content-v2 .cta-style-10:active span,.standard-content-v2 .cta-style-10:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-10[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 1024px){.standard-content-v2__cta{justify-self:var(--cta-alignment);margin-bottom:0}.standard-content-v2__cta--primary{color:var(--white);background-color:rgba(0,0,0,0);border:1px solid var(--white);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--primary:hover,.standard-content-v2__cta--primary:active,.standard-content-v2__cta--primary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--primary:hover span,.standard-content-v2__cta--primary:active span,.standard-content-v2__cta--primary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--primary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 1024px)and (min-width: 744px){.standard-content-v2__cta--primary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px)and (min-width: 1024px){.standard-content-v2__cta--primary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__cta--secondary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--secondary:hover,.standard-content-v2__cta--secondary:active,.standard-content-v2__cta--secondary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--secondary:hover span,.standard-content-v2__cta--secondary:active span,.standard-content-v2__cta--secondary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--secondary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 1024px)and (min-width: 744px){.standard-content-v2__cta--secondary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px)and (min-width: 1024px){.standard-content-v2__cta--secondary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__cta--tertiary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--tertiary:hover,.standard-content-v2__cta--tertiary:active,.standard-content-v2__cta--tertiary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--tertiary:hover span,.standard-content-v2__cta--tertiary:active span,.standard-content-v2__cta--tertiary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--tertiary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 1024px)and (min-width: 744px){.standard-content-v2__cta--tertiary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px)and (min-width: 1024px){.standard-content-v2__cta--tertiary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2__cta--quaternary{color:var(--brand-primary);background-color:rgba(0,0,0,0);border:1px solid var(--brand-primary);width:-moz-min-content;width:min-content;font-weight:var(--weight-medium);line-height:100%;display:flex;justify-content:center;align-items:center;text-decoration-line:unset;text-align:center;transition:background-color color .5s;cursor:pointer;font-family:var(--font-primary);--font-size-multiplier: var(--global-font-multiplier-primary);width:auto;font-size:calc((18 / var(--mobile-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--mobile-reference))*var(--screen-width));min-height:calc((44 / var(--mobile-reference))*var(--screen-width));padding:calc((15 / var(--mobile-reference))*var(--screen-width)) calc((25 / var(--mobile-reference))*var(--screen-width))}.standard-content-v2__cta--quaternary:hover,.standard-content-v2__cta--quaternary:active,.standard-content-v2__cta--quaternary:focus{cursor:pointer;color:var(--copper);border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2__cta--quaternary:hover span,.standard-content-v2__cta--quaternary:active span,.standard-content-v2__cta--quaternary:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2__cta--quaternary[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}@media screen and (min-width: 1024px)and (min-width: 744px){.standard-content-v2__cta--quaternary{font-size:calc((18 / var(--portrait-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((150 / var(--portrait-reference))*var(--screen-width));min-height:calc((54 / var(--portrait-reference))*var(--screen-width));padding:calc((15 / var(--portrait-reference))*var(--screen-width)) calc((30 / var(--portrait-reference))*var(--screen-width))}}@media screen and (min-width: 1024px)and (min-width: 1024px){.standard-content-v2__cta--quaternary{font-size:calc((18 / var(--desktop-reference))*var(--font-reference)*var(--font-size-multiplier));min-width:calc((170 / var(--desktop-reference))*var(--screen-width));min-height:calc((54 / var(--desktop-reference))*var(--screen-width));padding:calc((15 / var(--desktop-reference))*var(--screen-width)) calc((30 / var(--desktop-reference))*var(--screen-width))}}@media screen and (min-width: 1024px){.standard-content-v2 .cta-style-1:hover,.standard-content-v2 .cta-style-1:active,.standard-content-v2 .cta-style-1:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-1:hover span,.standard-content-v2 .cta-style-1:active span,.standard-content-v2 .cta-style-1:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-1[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-2:hover,.standard-content-v2 .cta-style-2:active,.standard-content-v2 .cta-style-2:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-2:hover span,.standard-content-v2 .cta-style-2:active span,.standard-content-v2 .cta-style-2:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-2[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-3:hover,.standard-content-v2 .cta-style-3:active,.standard-content-v2 .cta-style-3:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-3:hover span,.standard-content-v2 .cta-style-3:active span,.standard-content-v2 .cta-style-3:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-3[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-4:hover,.standard-content-v2 .cta-style-4:active,.standard-content-v2 .cta-style-4:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-4:hover span,.standard-content-v2 .cta-style-4:active span,.standard-content-v2 .cta-style-4:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-4[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-5:hover,.standard-content-v2 .cta-style-5:active,.standard-content-v2 .cta-style-5:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-5:hover span,.standard-content-v2 .cta-style-5:active span,.standard-content-v2 .cta-style-5:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-5[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-6:hover,.standard-content-v2 .cta-style-6:active,.standard-content-v2 .cta-style-6:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-6:hover span,.standard-content-v2 .cta-style-6:active span,.standard-content-v2 .cta-style-6:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-6[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-7:hover,.standard-content-v2 .cta-style-7:active,.standard-content-v2 .cta-style-7:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-7:hover span,.standard-content-v2 .cta-style-7:active span,.standard-content-v2 .cta-style-7:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-7[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-8:hover,.standard-content-v2 .cta-style-8:active,.standard-content-v2 .cta-style-8:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-8:hover span,.standard-content-v2 .cta-style-8:active span,.standard-content-v2 .cta-style-8:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-8[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-9:hover,.standard-content-v2 .cta-style-9:active,.standard-content-v2 .cta-style-9:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-9:hover span,.standard-content-v2 .cta-style-9:active span,.standard-content-v2 .cta-style-9:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-9[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}.standard-content-v2 .cta-style-10:hover,.standard-content-v2 .cta-style-10:active,.standard-content-v2 .cta-style-10:focus{cursor:pointer;color:var(--copper);border:unset;border-width:1px;border-style:solid;-o-border-image:var(--copper-gradient) 1;border-image:var(--copper-gradient) 1;background:var(--copper-light-gradient)}.standard-content-v2 .cta-style-10:hover span,.standard-content-v2 .cta-style-10:active span,.standard-content-v2 .cta-style-10:focus span{background:var(--copper-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.standard-content-v2 .cta-style-10[disabled]{cursor:not-allowed;background-color:var(--cadet-grey);color:var(--cadet-grey)}}

/*# sourceMappingURL=standard-content-v2-scss.f3d57ea38076731d4f17.css.map*/