/**/
.hamburgerButton {
    display: block;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0
}

.hamburgerButton,
.hamburgerButton svg {
    width: 100%;
    height: 100%
}

/**/
.dmNewParagraph[data-version] .text-align-left {
    text-align: left !important
}

.dmNewParagraph[data-version] .text-align-center {
    text-align: center !important
}

.dmNewParagraph[data-version] .text-align-right {
    text-align: right !important
}

.dmNewParagraph[data-version] .text-align-justify {
    text-align: justify !important
}

.dmNewParagraph[data-version] .ql-indent-1 {
    padding: 0 1em;
    padding-inline-end: 0;
    padding-inline-start: 3em
}

.dmNewParagraph[data-version] .ql-indent-2 {
    padding: 0 2em;
    padding-inline-end: 0;
    padding-inline-start: 6em
}

.dmNewParagraph[data-version] .ql-indent-3 {
    padding: 0 3em;
    padding-inline-end: 0;
    padding-inline-start: 9em
}

.dmNewParagraph[data-version] .ql-indent-4 {
    padding: 0 4em;
    padding-inline-end: 0;
    padding-inline-start: 12em
}

.dmNewParagraph[data-version] .ql-indent-5 {
    padding: 0 5em;
    padding-inline-end: 0;
    padding-inline-start: 15em
}

.dmNewParagraph[data-version] .ql-indent-6 {
    padding: 0 6em;
    padding-inline-end: 0;
    padding-inline-start: 18em
}

.dmNewParagraph[data-version] .ql-indent-7 {
    padding: 0 7em;
    padding-inline-end: 0;
    padding-inline-start: 21em
}

.dmNewParagraph[data-version] .ql-indent-8 {
    padding: 0 8em;
    padding-inline-end: 0;
    padding-inline-start: 24em
}

.dmNewParagraph[data-version] .ql-indent-9 {
    padding: 0 9em;
    padding-inline-end: 0;
    padding-inline-start: 27em
}

.dmNewParagraph[data-version] {
    line-height: initial
}

.dmNewParagraph[data-version] [class*=size-] {
    width: auto !important;
    height: auto !important
}

.dmNewParagraph[data-version] h1,
.dmNewParagraph[data-version] h2,
.dmNewParagraph[data-version] h3,
.dmNewParagraph[data-version] h4,
.dmNewParagraph[data-version] h5,
.dmNewParagraph[data-version] h6,
.dmNewParagraph[data-version] ol,
.dmNewParagraph[data-version] p,
.dmNewParagraph[data-version] ul {
    margin-top: 0;
    margin-bottom: 0
}

.dmNewParagraph[data-version] ol,
.dmNewParagraph[data-version] ul {
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.dmNewParagraph[data-version] ol>li,
.dmNewParagraph[data-version] ul>li {
    list-style-type: none;
    text-indent: -1.5em;
    margin: 0 1em;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.dmNewParagraph[data-version] ol>li:before,
.dmNewParagraph[data-version] ul>li:before {
    min-width: 1em;
    display: inline-block;
    margin-right: .5em;
    margin-inline-start: 0;
    margin-inline-end: .5em;
    text-align: right;
    text-align: end
}

.dmNewParagraph[data-version] ul .ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-1
}

.dmNewParagraph[data-version] ul .ql-indent-1:before {
    font-weight: 700;
    content: "○"
}

.dmNewParagraph[data-version] ul .ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-2
}

.dmNewParagraph[data-version] ul .ql-indent-2:before,
.dmNewParagraph[data-version] ul .ql-indent-3:before,
.dmNewParagraph[data-version] ul .ql-indent-4:before,
.dmNewParagraph[data-version] ul .ql-indent-5:before,
.dmNewParagraph[data-version] ul .ql-indent-6:before,
.dmNewParagraph[data-version] ul .ql-indent-7:before,
.dmNewParagraph[data-version] ul .ql-indent-8:before,
.dmNewParagraph[data-version] ul .ql-indent-9:before {
    font-weight: 700;
    content: "■"
}

.dmNewParagraph[data-version] ul .ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-3
}

.dmNewParagraph[data-version] ul .ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-4
}

.dmNewParagraph[data-version] ul .ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
    counter-increment: list-5
}

.dmNewParagraph[data-version] ul .ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
    counter-increment: list-6
}

.dmNewParagraph[data-version] ul .ql-indent-7 {
    counter-reset: list-8 list-9;
    counter-increment: list-7
}

.dmNewParagraph[data-version] ul .ql-indent-8 {
    counter-reset: list-9;
    counter-increment: list-8
}

.dmNewParagraph[data-version] ul .ql-indent-9 {
    counter-reset: list-10 list-9;
    counter-increment: list-9
}

.dmNewParagraph[data-version] ul>li:before {
    font-weight: 700;
    content: "•";
    font-family: Arial
}

.dmNewParagraph[data-version] ul.custom-list-1>li:not([class^=ql-indent-]):not([class*=" ql-indent-"]):before {
    content: "○";
    transform: scale(1);
    transform-origin: center right
}

.dmNewParagraph[data-version] ul.custom-list-2>li:not([class^=ql-indent-]):not([class*=" ql-indent-"]):before {
    content: "★";
    transform: scale(.7);
    transform-origin: center right
}

.dmNewParagraph[data-version] ul.custom-list-3>li:not([class^=ql-indent-]):not([class*=" ql-indent-"]):before {
    content: "➞";
    transform: scale(.8);
    transform-origin: center right
}

.dmNewParagraph[data-version] ul.custom-list-4>li:not([class^=ql-indent-]):not([class*=" ql-indent-"]):before {
    content: "＋";
    transform: scale(.7);
    transform-origin: center right
}

.dmNewParagraph[data-version] ul.custom-list-5>li:not([class^=ql-indent-]):not([class*=" ql-indent-"]):before {
    content: "－";
    transform: scale(.7);
    transform-origin: center right
}

