

:root {
  --font-family-sans: "Zoho Puvi", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}

body{  font-family: var(--font-family-sans); font-size: 17px;}
img{max-width: 100%;}


#apm-whats-new-rum .container {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
	    box-sizing: border-box;
}
#apm-whats-new-rum .text-center {
  text-align: center;
}
#apm-whats-new-rum section {
  position: relative;
}
#apm-whats-new-rum h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.17;
}
#apm-whats-new-rum h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.12;
}
#apm-whats-new-rum h3 {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1.15;
}
#apm-whats-new-rum h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
#apm-whats-new-rum h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
#apm-whats-new-rum p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}




#apm-whats-new-rum a {position: relative;}
#apm-whats-new-rum a > .arrow {
    position: relative;
    width: 15px;
    height: 1.5px;
    background: #118cd6;
    display: inline-block;
    top: 12px;
    right: -3px;
    border-radius: 0px
}

#apm-whats-new-rum a > .arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1.5px solid #118cd6;
    transform: rotate(-45deg);
    border-left: 0;
    border-top: 0;
    top: -4px;
    right: 0;

}


#apm-whats-new-rum .mb0 {
  margin-bottom: 0 !important;
}
#apm-whats-new-rum .btn {
  background: #ff0000;
  padding: 16px 48px;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  transition: 250ms;
}
#apm-whats-new-rum .btn:hover {
  text-decoration: none;
  background-color: #d00505;
}
#apm-whats-new-rum .btn.green {
  background-color: #2c8c30;
}
@media screen and (max-width: 450px) {
  #apm-whats-new-rum .btn {
    padding: 16px 32px;
  }
}
#apm-whats-new-rum .banner-section {
  display: flex;
}
#apm-whats-new-rum .banner-section .banner-heading {
  width: 40%;
  background: #f0f4ec;
  height: 400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
	    box-sizing: border-box;
}
#apm-whats-new-rum .banner-section .banner-heading h1 {
  width: 400px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
#apm-whats-new-rum .banner-section .banner-heading h1::before {
  content: "";
  background: url("../images/banner-pattern.png");
  background-size: 100% 100%;
  width: 136px;
  height: 136px;
  position: absolute;
  top: -70px;
  left: -100px;
  z-index: -1;
}
#apm-whats-new-rum .banner-section .banner-heading h1::after {
  content: "";
  background: url("../images/banner-pattern.png");
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0%;
  right: 150px;
  z-index: -1;
}
#apm-whats-new-rum .banner-section .banner-slider-container {
  width: 60%;
  padding: 50px;
  background: #fffdf0;
  background-image: url(../images/banner-background-patten.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 70%;
  border-bottom-left-radius: 50px;
  position: relative;
	    box-sizing: border-box;
}
#apm-whats-new-rum .banner-section .banner-slider-container h2 {
  margin: 0;
}
#apm-whats-new-rum .banner-section .banner-slider-container p {
  max-width: 100%;
}
#apm-whats-new-rum .banner-section .banner-slider-container #whats-new-slider {
  width: 100%;
  max-width: 800px;
  margin: 0;
  border-radius: 10px;
  box-sizing: border-box;
 overflow: hidden;
}
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  #whats-new-slider
  img {
  width: calc(100% - 20px);
  padding: 10px;
	      background: linear-gradient(#e6e8e0, #ede7d0, #ead9ae);

}


#apm-whats-new-rum
  .banner-section
  .banner-slider-container
#whats-new-slider a {margin: 0px 0px 20px; display: inline-block; font-size: 17px; transition: all 0.3s;  transform: translateX(0px)
}
 .content-list{margin: 20px;}
 .content-list li{list-style: disc; margin-bottom: 10px;}
#apm-whats-new-rum .banner-section .banner-slider-container #whats-new-slider a:hover{text-decoration: none} 
#apm-whats-new-rum .banner-section .banner-slider-container #whats-new-slider a:hover .arrow{text-decoration: none;     transform: translateX(3px);
    transition: all 0.3s;
}

