<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.snip h3 {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-weight: 600;
}

.snip p {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.1em;
    font-weight: 400;
}

.custom_link_section_1 .scale_thumbs {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: rgba(236, 236, 236, 0.7);
}

.custom_link_section_1 .scale_thumbs .thumb_pop_info h4 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold !important;
}

.custom_link_section_1 .scale_thumbs .thumb_pop_info {
    text-align: center;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    padding: 10px;
    width: 100%;
    bottom: -65px;
}

.custom_link_section_1 .scale_thumbs .thumb_pop_info .thumb_desc {
    font-size: 14px;
    font-weight: normal;
}

.custom_link_section_1 .scale_thumbs:hover .thumb_pop_info {
    bottom: 0;
    transition: 0.2s ease-in-out;
}

.custom_link_section_1 .scale_thumbs img {
    transition: 0.2s ease-in-out;
}

.custom_link_section_1 .scale_thumbs:hover img {
    transform: scale(1.2);
}

.custom_link_section_2 .scale_thumbs {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.custom_link_section_2 .scale_thumbs .thumb_pop_info {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #000000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    bottom: -15px;
    opacity: 0;
    right: 0;
}

.custom_link_section_2 .scale_thumbs:after {
    content: "";
    position: absolute;
    left: calc(100% / 2);
    top: calc(100% / 2);
    width: 0px;
    height: 0px;
    margin: 10px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0);
    display: block;
}

.custom_link_section_2 .scale_thumbs:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
}

.custom_link_section_2 a.scale_thumbs:hover img {
    transform: scale(1.2);
}

.custom_link_section_2 .scale_thumbs .thumb_pop_info .thumb_desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_link_section_2 .scale_thumbs:hover .thumb_pop_info {
    bottom: 0;
    opacity: 1;
}

.custom_link_section_2 .col-sm-3 .scale_thumbs .thumb_pop_info {
    font-size: 20px;
}

@media (max-width: 479px) {
    .custom_link_section_2 .scale_thumbs .thumb_pop_info {
        font-size: 20px;
    }
}