.dmNewParagraph[data-version] ul.custom-list-6>li:not([class^=ql-indent-]):not([class*=" ql-indent-"]):before {
    content: "✓";
    transform: scale(.8);
    transform-origin: center right
}

.dmNewParagraph[data-version] ul.custom-list-7>li:not([class^=ql-indent-]):not([class*=" ql-indent-"]):before {
    content: "✗";
    transform: scale(.8);
    transform-origin: center right
}

.dmNewParagraph[data-version] ol .ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-1
}

.dmNewParagraph[data-version] ol .ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-2
}

.dmNewParagraph[data-version] ol .ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-3
}

.dmNewParagraph[data-version] ol .ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-4
}

.dmNewParagraph[data-version] ol .ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
    counter-increment: list-5
}

.dmNewParagraph[data-version] ol .ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
    counter-increment: list-6
}

.dmNewParagraph[data-version] ol .ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-7 {
    counter-reset: list-8 list-9;
    counter-increment: list-7
}

.dmNewParagraph[data-version] ol .ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-8 {
    counter-reset: list-9;
    counter-increment: list-8
}

.dmNewParagraph[data-version] ol .ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.dmNewParagraph[data-version] ol .ql-indent-9 {
    counter-reset: list-10 list-9;
    counter-increment: list-9
}

.dmNewParagraph[data-version] ol .ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.dmNewParagraph[data-version] ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.dmNewParagraph[data-version] ol li:before {
    content: counter(list-0, decimal) ". "
}

.dmNewParagraph[data-version] a {
    vertical-align: initial
}

@media(min-width:768px) and (max-width:1024px) {
    .dmNewParagraph[data-version] .t-text-align-left {
        text-align: left !important
    }

    .dmNewParagraph[data-version] .t-text-align-center {
        text-align: center !important
    }

    .dmNewParagraph[data-version] .t-text-align-right {
        text-align: right !important
    }

    .dmNewParagraph[data-version] .t-text-align-justify {
        text-align: justify !important
    }
}

@media(max-width:767px) {
    .dmRoot .dmNewParagraph[data-version] .m-text-align-left {
        text-align: left !important
    }

    .dmRoot .dmNewParagraph[data-version] .m-text-align-center {
        text-align: center !important
    }

    .dmRoot .dmNewParagraph[data-version] .m-text-align-right {
        text-align: right !important
    }

    .dmRoot .dmNewParagraph[data-version] .m-text-align-justify {
        text-align: justify !important
    }
}

.inlineBindingLink {
    color: inherit !important;
    text-decoration: inherit !important
}

/**/
#dm .dmSocialHub:not(.gapSpacing) .socialHubInnerDiv a:not(:last-child) {
    margin-right: 5px
}

.socialHubIcon {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.socialHubIcon svg {
    fill: currentColor;
    width: 80%;
    height: 80%
}

.socialHubIcon.style1,
.socialHubIcon.style4,
.socialHubIcon.style6,
.socialHubIcon.style7 {
    background: #617379
}

.socialHubIcon.style7 {
    box-shadow: 0 5px 0 0 #475459
}

.style1.dmSocialTiktok,
.style4.dmSocialTiktok {
    background: #000
}

.style1.dmSocialFacebook,
.style4.dmSocialFacebook {
    background: #1877f2
}

.style1.dmSocialTwitter,
.style4.dmSocialTwitter {
    background: #0f1419
}

.style1.dmSocialGooglePlus,
.style4.dmSocialGooglePlus {
    background: #da4835
}

.style1.dmSocialInstagram,
.style4.dmSocialInstagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important
}

.style1.dmSocialYoutube,
.style4.dmSocialYoutube {
    background: red
}

.style1.dmSocialLinkedin,
.style4.dmSocialLinkedin {
    background: #2867b2
}

.style1.dmSocialYelp,
.style4.dmSocialYelp {
    background: #e43340
}

.style1.dmSocialPinterest,
.style4.dmSocialPinterest {
    background: #c8232c
}

.style1.dmSocialVimeo,
.style4.dmSocialVimeo {
    background: #1ab7ea
}

.style1.dmSocialPicasa,
.style4.dmSocialPicasa {
    background: #be81d1
}

.style1.dmSocialFoursquare,
.style4.dmSocialFoursquare {
    background: #ef4b78
}

.style1.dmSocialRss,
.style4.dmSocialRss {
    background: #f39200
}

.style1.dmSocialReddit,
.style4.dmSocialReddit {
    background: #ff4500
}

.style1.dmSocialEmail,
.style4.dmSocialEmail {
    background: #617379
}

.style1.dmSocialSnapchat,
.style4.dmSocialSnapchat {
    background: #fffc00
}

.style1.dmSocialTripadvisor,
.style4.dmSocialTripadvisor {
    background: #589442
}

.style1.dmSocialWaze,
.style4.dmSocialWaze {
    background: #56cbe7
}

.style1.dmSocialGoogleMyBusiness,
.style4.dmSocialGoogleMyBusiness {
    background: #477cdf
}

.style1.dmSocialWhatsapp,
.style4.dmSocialWhatsapp {
    background: #25d366
}

.style1.dmSocialPhone,
.style4.dmSocialPhone {
    background: #616c79
}

.style1:after {
    content: "";
    width: 44px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px
}

.style1.dmSocialEmail:after,
.style1.dmSocialFacebook:after,
.style1.dmSocialFoursquare:after,
.style1.dmSocialGoogleMyBusiness:after,
.style1.dmSocialGooglePlus:after,
.style1.dmSocialInstagram:after,
.style1.dmSocialLinkedin:after,
.style1.dmSocialPhone:after,
.style1.dmSocialPicasa:after,
.style1.dmSocialPinterest:after,
.style1.dmSocialReddit:after,
.style1.dmSocialRss:after,
.style1.dmSocialSnapchat:after,
.style1.dmSocialTripadvisor:after,
.style1.dmSocialTwitter:after,
.style1.dmSocialVimeo:after,
.style1.dmSocialYelp:after,
.style1.dmSocialYoutube:after {
    background: #fff;
    opacity: .2
}

