body
{
   margin: 0;
   overflow: hidden;
   background-color: #000000;
   font-family: "Poppins", sans-serif;
}
.announcement-banner
{
   position: fixed;
   top: -1px;
   left: 0;
   display: flex;
   align-items: center;
   width: 100%;
   height: 38px;
   padding: 8px 0;
   z-index: 99;
   backdrop-filter: blur(30px);
   -webkit-backdrop-filter: blur(30px);
   color: #000000;
   background-color: #DAB5F9;
   justify-content: center;
}
.AxiomSystemPageLayoutWrap
{
   background-color: transparent;
   position: relative;
   height: 100vh;
   max-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
}
.announcement-banner .full-link
{
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: space-around;
   width: 100%;
   padding: 0;
   z-index: 1;
   max-width: 1040px;
}
.announcement-banner .image-wrapper
{
   min-width: 112px;
   overflow: hidden;
   border-radius: 0px;
   flex: 1 1 0;
   padding-left: 20px;
}
.announcement-banner img
{
   max-width: 112px;
   height: auto;
   display: inline-block;
   transform: translate3d(0, 0, 0);
   vertical-align: middle;
   border-style: none;
}
.announcement-banner a
{
   display: inline-block;
   outline: none;
   font-family: inherit;
   font-size: 15px !important;
   line-height: inherit;
   letter-spacing: inherit;
   text-decoration: none;
   color: inherit;
   text-decoration: none;
   background-color: transparent;
}
.announcement-banner .animation-wrapper
{
   display: flex;
   justify-content: center;
   overflow: hidden;
   flex: 2 1 0;
}
.announcement-banner .text-wrapper
{
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
   overflow-wrap: normal;
   white-space: nowrap;
   overflow: hidden;
}
.announcement-banner p
{
   margin-bottom: 0;
   font-size: 15px !important;
   line-height: 22px;
   letter-spacing: -.002em;
   color: inherit;
   transition: .2s ease;
   max-width: 100%;
   margin-top: 0;
   white-space: wrap;
}
.announcement-banner .link-with-arrow
{
   position: relative;
   display: inline-flex;
   align-items: center;
   font-weight: 700;
   font-size: 15px;
   line-height: 22px;
   letter-spacing: -.2px;
   white-space: nowrap;
   color: #3F0061;
   transition: .2s ease;
   flex: 1 1 0;
   justify-content: right;
   padding-right: 20px;
}
.announcement-banner .link-with-arrow svg
{
   display: block;
   width: 16px;
   height: 16px;
   margin: 0 0 0 4px;
   transition: .2s ease;
   transform: translate(0, 0);
}
.announcement-banner .link-with-arrow svg path
{
   stroke: currentColor;
}
.announcement-banner:hover .link-with-arrow svg
{
    transform: translate(5px,0)    
}
.colored-block
{
   height: 10px;
   background-image: linear-gradient(to right, #0e6911 0, #0e6911 20%, #fff85c 20%, #fff85c 40%, #ff6ae6 40%, #ff6ae6 60%, #6d005b 60%, #6d005b 80%, #17996B 80%, #17996B 100%);
   width: 100%;
   position: fixed;
   top: 53px;
}
.AxiomSystemPageSimpleHead
{
   height: 48px;
   padding: 15px 0px;
   display: flex;
   justify-content: flex-start;
}
.AxiomSystemPageHeaderImage
{
   display: inline-block;
   vertical-align: middle;
   height: 48px;
}
.AxiomSystemPageCard
{
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   max-width: 1344px;
   margin: 0 auto;
   padding: 0 60px;
   z-index: 101;
}
.text
{
   max-width: 50%;
   margin: 0 auto;
   text-align: center;
}
.text p
{
   margin-top: 15px;
   margin-left: auto;
   margin-right: auto;
   opacity: 0.9;
   max-width: 100%;
   margin-bottom: 8px;
   font-size: 20px;
   line-height: 32px;
   letter-spacing: -0.2px;
   color: rgba(255, 255, 255, 0.8);
}
.video
{
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
}
.video video
{
   position: absolute;
   min-width: 100%;
   min-height: 100%;
   top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
}
h2
{
   margin: 0 0 8px;
   font-size: 40px;
   line-height: 56px;
   max-width: 100%;
   color: #fff;
   font-weight: 700;
   letter-spacing: -0.2px;
}

@media screen and (max-width: 1200px)
{
  .announcement-banner .link-with-arrow
  {
    margin-left: 34px;
    margin-right: 68px;
  }
  .announcement-banner .image-wrapper
   {
     margin-right: 34px;
   }
}

@media screen and (max-width: 1024px)
{
  .AxiomSystemPageLayoutWrap
  {
    padding: 81px 0;
    height: 50vh;
  }
}
@media screen and (max-width: 992px)
{
  h2
  {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px)
{
  .AxiomSystemPageCard
  {
    justify-content: center;
  }
  .text
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }
  .AxiomSystemPageLayoutWrap
  {
    padding: 120px 0;
  }
  .announcement-banner .link-with-arrow
  {
    margin-left: 24px;
    margin-right: 0;
  }
  .announcement-banner p
  {
    font-size: 13px !important;
    line-height: 14px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 576px)
{
  .text
  {
    width: 100%;
    padding: 0 0 0;
  }
  .text p
  {
    max-width: 80%;
    margin-top: 0;
    font-size: 16px;
  }
  .AxiomSystemPageLayoutWrap
  {
    padding: 125px 0 100px;
  }
  .AxiomSystemPageCard
  {
    padding: 0 36px;
  }
}