#apm-whats-new-rum .banner-section .banner-slider-container .slider-next-prev {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  position: absolute;
  left: -120px;
  top: 490px;
}
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  .slider-next-prev::after {
  content: "";
  width: 73px;
  height: 130px;
  position: absolute;
  left: 100px;
  bottom: -15px;
  pointer-events: none;
  background: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  .slider-next-prev
  .swiper-button-next,
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  .slider-next-prev
  .swiper-button-prev {
  all: unset;
  background-color: #373737;
  height: 45px;
  width: 45px;
  padding: 15px;
  box-sizing: border-box;
	  display: flex; align-items: center; justify-content: center;
}
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  .slider-next-prev
  .swiper-button-next::after,
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  .slider-next-prev
  .swiper-button-prev::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-right.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 13px;
}
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  .slider-next-prev
  .swiper-button-prev::after {
  background: url(../images/arrow-left.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#apm-whats-new-rum
  .banner-section
  .banner-slider-container
  .slider-next-prev
  .swiper-button-disabled {
  opacity: 0.4;
}


.swiper-pagination {    width: calc(100% - 100px);   max-width: 800px;}
.swiper-pagination-clickable .swiper-pagination-bullet{margin: 0px 2px !important;}

.archive-row .archive-image-container img.apm-404-image{ max-width: 100%;
    width: 500px;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width: 900px) {
  #apm-whats-new-rum .banner-section {
    flex-wrap: wrap;
  }
  #apm-whats-new-rum .banner-section .banner-heading {
    width: 100%;
    background: #fffdf0;
    height: 100%;
    padding: 36px 8px;
  }
  #apm-whats-new-rum .banner-section .banner-heading h1 {
    width: 100%; line-height: 1.2
  }
  #apm-whats-new-rum .banner-section .banner-heading h1::after {
    display: none;
  }
  #apm-whats-new-rum .banner-section .banner-slider-container {
    width: 100%;
    padding: 0px;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
  }
  #apm-whats-new-rum
    .banner-section
    .banner-slider-container
    #whats-new-slider {
    max-width: 100%;
  }
  #apm-whats-new-rum
    .banner-section
    .banner-slider-container
    .slider-next-prev {
    right: 20px;
    top: calc(100% - 80px);
  }
  #apm-whats-new-rum
    .banner-section
    .banner-slider-container
    .slider-next-prev::after {
    display: none;
  }
}
#apm-whats-new-rum .archive-section .archive-title {
  display: flex;
  align-items: center;
}
#apm-whats-new-rum .archive-section .archive-title h2 {
  border-bottom: 10px solid #ffc178;
  line-height: 0.5;
  margin: 0;
}
#apm-whats-new-rum .archive-section .archive-title .archive-year-select {
  margin-left: 20px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#apm-whats-new-rum .archive-section .archive-title .archive-year-select ul {
  position: absolute;
  display: none;
  top: 30px;
  background: #ffffff;
  z-index: 9;
  left: -10px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  width: 80px;
}
#apm-whats-new-rum .archive-section .archive-title .archive-year-select ul li {
  padding: 5px 10px;
  transition: all 300ms;
	font-size: 16px;
}
#apm-whats-new-rum
  .archive-section
  .archive-title
  .archive-year-select
  ul
  li:hover {
  background: #f5f5f5;
}
#apm-whats-new-rum
  .archive-section
  .archive-title
  .archive-year-select
  ul
  li.active {
  background: #ddd;
}
#apm-whats-new-rum
  .archive-section
  .archive-title
  .archive-year-select
  .arrow-down {
  margin-left: 8px;
  background-color: #d9d9d9;
  padding: 4px;
  border-radius: 50%;
}
#apm-whats-new-rum
  .archive-section
  .archive-title
  .archive-year-select.active
  ul {
  display: block;
  max-height: 150px;
  overflow: auto;
}
#apm-whats-new-rum
  .archive-section
  .archive-title
  .archive-year-select.active
  .arrow-down {
  transform: rotate(180deg);
}