.style2.dmSocialTiktok {
    color: #000
}

.style2.dmSocialFacebook {
    color: #1877f2
}

.style2.dmSocialTwitter {
    color: #0f1419
}

.style2.dmSocialGooglePlus {
    color: #da4835
}

.style2.dmSocialInstagram:before {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.style2.dmSocialYoutube {
    color: red
}

.style2.dmSocialLinkedin {
    color: #2867b2
}

.style2.dmSocialYelp {
    color: #e43340
}

.style2.dmSocialPinterest {
    color: #c8232c
}

.style2.dmSocialVimeo {
    color: #1ab7ea
}

.style2.dmSocialPicasa {
    color: #be81d1
}

.style2.dmSocialFoursquare {
    color: #ef4b78
}

.style2.dmSocialRss {
    color: #f39200
}

.style2.dmSocialReddit {
    color: #ff4500
}

.style2.dmSocialEmail {
    color: #617379
}

.style2.dmSocialSnapchat {
    color: #fffc00
}

.style2.dmSocialTripadvisor {
    color: #589442
}

.style2.dmSocialGoogleMyBusiness:before {
    color: #477cdf
}

.style2.dmSocialWaze:before {
    color: #56cbe7
}

.style2.dmSocialWhatsapp:before {
    color: #25d366
}

.style2.dmSocialPhone {
    color: #616c79
}

.style6.dmSocialTiktok {
    background: #000
}

.style6.dmSocialFacebook {
    background: #1877f2
}

.style6.dmSocialTwitter {
    background: #0f1419
}

.style6.dmSocialGooglePlus {
    background: #da4835
}

.style6.dmSocialInstagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important
}

.style6.dmSocialYoutube {
    background: red
}

.style6.dmSocialLinkedin {
    background: #2867b2
}

.style6.dmSocialYelp {
    background: #e43340
}

.style6.dmSocialPinterest {
    background: #c8232c
}

.style6.dmSocialVimeo {
    background: #1ab7ea
}

.style6.dmSocialPicasa {
    background: #be81d1
}

.style6.dmSocialFoursquare {
    background: #ef4b78
}

.style6.dmSocialRss {
    background: #f39200
}

.style6.dmSocialReddit {
    background: #ff4500
}

.style6.dmSocialEmail {
    background: #617379
}

.style6.dmSocialSnapchat {
    background: #fffc00
}

.style6.dmSocialTripadvisor {
    background: #589442
}

.style6.dmSocialWaze {
    background: #56cbe7
}

.style6.dmSocialGoogleMyBusiness {
    background: #477cdf
}

.style6.dmSocialWhatsapp {
    background: #25d366
}

.style6.dmSocialPhone {
    background: #616c79
}

.style7.dmSocialTiktok {
    background: #000
}

.style7.dmSocialFacebook {
    background: #1877f2;
    box-shadow: 0 5px 0 0 #4b68a5
}

.style7.dmSocialTwitter {
    background: #0f1419
}

.style7.dmSocialGooglePlus {
    background: #da4835;
    box-shadow: 0 5px 0 0 #c44130
}

.style7.dmSocialInstagram {
    box-shadow: 0 5px 0 0 #ad2271;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important
}

.style7.dmSocialYoutube {
    background: red;
    box-shadow: 0 5px 0 0 #b3392c
}

.style7.dmSocialLinkedin {
    background: #2867b2;
    box-shadow: 0 5px 0 0 #1278b1
}

.style7.dmSocialYelp {
    background: #e43340;
    box-shadow: 0 5px 0 0 #b62933
}

.style7.dmSocialPinterest {
    background: #c8232c;
    box-shadow: 0 5px 0 0 #a21a2d
}

.style7.dmSocialVimeo {
    background: #1ab7ea;
    box-shadow: 0 5px 0 0 #1592bb
}

.style7.dmSocialPicasa {
    background: #be81d1;
    box-shadow: 0 5px 0 0 #9867a7
}

.style7.dmSocialFoursquare {
    background: #ef4b78;
    box-shadow: 0 5px 0 0 #da3b67
}

.style7.dmSocialRss {
    background: #f39200;
    box-shadow: 0 5px 0 0 #c27500
}

.style7.dmSocialReddit {
    background: #ff4500;
    box-shadow: 0 5px 0 0 #ae5534
}

.style7.dmSocialEmail {
    background: #617379;
    box-shadow: 0 5px 0 0 #475459
}

.style7.dmSocialSnapchat {
    background: #fffc00;
    box-shadow: 0 5px 0 0 #d1d05d
}

.style7.dmSocialTripadvisor {
    background: #589442;
    box-shadow: 0 5px 0 0 #4e7b3e
}

.style7.dmSocialWaze {
    background: #56cbe7;
    box-shadow: 0 5px 0 0 #475459
}

.style7.dmSocialGoogleMyBusiness {
    background: #477cdf;
    box-shadow: 0 5px 0 0 #475459
}

.style7.dmSocialWhatsapp {
    background: #25d366;
    box-shadow: 0 5px 0 0 #475459
}

.style7.dmSocialPhone {
    background: #616c79;
    box-shadow: 0 5px 0 0 #4a5458
}

/**/
.dmSocialHub {
    clear: both
}

#dm .dmSocialHub .horizontal a,
#dm .dmSocialHub.gapSpacing .socialHubWrapper {
    display: block
}

#dm .dmSocialHub.gapSpacing .socialHubInnerDiv {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    justify-content: center
}

#dm .dmSocialHub.alignedLeft .socialHubInnerDiv,
#dm .dmSocialHub.alignedLeft h3,
.dmSocialHub>div.horizontal {
    text-align: left
}

#dm .dmSocialHub a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    vertical-align: bottom
}

