.sec-content{
    position: relative;
    margin-bottom: 9.3rem;
}
.sidebar-box{
    position: relative;
    border: 1px solid #E0E0E0;
    background: #fff;
    padding: 4rem 3rem;
}
.sidebar-box ul{
    margin: 0;
}
.sidebar-box li{
    margin: 0 0 3rem;
    padding: 0;
}
.sidebar-box li::after{
    content: none;
}
.sidebar-box li:last-child{
    margin-bottom: 0;
}
.sidebar-box li a{
    display: block;
    font-size: 1.5rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: 0.015rem;
    position: relative;
    color: #000;
}
.sidebar-box li.active a,
.sidebar-box li a:hover{
    color: #DD2B1C !important;
}
.sidebar-box li.active a::before,
.sidebar-box li a:hover:before{
    position: absolute;
    content: "";
    top: -0.85rem;
    left: -3.1rem;
    width: 0.2rem;
    height: 3.4rem;
    background: #DD2B1C;
}
.content{
    padding: 0 4rem;
}
.content h2{
    margin: 6rem 0 2.4rem;
}
.content h2:first-child{
    margin-top: 0;
}
.content p{
    color: #515151;
}
.content p a{
	text-decoration: underline !important;
	color: #515151;
}
.content p a:hover{
	color: #DD2B1C !important;
}
.content hr {
    margin: 6rem 0;
    opacity: 1;
    border-top: 1px solid #E0E0E0 !important;
}
.content-gallery,
.content-video,
.content-full-img,
.content blockquote{
    margin: 6rem 0;
}
.content-gallery:first-child,
.content-video:first-child,
.content-full-img:first-child,
.content blockquote:first-child{
    margin-top: 0;
}
.content-gallery:last-child,
.content-video:last-child,
.content-full-img:last-child,
.content blockquote:last-child{
    margin-bottom: 0;
}
.content-gallery .col-lg-6:nth-child(n + 3),
.content-gallery .col-lg-4:nth-child(n + 4){
    margin-top: 1.5rem;
}
.content-gallery-img {
    overflow: hidden;
    display: block;
}
.content-gallery-img img{
    width: 100%;
    height: 23rem;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.content-gallery .col-lg-4 .content-gallery-img img{
    height: 15rem;
}
.content-gallery-img:hover img {
    transform: scale(1.05);
}
.content-video iframe {
    width: 100%;
    height: 41rem;
    border: 0;
    display: block;
}
.content blockquote {
    font-family: Fira Sans;
    color: #000;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.042rem;
    border-left: 0.4rem solid #3C2B99;
    padding-left: 3.2rem;
}
.content-full-img img{
    width: 100%;
    height: auto;
}
.photo-text{
    margin-top: 1.6rem;
}
.photo-text span {
    display: block;
    margin-top: 1.6rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.03rem;
    color: #515151;
}
.content li {
    color: #515151;
    letter-spacing: 0.032rem;
}
.content li:after {
    background: #515151;
}
.content h3, 
.content h4, 
.content h5, 
.content h6 {
    margin: 6rem 0 3.2rem;
}
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child{
	margin-top: 0;
}
.content h3:last-child,
.content h4:last-child,
.content h5:last-child,
.content h6:last-child{
	margin-bottom: 0;
}
.content ol {
    margin-top: 3.2rem;
}
.content-small-text{
    margin: 3.2rem 0 2.4rem;
}
.content-small-text:first-child{
    margin-top: 0;
}
.content-small-text:last-child{
    margin-bottom: 0;
}
.content p small{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 2.4rem !important;
    letter-spacing: 0.02em !important;
    display: block !important;
}
.content p small a{
    color: #000000 !important;
    text-decoration: underline !important;
}
.content-v1 p{
  margin-bottom: 3.2rem;
}
.content-v1 p strong{
  padding: 0;
}
.content-v1 p a{
  font-weight: 600;
  color: #000 !important;
}
.content-v1 p a:hover{
  color: #053D69 !important;
}
@media(min-width:1200px) and (max-width:1307.98px){
    .sec-content {
        margin-bottom: 8rem;
    }
	.sidebar-box {
        padding: 3.5rem 3rem;
    }
    .sidebar-box li {
        margin: 0 0 2.8rem;
    }
    .content {
        padding: 0 2rem;
    }
    .content h2 {
        margin: 5rem 0 2.4rem;
    }
    .content hr {
        margin: 5rem 0;
    }
    .content-gallery, 
    .content-video, 
    .content-full-img, 
    .content blockquote {
        margin: 5rem 0;
    }
    .content-gallery-img img {
        height: 22rem;
    }
    .content-gallery .col-lg-4 .content-gallery-img img {
        height: 14.4rem;
    }
    .content h3, 
    .content h4, 
    .content h5, 
    .content h6 {
        margin: 5rem 0 2.4rem;
    }
    .content-video iframe {
        height: 40rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
    .sec-content {
        margin-bottom: 6rem;
    }
	.sidebar-box {
        padding: 3rem 2rem;
    }
    .sidebar-box li {
        margin: 0 0 2.5rem;
    }
    .sidebar-box li.active a::before, 
    .sidebar-box li a:hover:before {
        left: -2.1rem;
    }
    .sidebar-box li a {
        font-size: 1.4rem;
    }
    .content {
        padding: 0 0 0 1rem;
    }
    .content h2 {
        margin: 5rem 0 2.4rem;
    }
    .content p strong {
        font-size: 2.1rem;
    }
    .content hr {
        margin: 5rem 0;
    }
    .content-gallery, 
    .content-video, 
    .content-full-img, 
    .content blockquote {
        margin: 5rem 0;
    }
    .content-gallery-img img {
        height: 18.7rem;
    }
    .content-gallery .col-lg-4 .content-gallery-img img {
        height: 12.1rem;
    }
    .content h3, 
    .content h4, 
    .content h5, 
    .content h6 {
        margin: 5rem 0 2.4rem;
    }
    .content-video iframe {
        height: 34rem;
    }
    .content blockquote {
        font-size: 2rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .sec-content {
        margin-bottom: 5rem;
    }
    .sidebar{
        height: initial !important;
    }
    .sidebar .inner-wrapper-sticky{
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
    }
    .sidebar .resize-sensor{
        display: none;
    }
	.sidebar-box {
        padding: 3rem;
    }
    .sidebar-box li {
        margin: 0 0 2.5rem;
    }
    .content {
        padding: 0;
        margin-top: 4rem;
    }
    .content h2 {
        margin: 5rem 0 2.4rem;
    }
    .content hr {
        margin: 5rem 0;
    }
    .content-gallery, 
    .content-video, 
    .content-full-img, 
    .content blockquote {
        margin: 5rem 0;
    }
    .content-gallery-img img {
        height: 21.4rem;
    }
    .content h3, 
    .content h4, 
    .content h5, 
    .content h6 {
        margin: 5rem 0 2.4rem;
    }
    .content-video iframe {
        height: 38.9rem;
    }
    .content-gallery .col-lg-4 .content-gallery-img img {
        height: 14rem;
    }
    .content-v1 {
      margin-top: 0;
    }
}
@media(max-width:767.98px){
    .sec-content {
        margin-bottom: 4rem;
    }
	.sidebar{
        height: initial !important;
    }
    .sidebar .inner-wrapper-sticky{
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
    }
    .sidebar .resize-sensor{
        display: none;
    }
    .sidebar-box {
        padding: 3rem;
    }
    .sidebar-box li {
        margin: 0 0 2.5rem;
    }
    .sidebar-box li.active a::before, 
    .sidebar-box li a:hover:before {
        top: -0.75rem;
        height: 3.2rem;
    }
    .content {
        padding: 0;
        margin-top: 4rem;
    }
    .content h2 {
        margin: 4rem 0 2.4rem;
    }
    .content p strong {
        font-size: 2.1rem;
        letter-spacing: 0.042rem;
        font-family: 'Fira Sans';
    }
    .content hr {
        margin: 4rem 0;
    }
    .content-gallery, 
    .content-video, 
    .content-full-img, 
    .content blockquote {
        margin: 4rem 0;
    }
    .content-gallery .col-lg-6, 
    .content-gallery .col-lg-4{
        width: 50%;
    }
    .content-gallery .col-lg-4.col-lg-4:nth-child(n + 3){
        margin-top: 1.6rem !important;
    }
    .photo-text span {
        font-size: 1.2rem;
    }
    .content h3, 
    .content h4, 
    .content h5, 
    .content h6 {
        margin: 4rem 0 3.2rem;
    }
    .content blockquote {
        padding-left: 2.4rem;
    }
    .content-gallery-img img {
        height: 15.7rem;
    }
    .content-video iframe {
        height: 28.7rem;
    }
    .content-v1 {
      margin-top: 0;
    }
}
@media(max-width:575.98px){
	.content-gallery-img img {
        height: 32.3vw;
    }
    .content-video iframe {
        height: 51.7vw;
    }
}