.custom_link_section_3 .thumb_item {
    background-color: #fff;
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.custom_link_section_3 .thumb_item .thumb_img_field {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.custom_link_section_3 .custom_link_section_3 .thumb_item:hover .scale_thumbs img {
    transform: scale(1.2);
    transition: all 0.4s linear !important;
}

.custom_link_section_3 .custom_link_section_3 .thumb_item h4 {
    margin-bottom: 20px;
}

.custom_link_section_3 .thumb_desc {
    font-size: 14px;
    overflow: hidden;
    color: #262626;
    line-height: 22px;
    height: 90px;
    letter-spacing: 0.5px;
}

.custom_link_section_3 .thumb_item .thumb_pop_info {
    padding: 25px;
}

.custom_link_section_3 .thumb_item .thumb_img_field:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.custom_link_section_3 .thumb_item:hover .thumb_img_field:before {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .custom_link_section_3 .thumb_desc {
        height: auto;
    }
}

.custom_link_section_4 .thumb_item {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.custom_link_section_4 .thumb_item .thumb_pop_info {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 20px;
}

.custom_link_section_4 .thumb_item:hover .thumb_pop_info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.custom_link_section_4 .thumb_item.scale_thumbs:hover img {
    transform: scale(1.2);
    transition: all 0.4s linear !important;
}

.custom_link_section_5 .snip *,
.custom_link_section_5 .snip:before,
.custom_link_section_5 .snip:after {
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.custom_link_section_5 .snip img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
}

.custom_link_section_5 .snip:before,
.custom_link_section_5 .snip:after {
    position: absolute;
    top: 20px;
    right: 30px;
    content: "";
    background-color: #000000;
    z-index: 1;
    opacity: 0;
}

.custom_link_section_5 .snip:before {
    width: 0;
    height: 1px;
}

.custom_link_section_5 .snip:after {
    height: 0;
    width: 1px;
}

.custom_link_section_5 .snip figcaption {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 37px 50px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.custom_link_section_5 .snip h3,
.custom_link_section_5 .snip p {
    margin: 0;
    font-weight: normal;
    opacity: 0;
}

.custom_link_section_5 .snip p {
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.custom_link_section_5 .snip a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.custom_link_section_5 .snip:hover img,
.custom_link_section_5 .snip.hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}

.custom_link_section_5 .snip:hover:before,
.custom_link_section_5 .snip.hover:before,
.custom_link_section_5 .snip:hover:after,
.custom_link_section_5 .snip.hover:after {
    opacity: 1;
    transition-delay: 0.25s;
}

.custom_link_section_5 .snip:hover:before,
.custom_link_section_5 .snip.hover:before {
    width: 40px;
}

.custom_link_section_5 .snip:hover:after,
.custom_link_section_5 .snip.hover:after {
    height: 40px;
}

.custom_link_section_5 .snip:hover h3,
.custom_link_section_5 .snip.hover h3,
.custom_link_section_5 .snip:hover p,
.custom_link_section_5 .snip.hover p {
    opacity: 1;
}

.custom_link_section_5 .snip:hover h3,
.custom_link_section_5 .snip.hover h3 {
    transition-delay: 0.3s;
}

.custom_link_section_5 .snip:hover p,
.custom_link_section_5 .snip.hover p {
    transition-delay: 0.35s;
}

.custom_link_section_6 .snip {
    position: relative;
    color: #333333;
    text-align: left;
    overflow: hidden;
}

.custom_link_section_6 .snip * {
    box-sizing: padding-box;
    transition: all 0.2s ease-out;
}

.custom_link_section_6 .snip img {
    max-width: 100%;
    vertical-align: top;
}

.custom_link_section_6 .snip figcaption {
    top: 30%;
    left: 30%;
    padding: 10px 10px;
    position: absolute;
    height: 80%;
    width: 88%;
    opacity: 0;
    z-index: 1;
}

.custom_link_section_6 .snip h3 {
    letter-spacing: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.custom_link_section_6 .snip p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: block;
}

.custom_link_section_6 .snip:after {
    border: 5px solid #333333;
    position: absolute;
    content: "";
    display: block;
    height: 80%;
    width: 88%;
    top: 30%;
    left: 30%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.custom_link_section_6 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.custom_link_section_6 .snip:hover img,
.custom_link_section_6 .snip.hover img {
    opacity: 0.2;
}

.custom_link_section_6 .snip:hover figcaption,
.custom_link_section_6 .snip.hover figcaption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition-delay: 0.3s;
}

.custom_link_section_6 .snip:hover:after,
.custom_link_section_6 .snip.hover:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}

.custom_link_section_7 .snip {
    color: #333333;
    position: relative;
    text-align: center;
}

.custom_link_section_7 .snip * {
    box-sizing: border-box;
}

.custom_link_section_7 .snip img {
    opacity: 1;
    width: 100%;
    transition: opacity 0.35s;
}

.custom_link_section_7 .snip figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 27px 21px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.custom_link_section_7 .snip figcaption::before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    background-color: #ffffff;
    transition: all 0.4s;
    transition-delay: 0.6s;
}

.custom_link_section_7 .snip h3,
.custom_link_section_7 .snip p {
    margin: 0 0 5px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
}

.custom_link_section_7 .snip h3 {
    font-weight: 400;
    text-transform: uppercase;
    transform: translate3d(0%, 50%, 0);
    transition-delay: 0.3s;
}

.custom_link_section_7 .snip h3 span {
    font-weight: 800;
}

.custom_link_section_7 .snip p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: 400;
    transition-delay: 0s;
}

.custom_link_section_7 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

.custom_link_section_7 .snip:hover img {
    opacity: 0.35;
}

.custom_link_section_7 .snip:hover figcaption h3 {
    opacity: 1;
    transform: translate3d(0%, 0%, 0);
    transition-delay: 0.3s;
}

.custom_link_section_7 .snip:hover figcaption p {
    opacity: 0.9;
    transition-delay: 0.6s;
}

.custom_link_section_7 .snip:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    top: 15px;
    bottom: 15px;
    opacity: 1;
    transition-delay: 0s;
}