#dm .dmSocialHub>h3,
.dmSocialHub>div {
    text-align: inherit
}

#dm .dmSocialHub.alignedCenter .socialHubInnerDiv,
#dm .dmSocialHub.alignedCenter h3 {
    text-align: center
}

#dm .dmSocialHub.alignedRight .socialHubInnerDiv,
#dm .dmSocialHub.alignedRight h3 {
    text-align: right
}

a span.socialHubIcon {
    width: 44px;
    height: 44px;
    font-size: 27px;
    display: inline-block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    line-height: 44px;
    box-sizing: border-box;
    background-image: none !important
}

.socialHubIcon[class^=icon-]:before,
[class*=" icon-"]:before {
    cursor: pointer
}

.socialHubIcon.style1 {
    font-size: 24px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    z-index: 1
}

.socialHubIcon.style2 {
    font-size: 29px
}

.socialHubIcon.style3 {
    font-size: 24px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff
}

.socialHubIcon.style4 {
    font-size: 24px;
    border-radius: 10px;
    color: #fff;
    position: relative
}

.socialHubIcon.style5 {
    color: #fff
}

.socialHubIcon.style6,
.socialHubIcon.style7 {
    font-size: 24px;
    border-radius: 50%;
    color: #fff
}

.socialHubIcon.style7 {
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px
}

.socialHubIcon.style8 {
    font-size: 24px;
    border-radius: 50%;
    color: #fff;
    background: #000
}

.socialHubIcon.style9 {
    color: #333;
    font-size: 29px
}

@media(min-width:768px) and (max-width:1024px) {
    .dmRoot #dm .dmStandardTablet .dmSocialHub.dmSocialHome .socialHubIcon {
        width: 36px;
        height: 36px;
        background-size: auto
    }
}

#dm .dmSocialHub .socialHubWrapper {
    display: inline-block;
    max-width: 100%
}

/**/
/**/
/**/
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /**/
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none;
    max-height: none
}

/**/
.pswp--animate_opacity {
    /**/
    opacity: .001;
    will-change: opacity;
    /**/
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    /**/
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    /**/
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    /**/
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

/**/
.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

/**/
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /**/
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    /**/
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

/**/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

/**/
.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

/**/
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

/**/
/**/
/**/
/**/
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/**/
.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/_dm/s/rt/scripts/vendor/photoswipe4/icons/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1), (min-resolution:105dpi), (min-resolution:1.1dppx) {

    /**/
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/_dm/s/rt/scripts/vendor/photoswipe4/icons/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

/**/
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

/**/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

/**/
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    /**/
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

/**/
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #DDD
}

/**/
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

/**/
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
    width: 960px;
    font-weight: bold;
    text-align: center
}

.pswp__caption--empty {
    display: none
}

/**/
.pswp__caption--fake {
    visibility: hidden
}

/**/
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    /**/
    background: url(/_dm/s/rt/scripts/vendor/photoswipe4/icons/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    /**/
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

/**/
/**/
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

/**/
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

/**/
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

/**/
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

/**/
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

/**/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    /**/
    opacity: .001
}

/**/
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

/**/
.dmPhotoGallery .pagination-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-block: 8px;
    background-color: transparent;
    border-color: var(--btn-border-color)
}

