/* icon */
#ac-globalfooter .ac-gf-icon-after::after, #ac-globalfooter .ac-gf-more::after {
    top: -0.09em;
}

.more::after {
    top: -0.08em;
}

.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

.icon-after::after, .more::after {
    top: -0.08em;
}

.icon-after.icon-playcircle::after{
    top: 0; 
}

.icon-after.icon-arkit:after, 
.icon-after.icon-arkit:before {
    top: 0;
}

/* br */
br.xsmall{
    display: none;
}

@media only screen and (max-width:391px){
    br.xsmall{
        display: block;
    }
}



/* font italic */
.custom-italic{
    display: inline-block;
    transform: skew(-10deg);
    position: relative;
}

a.icon-wrapper:hover .icon-copy .custom-italic::after{
    content: '';
    display: block;
    width: 33px;
    height: 1.5px;
    left: 0;
    bottom: 5.5px;
    position: absolute;
    background-color: #86868b;
}

/* line-height */
.typography-hero-headline,
.typography-hero-eyebrow{
    line-height: 1.1;
}

@media only screen and (max-width:1068px){
    .typography-hero-headline,
    .typography-hero-eyebrow{
        line-height: 1.16875;
    }
}

@media only screen and (max-width:734px){
    .typography-hero-headline,
    .typography-hero-eyebrow{
        line-height: 1.21;
    }
}

.section-welcome .welcome__lockup-available{
    line-height: 1.35890053;
}

@media only screen and (max-width:734px){
    .section-welcome .welcome__lockup-available{
        line-height: 1.41435171;
    }
}

@media (max-width:734px){
    .typography-site-headline-elevated:lang(ko){
        line-height: 1.2;
    }
}


/* gradient text fix */
.section-welcome .welcome .welcome-text-content.gradient-text {
    -webkit-background-clip: text;
}

.subsection-design .subsection-headline {
    white-space: normal;
}

@media only screen and (max-width:1068px) and (min-width:735px){
    .section-highlights .media-gallery-wrapper .media-gallery-item-design .thin-spec {
        --hlts-glry-media-offset-y: 3px;
    }
}

.welcome__lockup-cta:lang(ko) {
    line-height: initial;
}

.subsection-display .media-wrapper .atv-caption a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 734px) {
    #aap-magic-keyboard .aap-base__text {
        line-height: 18px;
    }
}

.gallery-item-specialist .icon-card .icon-container {
    padding-top: 6px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 734px) {
    .subsection-chip .chip-content .grid-2-col .column:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .subsection-chip .chip-content .grid-2-col .column:nth-of-type(2) .stat:nth-of-type(2) {
        min-width: 10em;
    }
}

.gradient-text {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
}

/* section highlights */
br.small-custom{
        display: none;
}

@media only screen and (max-width: 734px) and (min-width: 535px) {
    br.small-custom{
        display: block;
    }
}

@media only screen and (max-width: 734px) and (min-width: 699px) {
    .media-gallery #media-gallery-item-4 .caption{
        padding-right: 85px;
    }
}

/* ssubsection chip */
.subsection-chip .chip-content .stat-container{
    width: 243px;
    padding-inline-start: 65px;
}

@media (max-width: 1068px){
    .subsection-chip .chip-content .stat-container{
        width: 222px;
        padding-inline-start: 52px;
    }
}

@media (max-width: 734px){
    .subsection-chip .chip-content .stat-container{
        width: 100%;
        padding-inline-start: 0px;
    }
}

/* section environment */
.section-environment .section-header{
    max-width: 1136px;
    width: unset;
}

/* VP card */
#variable-width-gallery-item-8 .icon-card-content{
    padding: 44px 130px 57px 30px;
}

@media (max-width: 1068px){
    #variable-width-gallery-item-8 .icon-card-content{
        padding: 44px 127px 57px 30px;
    }
}

@media (max-width: 338px){
    #variable-width-gallery-item-8 .icon-card-content{
        padding: 44px 77px 57px 30px;
    }
}

/* camera */
.modal-l2 .camera-l2-wrapper .subsection-5 .video-container{
    top: 316px;
}

@media (max-width:1068px){
    .modal-l2 .camera-l2-wrapper .subsection-5 .video-container{
        top: 299px;
    }
}

@media (max-width: 734px){
    .modal-l2 .camera-l2-wrapper .subsection-5 .video-container{
        top: 118px;
    }
}