.custom_link_section_8 .snip {
    color: #333333;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.custom_link_section_8 .snip * {
    box-sizing: border-box;
}

.custom_link_section_8 .snip img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    transition: opacity 0.35s;
}

.custom_link_section_8 .snip figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 3em;
    width: 100%;
    height: 100%;
}

.custom_link_section_8 .snip figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    border-left: 4px solid rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    transition-delay: 0.6s;
}

.custom_link_section_8 .snip h3,
.custom_link_section_8 .snip p {
    margin: 0 0 5px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
}

.custom_link_section_8 .snip h3 {
    font-weight: 400;
    text-transform: uppercase;
    transform: translate3d(30%, 0%, 0);
    transition-delay: 0.3s;
}

.custom_link_section_8 .snip p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: 400;
    transform: translate3d(0%, 30%, 0);
    transition-delay: 0s;
}

.custom_link_section_8 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

.custom_link_section_8 .snip:hover img {
    opacity: 0.3;
}

.custom_link_section_8 .snip:hover figcaption h3 {
    opacity: 1;
    transform: translate3d(0%, 0%, 0);
    transition-delay: 0.4s;
}

.custom_link_section_8 .snip:hover figcaption p {
    opacity: 0.9;
    transform: translate3d(0%, 0%, 0);
    transition-delay: 0.6s;
}

.custom_link_section_8 .snip:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    opacity: 1;
    transition-delay: 0s;
}