.dmPhotoGallery .pagination-nav .pagination-list {
    list-style: none;
    width: fit-content;
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    flex: 1;
    justify-content: center
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item {
    color: var(--btn-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: calc(1em + 18px);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    aspect-ratio: 1/1;
    border-radius: 4px;
    min-width: fit-content
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link {
    text-decoration: none;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    cursor: pointer
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link .dm-icon-left,
.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link .dm-icon-right {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link.disabled {
    pointer-events: none;
    color: #c9cacd;
    cursor: not-allowed
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item:has(.pagination-link.active) {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-border-color);
    border-width: var(--btn-border-width);
    color: var(--btn-text-color);
    border-radius: 50%
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item:has(.pagination-link.active):hover {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color)
}

.dmPhotoGallery .dmHideFromNav,
.dmPhotoGallery[data-paginate-listable-widget=true] .photoGalleryViewAll {
    display: none !important
}

@media only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:240dpi) {
    div.ps-toolbar div div.ps-toolbar-content {
        background-size: 176px 88px;
        background-image: url(/_dm/s/rt/scripts/vendor/photoSwipe/icons@2x.png)
    }
}

.dmPhotoGallery {
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    min-height: 1px;
    cursor: pointer
}

.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs .image-container {
    height: 100%
}

.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs {
    width: 58px;
    height: 58px;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img {
    box-shadow: 0 0 3px #888
}

.dmPhotoGalleryResp.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs {
    margin: 0;
    padding: 10px
}

.dmPhotoGalleryHolder {
    font-size: 0 !important;
    text-align: center
}

.dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img {
    display: inline !important;
    margin: 0 !important;
    vertical-align: middle;
    text-align: center;
    position: relative
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs a {
    display: block;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    background-repeat: no-repeat
}

.gallery.gallery2inArow li {
    width: 128px !important;
    height: 128px !important
}

.gallery.gallery3inArow li {
    width: 80px !important;
    height: 80px !important;
    min-width: 26%
}

.dmPhotoGallery .gallery.photogalleryPaddingThumbnails li {
    border-style: none !important
}

.dmPhotoGallery .gallery.photogalleryPaddingThumbnails.gallery5inArow li {
    width: 100%
}

@media(min-width:768px) {
    .dmRoot .dmPhotoGallery:not(.newPhotoGallery) .photoGalleryViewAll {
        background: 0;
        border: 0;
        padding: 3px 0;
        font-size: 16px;
        font-weight: 700;
        width: auto;
        height: auto;
        color: #4d4d4d;
        line-height: normal;
        box-shadow: 0 -2px 0 0;
        display: block;
        margin: 40px 0;
        text-align: left
    }

    .dmRoot .dmPhotoGallery:not(.newPhotoGallery) .photoGalleryViewAll span {
        font-size: 20px;
        vertical-align: sub
    }
}

@media(max-width:767px) {
    .dmRoot .dmPhotoGallery:not(.newPhotoGallery) .photoGalleryViewAll {
        display: none;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        width: 160px;
        text-align: center;
        padding: 6px 0;
        margin: 5px auto;
        border: 1px solid #c9c9c9;
        color: #4d4d4d;
        background: #eee;
        background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0)
    }
}

.photogalleryheader:after {
    display: none
}

.dmPhotoGallery .photogalleryheaderPadding {
    margin-left: 8px;
    margin-right: 8px
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs {
    position: relative
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs .image-container,
.dmPhotoGallery:not(.newPhotoGallery)[data-image-hover-effect=true] .photoGalleryThumbs {
    overflow: hidden
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs .caption-container .caption-inner {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(255, 255, 255, .9);
    color: #333;
    padding: 15px;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs .caption-container .caption-inner .caption-text,
.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs .caption-container .caption-inner h3 {
    margin: 0;
    line-height: normal;
    text-align: center
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs .caption-container .caption-inner h3 {
    font-size: 21px
}

.dmPhotoGallery:not(.newPhotoGallery) .photoGalleryThumbs .caption-container .caption-inner p {
    font-size: 14px
}

.dmPhotoGallery:not(.newPhotoGallery)[data-text-layout=over] .photogalleryPaddingThumbnails .photoGalleryThumbs {
    margin-bottom: 10px
}

.dmPhotoGallery:not(.newPhotoGallery)[data-text-layout=over] .photogalleryPaddingThumbnails .photoGalleryThumbs .caption-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: inherit
}

.dmPhotoGallery:not(.newPhotoGallery)[data-text-layout=over] .photoGalleryThumbs .caption-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: inherit
}

.dmPhotoGallery:not(.newPhotoGallery)[data-text-layout=over] .photoGalleryThumbs .caption-inner {
    box-sizing: border-box;
    min-height: 0 !important;
    padding: 10px !important;
    transform: scale(1.05);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dmPhotoGallery:not(.newPhotoGallery)[data-text-layout=over] .photoGalleryThumbs.hover .caption-inner,
.dmPhotoGallery:not(.newPhotoGallery)[data-text-layout=over] .photoGalleryThumbs:hover .caption-inner {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

.dmPhotoGallery:not(.newPhotoGallery)[data-image-hover-effect=true] .photoGalleryThumbs.hover a,
.dmPhotoGallery:not(.newPhotoGallery)[data-image-hover-effect=true] .photoGalleryThumbs:hover a {
    transform: scale(1.06)
}

.dmPhotoGallery:not(.newPhotoGallery)[data-image-hover-effect=true] .photoGalleryThumbs a {
    transition: all .25s ease-out
}

.dmPhotoGallery:not(.newPhotoGallery)[data-link-gallery=true] a {
    cursor: default
}

.dmPhotoGallery:not(.newPhotoGallery)[data-link-gallery=true] a.has-link {
    cursor: pointer;
    z-index: 1px
}

#dm .dmPhotoGallery .dmPhotoGalleryHolder.photogalleryPaddingThumbnails .galleryColumn {
    padding: 0 5px
}

#dm .dmPhotoGallery .dmPhotoGalleryHolder.photogalleryPaddingThumbnails .galleryColumn .photoGalleryThumbs {
    padding: 0;
    background-clip: content-box;
    margin-bottom: 10px
}

.dmPhotoGallery .caption-sub-title {
    font-size: 12px;
    font-style: italic;
    padding: 6px 0 11px
}

.dmPhotoGallery .caption-secondary-text {
    padding-top: 12px
}

.dmPhotoGallery .banner {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    padding: 10px;
    z-index: 10;
    margin: 15px;
    min-width: 94px;
    min-height: 24px;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    display: flex
}

#dm .dmPhotoGallery[data-element-type=dProductGalleryId] .caption-inner,
#dm .dmPhotoGallery[data-element-type=dSnipcartProductGalleryId] .caption-inner {
    cursor: auto
}

#dm .dmPhotoGallery[data-element-type=dSnipcartProductGalleryId] .caption-third-text {
    font-size: 14px
}

#dm .dmPhotoGallery[data-element-type=dSnipcartProductGalleryId] .caption-inner .caption-button .text {
    max-width: 100%
}

#dm .dmPhotoGallery[data-element-type=dProductGalleryId] .caption-secondary-text {
    padding-top: 2px
}

#dm .dmPhotoGallery[data-element-type=dProductGalleryId] .caption-sub-title {
    padding-bottom: 2px
}

.dmPhotoGallery [data-type~=sold-out] .banner {
    background-color: #fff;
    color: #e61515;
    border: solid 1px #e61515
}

.dmPhotoGallery:not([data-element-type=dSnipcartProductGalleryId]) [data-type~=sold-out] .caption-button {
    display: none !important
}

.dmPhotoGallery [data-type~=on-sale] .banner {
    background-color: #313131;
    color: #fff;
    border: solid 1px #3b3b3b
}

.dmPhotoGallery .image-container {
    position: relative
}

.dmPhotoGallery .image-container [data-image-type=main] {
    opacity: 1
}

.dmPhotoGallery .image-container [data-image-type=additional],
.dmPhotoGallery .image-container:hover [data-image-type=main] {
    opacity: 0
}

.dmPhotoGallery .image-container:hover [data-image-type=additional] {
    opacity: 1
}

.dmPhotoGallery [data-image-type=additional] {
    position: absolute !important;
    z-index: -1;
    top: 0;
    width: 100%
}

.dmPhotoGallery [data-image-type=additional],
.dmPhotoGallery [data-image-type=main] {
    transition: opacity 1s
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container a.caption-link {
    text-decoration: none
}

/**/
@media(min-width:768px) {
    .dmRoot .dmPhotoGallery:not(.newPhotoGallery) .photoGalleryViewAll {
        background: 0;
        border: 0;
        padding: 3px 0;
        font-size: 16px;
        font-weight: 700;
        width: auto;
        height: auto;
        color: #4d4d4d;
        line-height: normal;
        box-shadow: 0 -2px 0 0;
        display: block;
        margin: 40px 0;
        text-align: left
    }

    .dmRoot .dmPhotoGallery:not(.newPhotoGallery) .photoGalleryViewAll span {
        font-size: 20px;
        vertical-align: sub
    }
}

@media(max-width:767px) {
    .dmRoot .dmPhotoGallery:not(.newPhotoGallery) .photoGalleryViewAll {
        display: none;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        width: 160px;
        text-align: center;
        padding: 6px 0;
        margin: 5px auto;
        border: 1px solid #c9c9c9;
        color: #4d4d4d;
        background: #eee;
        background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0)
    }
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs.column {
    width: 100%
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div,
#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,
#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p,
.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner {
    text-align: center
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,
.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p {
    margin: 0;
    line-height: normal
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3 {
    font-size: 21px
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p {
    font-size: 14px
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,
.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title {
    max-width: 100%
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner svg {
    width: 20%;
    height: 20%;
    fill: #000
}

#dm .dmPhotoGallery.newPhotoGallery.hasShadow .thumbnailInnerWrapper {
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important
}

#dm .dmPhotoGallery.newPhotoGallery.animateVisibility {
    opacity: 1;
    transition: all .2s ease-out !important
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs.transparent,
#dm .dmPhotoGallery.newPhotoGallery.visibilityHidden {
    opacity: 0
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs {
    list-style: none
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: flex-start;
    align-items: flex-start
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: left
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_left .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px 0
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: flex-start;
    align-items: center
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: center
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_center .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px auto
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: flex-start;
    align-items: flex-end
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: right
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-top_right .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px 0
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: center;
    align-items: flex-start
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: left
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px 0
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: center;
    align-items: center
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: center
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px auto
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: center;
    align-items: flex-end
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: right
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_right .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px 0
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: flex-end;
    align-items: flex-start
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: left
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px 0
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: flex-end;
    align-items: center
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: center
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_center .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px auto
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)),
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link {
    justify-content: flex-end;
    align-items: flex-end
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link div,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link h3,
#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner>a.caption-link p {
    text-align: right
}

#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_right .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px 0
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner {
    align-items: center
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryViewAll {
    box-shadow: 0 0 0 0 !important;
    font-size: inherit !important;
    margin: 0 !important;
    cursor: pointer
}

#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder {
    width: 100%;
    padding: 0;
    display: none
}

#dm .dmPhotoGallery.newPhotoGallery .photogallery-row {
    display: flex
}

#dm .dmPhotoGallery.newPhotoGallery .photogallery-row.photogallery-hidden-row {
    display: none
}

#dm .dmPhotoGallery.newPhotoGallery .flex-reverse {
    flex-direction: row-reverse
}

#dm .dmPhotoGallery.newPhotoGallery .flex {
    display: flex
}

#dm .dmPhotoGallery.newPhotoGallery .column {
    padding: 0;
    flex-direction: column
}

#dm .dmPhotoGallery.newPhotoGallery .width-50 {
    width: 50%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container.classic-drops,
#dm .dmPhotoGallery.newPhotoGallery .layout-container.classic-rounded,
#dm .dmPhotoGallery.newPhotoGallery .layout-container.square {
    display: flex;
    width: 100%;
    flex-direction: column
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container.classic-rounded .photoGalleryThumbs .image-container {
    border-radius: 100%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container.classic-drops .photoGalleryThumbs .image-container {
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container.pinterest-rounded .photoGalleryThumbs .image-container {
    border-radius: 20%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container.vertical-rounded .photoGalleryThumbs .image-container {
    border-bottom-right-radius: 10%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.row-direction {
    flex-direction: row;
    flex-wrap: wrap
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-1 {
    width: 100%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-2 {
    width: 50%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-3 {
    width: 33.333%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-4 {
    width: 25%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-5 {
    width: 20%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-6 {
    width: 16.66667%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs {
    position: relative;
    overflow: hidden
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container {
    width: 100%;
    overflow: hidden;
    background: url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) no-repeat center
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container.revealed {
    background: 0
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a {
    display: flex;
    flex-direction: column;
    background-size: cover;
    padding-top: 100%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a img {
    display: none !important
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a:focus {
    outline-offset: -2px
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs.asymetric3-long-image .image-container {
    width: 100%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs.asymetric3-long-image .image-container a {
    padding-top: 50%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs.pinterest-high .image-container a {
    padding-top: 125%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs.pinterest-low .image-container a {
    padding-top: 75%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs.panoramic-height .image-container a {
    padding-top: 25%
}

#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs.vertical-height .image-container a {
    padding-top: 200%
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs {
    position: relative
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .thumbnailInnerWrapper {
    overflow: hidden;
    transform: translateZ(0)
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .image-container {
    overflow: hidden
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .image-container a {
    background-repeat: no-repeat;
    background-position: center
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(255, 255, 255, .9);
    color: #333;
    padding: 15px;
    height: 100%;
    box-sizing: border-box
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .rteBlock {
    font-size: 14px
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button {
    margin: 10px auto;
    pointer-events: all;
    max-width: 100%
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text {
    padding: 10px 20px !important
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button.displayNone {
    display: none
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner:has(>.caption-link) {
    padding-block: 0
}

#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner:has(>.caption-link) .caption-link {
    width: 100%;
    height: 100%;
    padding-block: 15px;
    display: flex;
    flex-direction: column
}

#dm .dmPhotoGallery.newPhotoGallery.text-layout-fixed .photoGalleryThumbs .caption-container {
    position: absolute;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

#dm .dmPhotoGallery.newPhotoGallery.text-layout-fixed .photoGalleryThumbs .caption-container .caption-inner {
    background-color: rgba(255, 255, 255, .5)
}

#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photogalleryPaddingThumbnails .photoGalleryThumbs {
    margin-bottom: 10px
}

#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photogalleryPaddingThumbnails .photoGalleryThumbs .caption-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: inherit
}

#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: inherit
}

#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-height: 0 !important;
    padding: 10px;
    transform: scale(1.05);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-out
}

#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs.hover .caption-inner,
#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs:hover .caption-inner {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=zoomout] .photoGalleryThumbs .image-container {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=zoomout] .photoGalleryThumbs .image-container a {
    transition: all .2s ease-out
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=zoomout] .photoGalleryThumbs:hover .image-container a {
    transform: scale(1.06)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=grayscale] .photoGalleryThumbs .image-container a {
    filter: grayscale(0%);
    transition: .2s ease-in-out
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=grayscale] .photoGalleryThumbs:hover .image-container a {
    filter: grayscale(100%)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=reverse-grayscale] .photoGalleryThumbs .image-container a {
    filter: grayscale(100%);
    filter: gray;
    transition: .2s ease-in-out
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=reverse-grayscale] .photoGalleryThumbs:hover .image-container a {
    filter: grayscale(0%)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=blur] .photoGalleryThumbs .image-container a {
    filter: blur(0);
    transition: .2s ease-in-out
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=blur] .photoGalleryThumbs:hover .image-container a {
    filter: blur(3px)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=grayscale-blur] .photoGalleryThumbs .image-container a {
    filter: grayscale(0%) blur(0);
    transition: .2s ease-in-out
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=grayscale-blur] .photoGalleryThumbs:hover .image-container a {
    filter: grayscale(100%) blur(3px)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=opacity] .photoGalleryThumbs .image-container a {
    transition: .2s ease-in-out;
    opacity: 1
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=opacity] .photoGalleryThumbs:hover .image-container a {
    opacity: .7
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=shine] .photoGalleryThumbs .image-container a {
    position: relative
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=shine] .photoGalleryThumbs:hover .image-container a::after {
    opacity: 1;
    transform: translate(0)
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=shine] .photoGalleryThumbs .image-container a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    opacity: 0;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .13);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .13) 48%, rgba(255, 255, 255, .5) 57%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 100%)
}

#dm .dmPhotoGallery.newPhotoGallery[data-link-gallery=true] .image-container a {
    cursor: default
}

#dm .dmPhotoGallery.newPhotoGallery[data-link-gallery=true] .image-container a.has-link {
    cursor: pointer;
    z-index: 1px
}

#dm .dmPhotoGallery.newPhotoGallery .galleryColumn {
    padding: 0 5px
}

#dm .dmPhotoGallery.newPhotoGallery .galleryColumn .photoGalleryThumbs {
    padding: 0;
    background-clip: content-box;
    margin-bottom: 10px
}

#dm .dmPhotoGallery.newPhotoGallery .rteBlock li {
    list-style-type: inherit
}

#dm .dmPhotoGallery.newPhotoGallery[data-image-hover-effect=shine] .photoGalleryThumbs:active .image-container a::after,
#dm .dmPhotoGallery.newPhotoGallery[data-instagram] .data-binding-indicator {
    opacity: 0
}

#dm .dmPhotoGallery.newPhotoGallery[data-instagram] .caption-container,
#dm .dmPhotoGallery.newPhotoGallery[data-instagram] .caption-inner {
    pointer-events: none
}

#dm .dmPhotoGallery.newPhotoGallery[data-instagram][data-show-image-captions=true] .caption-container .caption-inner .caption-text {
    font-size: 14px;
    word-break: break-word
}

#dm .dmPhotoGallery.newPhotoGallery[data-instagram]:not([data-show-image-captions=true]) .photoGalleryThumbs .caption-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    padding: inherit
}

#dm .dmPhotoGallery.newPhotoGallery[data-instagram]:not([data-show-image-captions=true]) .photoGalleryThumbs.hover .caption-inner,
#dm .dmPhotoGallery.newPhotoGallery[data-instagram]:not([data-show-image-captions=true]) .photoGalleryThumbs:hover .caption-inner {
    background-color: rgba(255, 255, 255, .25)
}

#dm .dmPhotoGallery.newPhotoGallery[data-instagram]:not([data-show-image-captions=true]) .caption-container .caption-inner {
    background-color: transparent
}

#dm .dmPhotoGallery.newPhotoGallery[data-instagram]:not([data-show-image-captions=true]) .caption-container .caption-inner .caption-text,
#dm .dmPhotoGallery.newPhotoGallery[data-instagram]:not([data-show-image-captions=true]) .caption-container .caption-inner .caption-title {
    display: none
}

/**/
.dmPhotoGallery .pagination-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-block: 8px;
    background-color: transparent;
    border-color: var(--btn-border-color)
}

.dmPhotoGallery .pagination-nav .pagination-list {
    list-style: none;
    width: fit-content;
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    flex: 1;
    justify-content: center
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item {
    color: var(--btn-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: calc(1em + 18px);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    aspect-ratio: 1/1;
    border-radius: 4px;
    min-width: fit-content
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link {
    text-decoration: none;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    cursor: pointer
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link .dm-icon-left,
.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link .dm-icon-right {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item .pagination-link.disabled {
    pointer-events: none;
    color: #c9cacd;
    cursor: not-allowed
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item:has(.pagination-link.active) {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-border-color);
    border-width: var(--btn-border-width);
    color: var(--btn-text-color);
    border-radius: 50%
}

.dmPhotoGallery .pagination-nav .pagination-list .pagination-item:has(.pagination-link.active):hover {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color)
}

#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs img,
.dmPhotoGallery[data-paginate-listable-widget=true] .photoGalleryViewAll {
    display: none !important
}

.dmImageSlider,
.dmPhotoGallery {
    clear: both
}

.dmPhotoGalleryHolder {
    font-size: medium !important;
    margin: 0;
    list-style: none
}

#dm .dmPhotoGallery .dmPhotoGalleryHolder,
#dm .dmPhotoGallery .dmPhotoGalleryHolder>li {
    width: 100%;
    padding: 0
}

#dm .dmGalleryPlaceholder:after {
    background-image: none
}

#dm .dmPhotoGallery .dmPhotoGalleryHolder>li>ul {
    vertical-align: top;
    float: left
}

#dm .dmPhotoGallery .dmPhotoGalleryHolder .photoGalleryThumbs {
    background: #eee url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) no-repeat 50% 50%;
    float: left;
    clear: none;
    padding: 0;
    margin: 0;
    width: 100%
}

#dm .dmFacebookGallery .dmPhotoGalleryHolder .photoGalleryThumbs {
    background-color: transparent
}

#dm .dmFacebookGallery .dmPhotoGalleryHolder .photoGalleryThumbs a {
    background-color: #eee;
    position: relative
}

#dm .dmFacebookGallery[hasmargin=true] .dmPhotoGalleryHolder .photoGalleryThumbs {
    padding: 10px
}

div.dmPhotoGallery ul.dmPhotoGalleryHolder[data-d1-gallery-type] .photoGalleryThumbs {
    transition: background-size .3s
}

div.dmPhotoGallery ul.dmPhotoGalleryHolder[data-d1-gallery-type] .photoGalleryThumbs a {
    position: relative;
    opacity: 0
}

div.dmPhotoGallery ul.dmPhotoGalleryHolder[data-d1-gallery-type] .photoGalleryThumbs a:after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
    position: absolute;
    top: 0;
    left: -100%;
    transition: background-color .3s
}

div.dmPhotoGallery ul.dmPhotoGalleryHolder[data-d1-gallery-type] .photoGalleryThumbs:hover a {
    left: 0;
    background-color: rgba(0, 0, 0, .25)
}

div.dmPhotoGallery ul.dmPhotoGalleryHolder[data-d1-gallery-type=asymetric] .photoGalleryThumbs {
    background-size: 100%
}

div.dmPhotoGallery ul.dmPhotoGalleryHolder[data-d1-gallery-type=asymetric] .photoGalleryThumbs:hover {
    background-size: 105%
}

.dmPhotoGallery .dmPhotoGalleryHolder.unEvenImages {
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    -webkit-column-fill: balance;
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -moz-column-fill: balance;
    column-count: 2;
    column-gap: 5px;
    column-fill: balance
}

.dmPhotoGallery .dmPhotoGalleryHolder.unEvenImages.photogalleryPaddingThumbnails {
    column-gap: 0
}

.dmPhotoGallery .dmPhotoGalleryHolder.unEvenImages .photoGalleryThumbs {
    display: inline-block;
    border: 2px solid #fafafa;
    box-shadow: 0 1px 2px rgba(34, 25, 25, .4);
    margin: 0 2px 7px;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 5px;
    opacity: 1;
    transition: all .2s ease;
    height: auto;
    width: 90%
}

@media(min-width:768px) {
    .dmRoot .dmPhotoGallery .photoGalleryViewAll {
        background: 0;
        border: 0;
        padding: 3px 0;
        font-size: 16px;
        width: auto;
        height: auto;
        line-height: normal;
        box-shadow: 0 -2px 0 0;
        display: block;
        margin: 40px 0;
        text-align: left
    }

    .dmRoot .dmPhotoGallery .photoGalleryViewAll span {
        font-size: 20px;
        vertical-align: sub
    }
}

.dmPhotoGallery:not(.dmFacebookGallery) .dmPhotoGalleryHolder:not(.ready) li.photoGalleryThumbs {
    display: inline !important;
    visibility: hidden
}

.dmPhotoGallery li.photoGalleryThumbs .caption-container .caption-inner p,
.flexslider .slides>li .slide-inner .slide-text {
    white-space: pre-line
}

.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container a.caption-link {
    text-decoration: none
}

.dmPhotoGallery .photoGalleryThumbs.column {
    width: 100%
}

/**/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

/**/
.imageWidget {
    position: relative
}

.imageWidget a,
.imageWidget span.image-caption {
    font-style: italic;
    text-align: center
}

.imageWidget a[data-caption]::after,
.imageWidget span[data-caption]::after {
    content: attr(data-caption);
    display: block;
    line-height: 100%
}

.imageWidget.with-caption a::after,
.imageWidget.with-caption span.image-caption::after {
    margin-top: 12px
}

.imageWidget img[width][height] {
    height: auto
}

[data-flex-site] #fcontainer .imageWidget:after,
[data-flex-site] #flex-footer .imageWidget:after,
[data-flex-site] #flex-header .imageWidget:after {
    content: none
}

[data-flex-site] #fcontainer .imageWidget:before,
[data-flex-site] #flex-footer .imageWidget:before,
[data-flex-site] #flex-header .imageWidget:before {
    font-size: 80px;
    transform: none
}

.imageWidget.hover img.hover-image,
.imageWidget:hover img.hover-image {
    display: initial
}

.imageWidget.hover.hasHover img:not(.hover-image),
.imageWidget:hover.hasHover img:not(.hover-image) {
    display: none !important
}

.imageWidget img.hover-image,
.imageWidget img.logo-on-scroll {
    display: none
}

/**/
.graphicWidget {
    width: 200px;
    height: 200px;
    margin: 10px auto;
    text-align: center
}

.graphicWidget svg.svg {
    width: 100%;
    height: 100%;
    color: #000;
    fill: #000
}

.graphicWidgetV2 {
    width: 60px;
    height: 60px
}

.graphicWidgetV3 {
    font-size: 0
}

/* Custom Widgets Styles */
.widget-1f5975 .copyright {
    font-size: 13px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
}