.te-diamond-integrations{
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background-image: url(https://www.triptease.com/hubfs/Diamond%20BG.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1478px;
  height: 870px;
  margin: 0 auto;
}

{#.te-diamond-integrations_mask {
  background: linear-gradient(180deg, rgba(27, 30, 39, 30%) 0%, rgba(153, 153, 153, 0%) 100%);
  flex-shrink: 0;
  width: 1440px;
  height: 870px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(https://www.triptease.com/hubfs/Diamond%20BG.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
} 

.diamond-bg {
  position: absolute;
  inset: 0;
  display: none;
}

.diamond-bg_1 {
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: linear-gradient(180deg, rgba(27, 30, 39, 0.30) 0%, rgba(153, 153, 153, 0.00) 100%);
  width: 290.67px;
  height: 290.67px;
  position: absolute;
  left: 513.04px;
  top: 389.54px;
  transform-origin: 0 0;
  transform: rotate(-45deg) scale(1, 1);
  display: none;
}

.diamond-bg_2 {
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: linear-gradient(180deg, rgba(27, 30, 39, 0.30) 0%, rgba(153, 153, 153, 0.00) 100%);
  width: 475.48px;
  height: 475.48px;
  position: absolute;
  left: 382.35px;
  top: 389.54px;
  transform-origin: 0 0;
  transform: rotate(-45deg) scale(1, 1);
  display: none;
}
.diamond-bg_3 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(27, 30, 39, 0.30) 0%, rgba(153, 153, 153, 0.00) 100%);
  width: 663.49px;
  height: 663.49px;
  position: absolute;
  left: 249.41px;
  top: 389.54px;
  transform-origin: 0 0;
  transform: rotate(-45deg) scale(1, 1);
  display: none;
}
.diamond-bg_4 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(27, 30, 39, 0.30) 0%, rgba(153, 153, 153, 0.00) 100%);
  width: 857.87px;
  height: 857.87px;
  position: absolute;
  left: 111.96px;
  top: 389.54px;
  transform-origin: 0 0;
  transform: rotate(-45deg) scale(1, 1);
  display: none;
}
.diamond-bg_5 {
  border: 1px solid rgba(255, 255, 255, 0.02);
  background: linear-gradient(180deg, rgba(27, 30, 39, 0.30) 0%, rgba(153, 153, 153, 0.00) 100%);
  width: 1044.49px;
  height: 1044.49px;
  position: absolute;
  left: -20px;
  top: 388.57px;
  transform-origin: 0 0;
  transform: rotate(-45deg) scale(1, 1);
  display: none;
} #}
.centered_logo {
  height: 16px;
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 186px;
  transform: translate(-50%, -50%);
}
.logos-wrapper {
  position: absolute;
  inset: 0;
}
.logo-item{
  background-color: #fff;
  border-radius: 8px;
  height: 96px;
  position: absolute;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img{
  border-radius: 8px;
  width: 64px;
  height: 64px;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes popOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.pop-in, .pop-in img {
  animation: popIn 1s ease-in-out forwards;
}

.pop-out, .pop-out img{
  animation: popOut 1s ease-in-out forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logos-fade-out {
  animation: fadeOut 1s ease-in-out;
}

.logos-fade-in {
  animation: fadeIn 1s ease-in-out;
}

{#
.logo-item-1 {       
  left: 410px;
  top: 725px;
}
.logo-item-2 {       
  left: 238px;
  top: 560px;
}
.logo-item-3 {       
  left: 237px;
  top: 255px;
}
.logo-item-4 {       
  left: 1130px;
  top: 255px;
}
.logo-item-5 {       
  left: 1125px;
  top: 560px;
}
.logo-item-6 {       
  left: 953px;
  top: 725px;
}
.logo-item-7 {       
  left: 855px;
  top: 560px;
}
.logo-item-8 {       
  left: 93px;
  top: 400px;
}
.logo-item-9 {       
  left: 684px;
  top: 725px;
}
.logo-item-10 {       
  left: 1008px;
  top: 400px;
}
.logo-item-11 {       
  left: 357px;
  top: 400px;
}
.logo-item-12 {        
  left: 510px;
  top: 560px;
}
.logo-item-13 {       
  left: 1272px;
  top: 400px;
} 
#}

.te-diamond-integrations_content{
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 24px;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}

.te-diamond-integrations_content .tagline-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}

.te-diamond-integrations_content .heading-text :is(h1, h2, h3, h4, h5, h6){ margin: 0;}

.te-diamond-integrations_content .rich-text p{
  font-size: 24px;
}

.te-diamond-integrations_content .rich-text a{
  color: #AA85F5 !important;
  font-weight: 400;
  text-decoration: underline;
}

.te-diamond-integrations_content .rich-text a:hover{}

@media screen and (max-width: 991px) {
  .logo-item{ width: 72px; height: 72px;}
  .logo-item img{ width: 48px; height: 48px;}
}

@media screen and (max-width: 767px) {
  .te-diamond-integrations{ 
    height: 100%; 
    max-width: 100%;
    padding: 64px 16px;
  }
  .centered_logo { display: none;}
  .te-diamond-integrations_content{ 
    position: relative;
    max-width: 100%;
    padding: 0;
    transform: none;
    top: auto;
    left: auto;
  }
  .logos-wrapper{ 
    position: relative;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .logo-item{ position: relative; }
  .te-diamond-integrations_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  {#.te-diamond-integrations_mask{ height: 653px;}
  .diamond-bg_1 {width: 230.005px; height: 230.005px;}
  .diamond-bg_2 {width: 376.254px; height: 376.254px;}
  .diamond-bg_3 {width: 525.023px; height: 525.023px;}
  .diamond-bg_4 {width: 678.836px; height: 678.836px;}
  .diamond-bg_5 {width: 826.513px; height: 826.513px;}
  #}
}