.custom_link_section_9 .snip {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.custom_link_section_9 .snip * {
    box-sizing: border-box;
    transition: all 0.45s ease;
}

.custom_link_section_9 .snip img {
    vertical-align: top;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.custom_link_section_9 .snip figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    line-height: 1em;
    transform: translateX(-75%) rotate(-180deg);
}

.custom_link_section_9 .snip figcaption:before {
    content: "";
    background-color: #000000;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.custom_link_section_9 .snip h3 {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}

.custom_link_section_9 .snip h3 span {
    display: block;
    font-weight: 800;
}

.custom_link_section_9 .snip a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.custom_link_section_9 .snip:hover&gt;img,
.custom_link_section_9 .snip.hover&gt;img {
    opacity: 0.1;
}

.custom_link_section_9 .snip:hover figcaption,
.custom_link_section_9 .snip.hover figcaption {
    transform: translate(0px) rotate(0deg);
    opacity: 1;
}

.custom_link_section_10 .snip {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    color: #000000;
    background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
}

.custom_link_section_10 .snip * {
    box-sizing: border-box;
    transition: all 0.35s ease;
}

.custom_link_section_10 .snip img {
    max-width: 100%;
}

.custom_link_section_10 .snip figcaption {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(100%);
}

.custom_link_section_10 .snip h3,
.custom_link_section_10 .snip p {
    margin: 0;
    width: 100%;
    padding: 6px 20px;
}

.custom_link_section_10 .snip h3 {
    color: #ffffff;
    position: absolute;
    bottom: 100%;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}

.custom_link_section_10 .snip p {
    background: rgba(255, 255, 255, 0.9);
    text-align: left;
    bottom: 0;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 48px;
    line-height: 1.35em;
}

.custom_link_section_10 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.custom_link_section_10 .snip:hover img,
.custom_link_section_10 .snip.hover img {
    opacity: 0.4;
}

.custom_link_section_10 .snip:hover figcaption,
.custom_link_section_10 .snip.hover figcaption {
    transform: translateY(0);
}

.custom_link_section_11 .snip {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: left;
}

.custom_link_section_11 .snip * {
    box-sizing: padding-box;
    transition: all 0.3s ease-out;
}

.custom_link_section_11 .snip img {
    opacity: 1;
    width: 100%;
}

.custom_link_section_11 .snip figcaption {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    position: absolute;
    padding: 20px;
}

.custom_link_section_11 .snip figcaption h3,
.custom_link_section_11 .snip figcaption p {
    margin: 0 0 8px;
    opacity: 0;
}

.custom_link_section_11 .snip figcaption h3 {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    transform: translateY(50%);
}

.custom_link_section_11 .snip figcaption p {
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
}

.custom_link_section_11 .snip figcaption:before,
.custom_link_section_11 .snip figcaption:after,
.custom_link_section_11 .snip figcaption div:before,
.custom_link_section_11 .snip figcaption div:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s ease-in-out;
}

.custom_link_section_11 .snip figcaption:before,
.custom_link_section_11 .snip figcaption:after {
    width: 0;
    height: 1px;
}

.custom_link_section_11 .snip figcaption div:before,
.custom_link_section_11 .snip figcaption div:after {
    width: 1px;
    height: 0;
}

.custom_link_section_11 .snip figcaption:before,
.custom_link_section_11 .snip figcaption div:before {
    left: 0;
    top: 0;
}

.custom_link_section_11 .snip figcaption:after,
.custom_link_section_11 .snip figcaption div:after {
    bottom: 0;
    right: 0;
}

.custom_link_section_11 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.custom_link_section_11 .snip:hover img,
.custom_link_section_11 .snip.hover img {
    opacity: 0.2;
    filter: blur(5px);
    transform: scale(1.1);
}

.custom_link_section_11 .snip:hover figcaption h3,
.custom_link_section_11 .snip.hover figcaption h3,
.custom_link_section_11 .snip:hover figcaption p,
.custom_link_section_11 .snip.hover figcaption p {
    opacity: 1;
    transition-delay: 0.2s;
    transform: translateY(0);
}

.custom_link_section_11 .snip:hover figcaption p,
.custom_link_section_11 .snip.hover figcaption p {
    transition-delay: 0.3s;
}

.custom_link_section_11 .snip:hover figcaption:before,
.custom_link_section_11 .snip.hover figcaption:before,
.custom_link_section_11 .snip:hover figcaption:after,
.custom_link_section_11 .snip.hover figcaption:after {
    width: 100%;
}

.custom_link_section_11 .snip:hover figcaption div:before,
.custom_link_section_11 .snip.hover figcaption div:before,
.custom_link_section_11 .snip:hover figcaption div:after,
.custom_link_section_11 .snip.hover figcaption div:after {
    height: 100%;
}

.custom_link_section_12 .snip {
    position: relative;
    overflow: hidden;
    background: #000000;
    text-align: left;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.custom_link_section_12 .snip * {
    box-sizing: border-box;
    transition: all 0.4s ease-out;
}

.custom_link_section_12 .snip img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}

.custom_link_section_12 .snip img:first-of-type {
    filter: grayscale(100%);
    opacity: 0.4;
}

.custom_link_section_12 .snip img:nth-of-type(2) {
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
}

.custom_link_section_12 .snip figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px;
}

.custom_link_section_12 .snip figcaption h3,
.custom_link_section_12 .snip figcaption p {
    margin: 0 0 5px;
}

.custom_link_section_12 .snip figcaption h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom_link_section_12 .snip figcaption p {
    opacity: 0.8;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
}

.custom_link_section_12 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.custom_link_section_12 .snip:hover img,
.custom_link_section_12 .snip.hover img {
    transform: translateX(100%);
}

.custom_link_section_13 .snip {
    position: relative;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.custom_link_section_13 .snip * {
    box-sizing: border-box;
    transition: all 0.45s ease;
}

.custom_link_section_13 .snip img {
    max-width: 100%;
    position: relative;
    opacity: 0.9;
}

.custom_link_section_13 .snip figcaption {
    position: absolute;
    top: 40%;
    left: 7%;
    right: 7%;
    bottom: 40%;
    border: 1px solid #ffffff;
    border-width: 0 1px 1px;
    transition-delay: 0.35s;
}

.custom_link_section_13 .snip .heading {
    overflow: hidden;
    transform: translateY(-50%);
}

.custom_link_section_13 .snip h3 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
}

