<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#playlist {
display: block;
gap: 20px;
margin-top: 20px;
flex-wrap: wrap;
} #video-dis {
flex: 1 1 60%;
background: black;
}
#video-dis iframe {
width: 100%;
height: 100%;
aspect-ratio: 16 / 9;
} .video-li {
flex: 1 1 35%;
display: flex;
flex-direction: column;
height: 100%;
overflow-y: auto;
} #vli-info {
padding: 5px 5px;
}
.upper-info {
display: flex;
background-color: #E1A026;
padding: 10px 20px;
}
#li-titles {
flex: 9;
}
#li-titles div {
padding-bottom: 5px;
} #lower-info {
display: flex;
padding-top: var(--b-pad);
}
#lower-info div {
width: 40px;
height: 40px;
cursor: pointer;
}
#btn-repeat {
margin-right: var(--b-pad);
background-size: 50%;
}
#btn-suffle {
margin-right: var(--b-pad);
background-size: 45%;
}
#btn-save {
margin-left: auto;
order: 2;
right: 10px;
margin-right: var(--b-pad);
background-size: 60%;
}
.video-list-container {
height: auto;
}
#btn-repeat {
margin-right: var(--b-pad);
background-size: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #b4b4b4;
}
#btn-suffle {
margin-right: var(--b-pad);
background-size: 45%;
display: flex;
align-items: center;
justify-content: center;
color: #b4b4b4;
}
#btn-save {
margin-left: auto;
order: 2;
right: 10px;
margin-right: var(--b-pad);
background-size: 60%;
display: flex;
align-items: center;
justify-content: flex-end;
color: #b4b4b4;
}
#btn-repeat:hover,
#btn-suffle:hover,
#btn-save:hover {
color: #fff;
}
button.active {
background-color: white; color: black; border: 1px solid #000; } .active-con {
background-color: #f1f1f1;
transition: background-color 0.3s ease, border-left 0.3s ease;
}
.video-con:hover {
background-color: #f9f9f9;
} #vli-videos {
flex: 7;
overflow: auto;
padding: 20px 0px;
background-color: #121212;
color: white;
}
@media only screen and (max-width: 600px) {
.ast-container,
.ast-container-fluid {
padding-left: 0px !important;
padding-right: 0px !important;
width: 100vw;
}
.video-main-container {
width: 100%;
}
} .video-con {
display: flex;
padding: var(--s-pad);
gap: var(--s-pad);
margin-bottom: var(--b-pad);
cursor: pointer;
align-items: center;
padding: 10px 0px;
border-bottom: 1px solid white;
}
.video-con:hover,
.active-con {
background: rgba(255, 255, 255, 0.1); border-left: 4px solid var(--highlight-color); } .thumb {
width: 120px;
height: 70px;
border-radius: 8px;
overflow: hidden;
}
.thumb img {
width: 100%;
height: 100%;
object-fit: cover;
} .v-titles {
flex-grow: 1;
}
.v-titles {
flex: 1;
padding-left: 15px;
}
.title {
font-size: 12px;
font-weight: bold;
color: var(--secondary);
}  @media (max-width: 1150px) {
#playlist {
flex-direction: column;
align-items: center;
}
#video-dis {
width: 100%;
}
.video-li {
width: 100%;
}
}
@media (max-width: 768px) {
#playlist {
flex-direction: column;
}
} .accordion-button:not(.collapsed)::after {
color: #E1A026;
background-color: #E1A026;
border-radius: 40%;
}
.playlist-title {
color: #fff !important;
text-align: center;
margin: 40px 0px;
}
.title {
color: #fff;
}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
.uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap{transition:box-shadow 0.2s ease;overflow:hidden}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__image .uagb-post__image-equal-height{display:block;height:0;padding-bottom:66.67%;overflow:hidden}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:nth-last-child(2){padding-bottom:100px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:last-child{position:absolute;bottom:20px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(3){padding-bottom:100px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(2){position:absolute;bottom:20px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__inner-wrap,.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a{display:block;height:0;overflow:hidden;position:relative}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-2-3{padding-bottom:66%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-9-16{padding-bottom:56.25%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-2{padding-bottom:50%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-1{padding-bottom:67%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit{padding-bottom:0;height:auto}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit img{position:unset !important}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]&gt;img{position:absolute;height:100%}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;visibility:hidden}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:max-content}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%;height:auto;max-width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline&gt;*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__cta .ast-outline-button{display:inline-flex}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.wp-block-uagb-post-grid .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-slick-carousel ul.slick-dots{transform:unset;position:relative;padding:unset}.uagb-slick-carousel .slick-prev:not(:hover):not(:active):not(.has-background),.uagb-slick-carousel .slick-next:not(:hover):not(:active):not(.has-background),.uagb-slick-carousel ul.slick-dots li button:not(:hover):not(:active):not(.has-background){background-color:unset}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.wp-site-blocks .uagb-post__arrow-outside.uagb-post-grid .slick-next{right:0}.wp-site-blocks .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:0}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
.uagb-block-c8ffa30e.is-grid .uagb-post__inner-wrap{padding-top: 20px;padding-bottom: 20px;padding-left: 20px;padding-right: 20px;box-shadow: 0px 0px 0 #00000070;}.uagb-block-c8ffa30e.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: -20px;margin-right: -20px;margin-top: -20px;}.uagb-block-c8ffa30e:not(.is-grid) .uagb-post__inner-wrap &gt; .uagb-post__text:last-child{margin-bottom: 20px;}.uagb-block-c8ffa30e:not(.is-grid) .uagb-post__inner-wrap &gt; .uagb-post__text:first-child{margin-top: 20px;}.uagb-block-c8ffa30e:not(.is-grid).uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__text:nth-last-child(2) {margin-bottom: 20px;}.uagb-block-c8ffa30e:not(.wp-block-uagb-post-carousel):not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-c8ffa30e:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 20px;}.uagb-block-c8ffa30e:not(.is-grid) .uagb-post__inner-wrap &gt; .uagb-post__text{margin-left: 20px;margin-right: 20px;}.uagb-block-c8ffa30e .uagb-post__inner-wrap{background: #f6f6f6;text-align: left;}.uagb-block-c8ffa30e .uagb-post__inner-wrap .uagb-post__cta{padding-bottom: 0px;}.uagb-block-c8ffa30e .uagb-post__image {padding-bottom: 15px;}.uagb-block-c8ffa30e .uagb-post__title{padding-bottom: 15px;}.uagb-block-c8ffa30e .uagb-post-grid-byline{padding-bottom: 15px;}.uagb-block-c8ffa30e .uagb-post__excerpt{padding-bottom: 25px;}.uagb-block-c8ffa30e .uagb-post__image:before{background-color: #000000;opacity: 0.5;}.uagb-block-c8ffa30e.is-grid.uagb-post__items{row-gap: 20px;column-gap: 20px;}.uagb-block-c8ffa30e.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(3 , minmax(0, 1fr));}.uagb-block-c8ffa30e.is-grid .uagb-post__inner-wrap:hover{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c8ffa30e .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{color: #fff;background: #3182ce;}.uagb-block-c8ffa30e .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color: #fff;}.uagb-block-c8ffa30e.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {0: ;0: ;0: ;0: ;0: ;0: ;0: ;0: ;0: ;0: none;border-style: none;}.uagb-block-c8ffa30e .uagb-post-pagination-wrap{margin-top: 20px;justify-content: left;margin-left: 10px;}.uagb-block-c8ffa30e .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-c8ffa30e .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-c8ffa30e.uagb-equal_height_inline-read-more-buttons .uagb-post__inner-wrap .uagb-post__text:last-child{left: 20px;right: 20px;}.uagb-block-c8ffa30e.wp-block-uagb-post-grid .uag-post-grid-wrapper{padding-right: 20px;padding-left: 20px;width: 100%;display: flex;flex-direction: column;justify-content: center;}@media only screen and (max-width: 976px) {.uagb-block-c8ffa30e.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(2 , minmax(0, 1fr));}.uagb-block-c8ffa30e.is-grid.uagb-post__items{row-gap: 20px;column-gap: 20px;}.uagb-block-c8ffa30e:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 20px;}.uagb-block-c8ffa30e:not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-c8ffa30e.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;}.uagb-block-c8ffa30e.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {border-style: none;}.uagb-block-c8ffa30e .uagb-post__cta a{border-style: none;}}@media only screen and (max-width: 767px) {.uagb-block-c8ffa30e.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(1 , minmax(0, 1fr));}.uagb-block-c8ffa30e.is-grid.uagb-post__items{row-gap: 20px;column-gap: 20px;}.uagb-block-c8ffa30e:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 20px;}.uagb-block-c8ffa30e:not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-c8ffa30e.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;}.uagb-block-c8ffa30e.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {border-style: none;}.uagb-block-c8ffa30e.wp-block-uagb-post-grid .uag-post-grid-wrapper{width: unset;}}.uagb-block-283d506a.is-grid .uagb-post__inner-wrap{padding-top: 25px;padding-bottom: 25px;padding-left: 0px;padding-right: 0px;box-shadow: 0px 0px 0 #00000070;border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-style: none;}.uagb-block-283d506a.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: 0px;margin-right: 0px;margin-top: -25px;}.uagb-block-283d506a:not(.is-grid) .uagb-post__inner-wrap &gt; .uagb-post__text:last-child{margin-bottom: 25px;}.uagb-block-283d506a:not(.is-grid) .uagb-post__inner-wrap &gt; .uagb-post__text:first-child{margin-top: 25px;}.uagb-block-283d506a:not(.is-grid).uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__text:nth-last-child(2) {margin-bottom: 25px;}.uagb-block-283d506a:not(.wp-block-uagb-post-carousel):not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-283d506a:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 30px;}.uagb-block-283d506a:not(.is-grid) .uagb-post__inner-wrap &gt; .uagb-post__text{margin-left: 0px;margin-right: 0px;}.uagb-block-283d506a .uagb-post__inner-wrap{background: #000000;text-align: center;}.uagb-block-283d506a .uagb-post__inner-wrap .uagb-post__cta{padding-bottom: 0px;}.uagb-block-283d506a .uagb-post__image {padding-bottom: 15px;}.uagb-block-283d506a .uagb-post__title{padding-bottom: 15px;}.uagb-block-283d506a .uagb-post-grid-byline{padding-bottom: 15px;}.uagb-block-283d506a .uagb-post__excerpt{padding-bottom: 25px;}.uagb-block-283d506a .uagb-post__image:before{background-color: #000000;opacity: 0.5;}.uagb-block-283d506a.is-grid.uagb-post__items{row-gap: 20px;column-gap: 30px;}.uagb-block-283d506a.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(1 , minmax(0, 1fr));}.uagb-block-283d506a.is-grid .uagb-post__inner-wrap:hover{box-shadow: 0px 0px 0 #00000070;}.uagb-block-283d506a .uagb-post__text.uagb-post__title{font-size: 15px;}.uagb-block-283d506a .uagb-post__text.uagb-post__title a{font-size: 15px;}.uagb-block-283d506a .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{color: #fff;background: #3182ce;}.uagb-block-283d506a .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color: #fff;}.uagb-block-283d506a.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {color: var(--ast-global-color-5);0: 1px;0: 1px;0: 1px;0: 1px;0: 5px;0: 5px;0: 5px;0: 5px;0: ;0: solid;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-style: solid;}.uagb-block-283d506a.uagb-post-grid .uagb-post__inner-wrap .wp-block-button.uagb-post__text.uagb-post__cta a{color: var(--ast-global-color-5);}.uagb-block-283d506a.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta:hover .uagb-text-link.wp-block-button__link{color: var(--ast-global-color-8);background: var(--ast-global-color-5);}.uagb-block-283d506a .uagb-post__text.uagb-post__cta:hover a.uagb-text-link{color: var(--ast-global-color-8);}.uagb-block-283d506a .uagb-post__text.uagb-post__cta a.uagb-text-link:focus{color: var(--ast-global-color-8);background: var(--ast-global-color-5);}.uagb-block-283d506a .uagb-post-pagination-wrap{margin-top: 20px;justify-content: left;margin-left: 10px;}.uagb-block-283d506a .uagb-post-pagination-wrap .page-numbers.current{background-color: #e4e4e4;color: #333333;}.uagb-block-283d506a .uagb-post-pagination-wrap a{background-color: #e4e4e4;color: #777777;}.uagb-block-283d506a.uagb-equal_height_inline-read-more-buttons .uagb-post__inner-wrap .uagb-post__text:last-child{left: 0px;right: 0px;}.uagb-block-283d506a.wp-block-uagb-post-grid .uag-post-grid-wrapper{padding-right: 20px;padding-left: 20px;width: 100%;display: flex;flex-direction: column;justify-content: center;}@media only screen and (max-width: 976px) {.uagb-block-283d506a.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(2 , minmax(0, 1fr));}.uagb-block-283d506a.is-grid .uagb-post__inner-wrap{border-style: none;}.uagb-block-283d506a.is-grid.uagb-post__items{row-gap: 20px;column-gap: 30px;}.uagb-block-283d506a:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 30px;}.uagb-block-283d506a:not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-283d506a.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;}.uagb-block-283d506a.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {border-style: solid;}.uagb-block-283d506a .uagb-post__cta a{border-style: solid;}}@media only screen and (max-width: 767px) {.uagb-block-283d506a.wp-block-uagb-post-grid.is-grid{grid-template-columns: repeat(1 , minmax(0, 1fr));}.uagb-block-283d506a.is-grid .uagb-post__inner-wrap{border-style: none;}.uagb-block-283d506a.is-grid.uagb-post__items{row-gap: 20px;column-gap: 30px;}.uagb-block-283d506a:not(.is-grid).uagb-post__items article{padding-right: 10px;padding-left: 10px;margin-bottom: 30px;}.uagb-block-283d506a:not(.is-grid).uagb-post__items{margin-right: -10px;margin-left: -10px;}.uagb-block-283d506a.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;}.uagb-block-283d506a.uagb-post-grid .wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {border-style: solid;}.uagb-block-283d506a.wp-block-uagb-post-grid .uag-post-grid-wrapper{width: unset;}}</pre></body></html>