#apm-whats-new-rum .archive-section .archive-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 20px;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container {
  width: 40%;
  margin-left: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  #apm-whats-new-rum .archive-section .archive-row .accordion-container {
    width: 100%;
  }
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion {
  margin-left: 24px;
  padding: 24px 0px;
  width: 100%;
  border-bottom: 1px solid #EAE8E8;
  position: relative;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion::before {
  content: "";
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -40px;
  top: 28px;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid #3E3E3E;
  background: radial-gradient(#3E3E3E 60%, #fff 40%);
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion::after {
  content: "";
  width: 0px;
  height: 100%;
  border-left: 1px solid #3E3E3E;
  display: block;
  position: absolute;
  left: -32px;
  top: 28px;
  border-radius: 50%;
  z-index: 1;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active::after {
  border-color: #D9D9D9;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active .accordion-heading svg {
  transform: rotate(180deg);
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active ~ .accordion::before {
  background: #ffffff;
  border: 1px solid #D9D9D9;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active ~ .accordion::after {
  border-color: #D9D9D9;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion:last-child {
  border-bottom: none;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion:last-child::after {
  border: none;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion:last-child .time-line-accordion {
  display: none;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-heading h5 {
  font-weight: 500;
  line-height: 1.5;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-heading svg {
  margin-top: 10px;
  min-width: 23px;
  max-width: 23px;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-content {
  margin-bottom: 10px;
  display: none;
  padding-right: 50px;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0px;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-content .image {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 900px) {
  #apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-content .image {
    display: block;
	  max-width: 100%;     border: 1px solid #ddd;
    border-radius: 6px;
  }
  #apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion .accordion-content .image img {
    width: 100%;
  }
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active {
  position: relative;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active .time-line-accordion {
  top: 40px;
  width: 100%;
  height: 0px;
  border-left: 1px solid #3E3E3E;
  position: absolute;
  left: -32px;
  padding-left: 33px;
	z-index: 2;
  animation: timeline 5s linear forwards;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active .time-line-accordion::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3E3E3E;
  box-sizing: border-box;
  z-index: 3;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active .time-line-accordion:hover::before, #apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active .time-line-accordion:hover {
  animation-play-state: paused;
}
#apm-whats-new-rum .archive-section .archive-row .accordion-container div[data-year] .accordion.active .accordion-content {
  display: block;
}
#apm-whats-new-rum .archive-section .archive-row .archive-image-container {
  width: 60%;
  margin-left: 50px;
  position: sticky;
  top: 120px;
  padding: 10px;
/*  border: 1px solid #DEE0C9;*/
  border-radius: 10px;
  box-shadow: 0px 3px 10px #ddd;	
	
}
@media screen and (max-width: 900px) {
  #apm-whats-new-rum .archive-section .archive-row .archive-image-container {
    display: none;
  }
}
#apm-whats-new-rum .archive-section .archive-row .archive-image-container img {
  max-width: 100%;
  overflow: hidden;
	display: block;
    margin: 0 auto;
    text-align: center;

}
#apm-whats-new-rum .archive-section .archive-row .archive-image-container img ~ img {
  display: none;
}
@keyframes timeline {
  0% {
    height: 10px;
  }
  100% {
    height: 100%;
  }
}
#apm-whats-new-rum .new-to-opmanager {
  background: #f0f4ec;
}
#apm-whats-new-rum .new-to-opmanager .cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#apm-whats-new-rum .new-to-opmanager .cta-row > div {
  width: 50%;
}
#apm-whats-new-rum .new-to-opmanager .cta-row .cta-content {
  display: flex;
}
#apm-whats-new-rum .new-to-opmanager .cta-row .cta-content h4 {
  margin-bottom: 15px;
}
#apm-whats-new-rum .new-to-opmanager .cta-row .cta-content h5 {
  margin-bottom: 25px;
}
#apm-whats-new-rum .new-to-opmanager .cta-row .cta-content > div {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #apm-whats-new-rum .new-to-opmanager .cta-row {
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  #apm-whats-new-rum .new-to-opmanager .cta-row > div {
    width: 100%;
    text-align: center;
  }
	
	#apm-whats-new-rum .banner-section .banner-slider-container {padding: 10px 15px; box-sizing: border-box;}
	#apm-whats-new-rum .banner-section .banner-slider-container .slider-next-prev{    display: inherit;
   gap: 5px;
    position: inherit;
    left: 0px;
    align-items: flex-start;
    display: flex;
    justify-content: center; margin-top: 15px;
	}
	.swiper-pagination {display: none;}
	
	
	
} /*# sourceMappingURL=apm-whats-new.css.map */

@media screen and (max-width: 640px) {
	#apm-whats-new-rum .new-to-opmanager .cta-row .cta-content{display: block}
	#apm-whats-new-rum .new-to-opmanager .cta-row .cta-content > div{width:100%; margin: 30px 0px;}	
	img[src*="#small-width"]{width: 100% !important;}
	
}

/*
@media (min-width: 901px) and (max-width: 1180px) {
	
	#apm-whats-new-rum .banner-section .banner-heading{width: 33%;}
	#apm-whats-new-rum .banner-section .banner-slider-container{width:67%;	padding:60px 31px; }
	#apm-whats-new-rum .banner-section .banner-heading h1{font-size: 42px;}
	
	
}
*/