.custom_link_section_13 .snip h3:before,
.custom_link_section_13 .snip h3:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: "";
    background: #ffffff;
    top: 50%;
}

.custom_link_section_13 .snip h3:before {
    left: -1000%;
}

.custom_link_section_13 .snip h3:after {
    right: -1000%;
}

.custom_link_section_13 .snip p {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    transition-delay: 0s;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.custom_link_section_13 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.custom_link_section_13 .snip:hover img,
.custom_link_section_13 .snip.hover img {
    opacity: 0.15;
    transform: scale(1.1);
}

.custom_link_section_13 .snip:hover figcaption,
.custom_link_section_13 .snip.hover figcaption {
    top: 9%;
    bottom: 9%;
    transition-delay: 0s;
}

.custom_link_section_13 .snip:hover p,
.custom_link_section_13 .snip.hover p {
    opacity: 1;
    transition-delay: 0.4s;
}

.custom_link_section_14 .snip {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    transform: translateZ(0);
}

.custom_link_section_14 .snip * {
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.custom_link_section_14 .snip img {
    opacity: 1;
    width: 100%;
    vertical-align: top;
}

.custom_link_section_14 .snip h3 {
    position: absolute;
    top: 0%;
    width: 100%;
    background-color: #1e1e1e;
    z-index: 1;
    text-align: right;
    padding: 15px 25px 0px;
    margin: 0;
    font-weight: 300;
    font-size: 1.3em;
    transform: translateY(-100%);
}

.custom_link_section_14 .snip h3:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 315px 55px 0;
    border-color: transparent #1e1e1e transparent transparent;
}

.custom_link_section_14 .snip figcaption {
    padding: 5px 25px 25px;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0%;
    background-color: #141414;
    transform: translateY(100%);
}

.custom_link_section_14 .snip figcaption:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 315px;
    border-color: transparent transparent transparent #141414;
}

.custom_link_section_14 .snip p {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    opacity: 0.8;
}

.custom_link_section_14 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.custom_link_section_14 .snip:hover h3,
.custom_link_section_14 .snip.hover h3,
.custom_link_section_14 .snip:hover figcaption,
.custom_link_section_14 .snip.hover figcaption {
    transform: translateY(0%);
}

.custom_link_section_15 .snip {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.custom_link_section_15 .snip * {
    transition: all 0.35s;
    box-sizing: border-box;
}

.custom_link_section_15 .snip img {
    max-width: 100%;
    vertical-align: top;
}

.custom_link_section_15 .snip figcaption {
    position: absolute;
    height: 45px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    padding: 6px 15px 15px 15px;
    background-color: rgba(0, 0, 0, 0.75);
}

.custom_link_section_15 .snip h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.custom_link_section_15 .snip p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 0.6em;
    line-height: 1.2em;
}

.custom_link_section_15 .snip a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.custom_link_section_15 .snip:hover figcaption,
.custom_link_section_15 .snip.hover figcaption {
    height: calc(80%);
}

.custom_link_section_16 .snip {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: left;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
}

.custom_link_section_16 .snip * {
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

.custom_link_section_16 .snip-&gt;img,
.custom_link_section_16 .snip .image img {
    transform: scale(1.05);
    max-width: 100%;
}

.custom_link_section_16 .snip&gt;img {
    vertical-align: top;
    position: relative;
    filter: blur(5px);
    opacity: 0.6;
}

.custom_link_section_16 .snip figcaption,
.custom_link_section_16 .snip .image {
    transition-delay: 0.2s;
}

.custom_link_section_16 .snip .image {
    position: absolute;
    top: 0;
    bottom: 35%;
    right: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}

.custom_link_section_16 .snip .image img {
    position: absolute;
    top: 0;
}

.custom_link_section_16 .snip figcaption {
    position: absolute;
    top: 70%;
    bottom: 46px;
    left: 20px;
    right: 20px;
    z-index: 1;
    padding-top: 5px;
}

.custom_link_section_16 .snip h3,
.custom_link_section_16 .snip p {
    margin: 0;
}

.custom_link_section_16 .snip h3 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.custom_link_section_16 .snip p {
    opacity: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.custom_link_section_16 .snip .read-more {
    display: block;
    opacity: 0;
    transform: translateX(-20px);
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    color: #ffffff;
    right: 0;
    bottom: 0;
    font-weight: 500;
    position: absolute;
}

.custom_link_section_16 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.custom_link_section_16 .snip:hover .read-more,
.custom_link_section_16 .snip.hover .read-more,
.custom_link_section_16 .snip:hover figcaption,
.custom_link_section_16 .snip.hover figcaption {
    opacity: 1;
    transform: translateX(0px);
}

.custom_link_section_16 .snip:hover figcaption,
.custom_link_section_16 .snip.hover figcaption,
.custom_link_section_16 .snip:hover .image,
.custom_link_section_16 .snip.hover .image {
    transition-delay: 0s;
}

.custom_link_section_16 .snip:hover figcaption,
.custom_link_section_16 .snip.hover figcaption {
    top: 20%;
    border-bottom: 2px solid #ffffff;
}

.custom_link_section_16 .snip:hover .image,
.custom_link_section_16 .snip.hover .image {
    bottom: 80%;
}

.custom_link_section_16 .snip:hover p,
.custom_link_section_16 .snip.hover p {
    opacity: 1;
    transition-delay: 0.2s;
}

.custom_link_section_17 .snip {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

.custom_link_section_17 .snip * {
    box-sizing: border-box;
    transition: all 0.6s ease;
}

.custom_link_section_17 .snip img {
    opacity: 0.7;
    max-width: 100%;
}

.custom_link_section_17 .snip:after {
    background: #e6e6e6;
    width: 0;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    transition: all 0.3s ease-in-out;
}

.custom_link_section_17 .snip figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 30px;
    transform: translateY(-50%);
}

.custom_link_section_17 .snip h3,
.custom_link_section_17 .snip p {
    margin: 0;
    width: 100%;
}

.custom_link_section_17 .snip h3 {
    font-weight: 600;
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 5px;
}

.custom_link_section_17 .snip p {
    color: #e6e6e6;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.custom_link_section_17 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.custom_link_section_17 .snip:hover img,
.custom_link_section_17 .snip.hover img {
    transform: scale(1.2);
}

.custom_link_section_17 .snip:hover:after,
.custom_link_section_17 .snip.hover:after {
    width: 100%;
}

.custom_link_section_18 .snip {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #000000;
    perspective: 50em;
    color: #ffffff;
}

.custom_link_section_18 .snip * {
    transition: all 0.35s ease-in-out;
}

.custom_link_section_18 .snip img {
    opacity: 0.8;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.custom_link_section_18 .snip figcaption {
    position: absolute;
    bottom: 28px;
    left: 30px;
    right: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.custom_link_section_18 .snip h3 {
    top: 50%;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0;
    font-weight: 400;
    font-size: 1.2em;
}

.custom_link_section_18 .snip p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 0 5px;
    opacity: 0;
    height: 0px;
    transition: ease-in-out;
}

.custom_link_section_18 .snip figcaption:before,
.custom_link_section_18 .snip figcaption:after {
    background-color: rgba(255, 255, 255, 0.8);
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    display: block;
    transition: all 0.35s ease-in-out;
}

.custom_link_section_18 .snip figcaption:before {
    left: 0;
    top: 0;
}

.custom_link_section_18 .snip figcaption:after {
    bottom: 0;
    right: 0;
}

.custom_link_section_18 .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.custom_link_section_18 .snip:hover img,
.custom_link_section_18 .snip.hover img {
    opacity: 1;
}

.custom_link_section_18 .snip:hover p,
.custom_link_section_18 .snip.hover p {
    height: 30px;
    opacity: 1;
    margin-bottom: 10px;
}

.custom_link_section_18 .snip:hover figcaption:before,
.custom_link_section_18 .snip.hover figcaption:before,
.custom_link_section_18 .snip:hover figcaption:after,
.custom_link_section_18 .snip.hover figcaption:after {
    width: 100%;
}</pre></body></html>