 @media screen and (min-width:980px) {
          .t-records {
            opacity: 0;
          }
          .t-records_animated {
            -webkit-transition: opacity ease-in-out .5s;
            -moz-transition: opacity ease-in-out .5s;
            -o-transition: opacity ease-in-out .5s;
            transition: opacity ease-in-out .5s;
          }
          .t-records.t-records_visible,
          .t-records .t-records {
            opacity: 1;
          }
        }
		
#rec568729875 .t794__tooltip-menu,
        a[data-tooltip-menu-id="568729875"] + .t794__tooltip-menu {
          background-color: #ffffff;
          text-align: center;
          max-width: 270px;
          border-radius: 10px;
        }
        
        #rec568729875 .t794__content {
          background-color: #ffffff;
          border-radius: 10px;
        }
        
        #rec568729875 .t794__tooltip-menu-corner {
          background-color: #ffffff;
          top: -6.5px;
          border-color: #eee;
          border-width: 0;
          border-style: none;
        }
        
        @media screen and (max-width:980px) {
          a[data-tooltip-menu-id="568729875"] + .t794__tooltip-menu {
            max-width: 100%;
          }
        }
#rec568729875 .t794__typo.t-active,
        a[data-tooltip-menu-id="568729875"] + .t794__tooltip-menu .t794__typo.t-active {
          color: #000000 !important;
          font-weight: 600 !important;
        }
		
        #rec568729875 .t794__typo:not(.t-active):hover {
          color: #000000 !important;
        }
		#rec568729875 .t794__tooltip-menu,
        a[data-tooltip-menu-id="568729875"] + .t794__tooltip-menu {
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        }
		.t-body {
                overflow: overlay !important;
              }
              
              ::-webkit-scrollbar {
                cursor: grab !important;
                width: 20px;
                background-color: transparent;
              }
              
              ::-webkit-scrollbar {
                cursor: grab !important;
              }
              
              ::-webkit-scrollbar-thumb {
                cursor: grab !important;
                background-color: rgb(0 0 0 / 50%);
                border-radius: 10px;
                border: 6px solid rgba(0, 0, 0, 0);
                background-clip: padding-box;
              }
            .t-menuburger {
              position: relative;
              flex-shrink: 0;
              width: 28px;
              height: 20px;
              padding: 0;
              border: none;
              background-color: transparent;
              outline: none;
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
              transition: transform .5s ease-in-out;
              cursor: pointer;
              z-index: 999;
            }
            
            .t-menuburger span {
              display: block;
              position: absolute;
              width: 100%;
              opacity: 1;
              left: 0;
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
              transition: .25s ease-in-out;
              height: 3px;
              background-color: #000;
            }
            
            .t-menuburger span:nth-child(1) {
              top: 0px;
            }
            
            .t-menuburger span:nth-child(2),
            .t-menuburger span:nth-child(3) {
              top: 8px;
            }
            
            .t-menuburger span:nth-child(4) {
              top: 16px;
            }
            
            .t-menuburger__big {
              width: 42px;
              height: 32px;
            }
            
            .t-menuburger__big span {
              height: 5px;
            }
            
            .t-menuburger__big span:nth-child(2),
            .t-menuburger__big span:nth-child(3) {
              top: 13px;
            }
            
            .t-menuburger__big span:nth-child(4) {
              top: 26px;
            }
            
            .t-menuburger__small {
              width: 22px;
              height: 14px;
            }
            
            .t-menuburger__small span {
              height: 2px;
            }
            
            .t-menuburger__small span:nth-child(2),
            .t-menuburger__small span:nth-child(3) {
              top: 6px;
            }
            
            .t-menuburger__small span:nth-child(4) {
              top: 12px;
            }
            
            .t-menuburger-opened span:nth-child(1) {
              top: 8px;
              width: 0%;
              left: 50%;
            }
            
            .t-menuburger-opened span:nth-child(2) {
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
            }
            
            .t-menuburger-opened span:nth-child(3) {
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
            }
            
            .t-menuburger-opened span:nth-child(4) {
              top: 8px;
              width: 0%;
              left: 50%;
            }
            
            .t-menuburger-opened.t-menuburger__big span:nth-child(1) {
              top: 6px;
            }
            
            .t-menuburger-opened.t-menuburger__big span:nth-child(4) {
              top: 18px;
            }
            
            .t-menuburger-opened.t-menuburger__small span:nth-child(1),
            .t-menuburger-opened.t-menuburger__small span:nth-child(4) {
              top: 6px;
            }
            
            @media (hover),
            (min-width:0\0) {
              .t-menuburger_first:hover span:nth-child(1) {
                transform: translateY(1px);
              }
              .t-menuburger_first:hover span:nth-child(4) {
                transform: translateY(-1px);
              }
              .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
                transform: translateY(3px);
              }
              .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
                transform: translateY(-3px);
              }
            }
            
            .t-menuburger_second span:nth-child(2),
            .t-menuburger_second span:nth-child(3) {
              width: 80%;
              left: 20%;
              right: 0;
            }
            
            @media (hover),
            (min-width:0\0) {
              .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
              .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
                animation: t-menuburger-anim 0.3s ease-out normal forwards;
              }
              .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
              .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
                animation: t-menuburger-anim2 0.3s ease-out normal forwards;
              }
            }
            
            .t-menuburger_second.t-menuburger-opened span:nth-child(2),
            .t-menuburger_second.t-menuburger-opened span:nth-child(3) {
              left: 0;
              right: 0;
              width: 100%!important;
            }
            
            .t-menuburger_third span:nth-child(4) {
              width: 70%;
              left: unset;
              right: 0;
            }
            
            @media (hover),
            (min-width:0\0) {
              .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
                width: 100%;
              }
            }
            
            .t-menuburger_third.t-menuburger-opened span:nth-child(4) {
              width: 0!important;
              right: 50%;
            }
            
            .t-menuburger_fourth {
              height: 12px;
            }
            
            .t-menuburger_fourth.t-menuburger__small {
              height: 8px;
            }
            
            .t-menuburger_fourth.t-menuburger__big {
              height: 18px;
            }
            
            .t-menuburger_fourth span:nth-child(2),
            .t-menuburger_fourth span:nth-child(3) {
              top: 4px;
              opacity: 0;
            }
            
            .t-menuburger_fourth span:nth-child(4) {
              top: 8px;
            }
            
            .t-menuburger_fourth.t-menuburger__small span:nth-child(2),
            .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
              top: 3px;
            }
            
            .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
              top: 6px;
            }
            
            .t-menuburger_fourth.t-menuburger__small span:nth-child(2),
            .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
              top: 3px;
            }
            
            .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
              top: 6px;
            }
            
            .t-menuburger_fourth.t-menuburger__big span:nth-child(2),
            .t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
              top: 6px;
            }
            
            .t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
              top: 12px;
            }
            
            @media (hover),
            (min-width:0\0) {
              .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
                transform: translateY(1px);
              }
              .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
                transform: translateY(-1px);
              }
              .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
                transform: translateY(3px);
              }
              .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
                transform: translateY(-3px);
              }
            }
            
            .t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
            .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
              top: 4px;
            }
            
            .t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
            .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
              opacity: 1;
            }
            
            @keyframes t-menuburger-anim {
              0% {
                width: 80%;
                left: 20%;
                right: 0;
              }
              50% {
                width: 100%;
                left: 0;
                right: 0;
              }
              100% {
                width: 80%;
                left: 0;
                right: 20%;
              }
            }
            
            @keyframes t-menuburger-anim2 {
              0% {
                width: 80%;
                left: 0;
              }
              50% {
                width: 100%;
                right: 0;
                left: 0;
              }
              100% {
                width: 80%;
                left: 20%;
                right: 0;
              }
            }
			
			        @media (hover:hover),
        (min-width:0\0) {
          #rec567240217 .t-btn:not(.t-animate_no-hover):hover {
            color: #292929 !important;
            background-color: #f5f5f5 !important;
          }
          #rec567240217 .t-btn:not(.t-animate_no-hover):focus-visible {
            color: #292929 !important;
            background-color: #f5f5f5 !important;
          }
          #rec567240217 .t-btn:not(.t-animate_no-hover) {
            transition-property: background-color, color, border-color, box-shadow;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
          }
          #rec567240217 .t-btntext:not(.t-animate_no-hover):hover {
            color: #292929 !important;
          }
          #rec567240217 .t-btntext:not(.t-animate_no-hover):focus-visible {
            color: #292929 !important;
          }
        }
		 #rec567240217 .t-menu__link-item {}
        
        @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
          #rec567240217 .t-menu__link-item,
          #rec567240217 .t-menu__link-item.t-active {
            opacity: 1 !important;
          }
        }
		 #rec567240217 a.t-menusub__link-item {
          font-size: 14px;
          color: #8f8f87;
          font-weight: 400;
        }
		 #rec567240217 a.t-menu__link-item {
          font-size: 16px;
          color: #000000;
          font-weight: 400;
          font-family: 'Jost';
        }
		
		#rec817183165 .t396__artboard {
          height: 580px;
        }
        
        #rec817183165 .t396__filter {
          height: 580px;
        }
        
        #rec817183165 .t396__carrier {
          height: 580px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec817183165 .t396__artboard,
          #rec817183165 .t396__filter,
          #rec817183165 .t396__carrier {}
          #rec817183165 .t396__filter {}
          #rec817183165 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec817183165 .t396__artboard,
          #rec817183165 .t396__filter,
          #rec817183165 .t396__carrier {}
          #rec817183165 .t396__filter {}
          #rec817183165 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec817183165 .t396__artboard,
          #rec817183165 .t396__filter,
          #rec817183165 .t396__carrier {}
          #rec817183165 .t396__filter {}
          #rec817183165 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec817183165 .t396__artboard,
          #rec817183165 .t396__filter,
          #rec817183165 .t396__carrier {
            height: 508px;
          }
          #rec817183165 .t396__filter {}
          #rec817183165 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730040269012"] {
          z-index: 3;
          top: -11px;
          left: calc(50% - 600px + -136px);
          width: 1453px;
          height: 87px;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730040269012"] .tn-atom {
          opacity: 0.45;
          background-color: #000;
          background-position: center center;
          background-attachment: fixed;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec817183165 .t396_safari .tn-elem[data-elem-id="1730040269012"] .tn-atom {
          transform: none;
        }
        
        @media screen and (max-width:1199px) {
          #rec817183165 .tn-elem[data-elem-id="1730040269012"] .tn-atom {
            background-size: cover;
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec817183165 .tn-elem[data-elem-id="1730040269012"] .tn-atom {
            background-size: cover;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec817183165 .tn-elem[data-elem-id="1730040269012"] .tn-atom {
            background-size: cover;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1730040269012"] .tn-atom {
            background-size: cover;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677706538260"] {
          z-index: 4;
          top: 55px;
          left: calc(50% - 600px + 23px);
          width: 937px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677706538260"] .tn-atom {
          opacity: 0.05;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677706538260"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
        
        #rec817183165 .tn-elem[data-elem-id="1678637631484"] {
          color: #000000;
          z-index: 5;
          top: 21px;
          left: calc(50% - 600px + 220px);
          width: 69px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678637631484"] .tn-atom {
          color: #000000;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec817183165 .tn-elem[data-elem-id="1678637631484"] {
            top: 21px;
            left: calc(50% - 480px + 297px);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1678637631484"] {
            top: 10px;
            left: calc(50% - 160px + -117px);
            width: 52px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1678637631484"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678586421954"] {
          color: #000000;
          z-index: 6;
          top: -119px;
          left: calc(50% - 600px + 1020px);
          width: 160px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678586421954"] .tn-atom {
          color: #000000;
          font-size: 18px;
          font-family: 'Arial', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1678586421954"] {
            top: -50px;
            left: calc(50% - 160px + 100px);
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1678586421954"] .tn-atom {
            font-size: 8px;
            background-size: cover;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677699076561"] {
          z-index: 8;
          top: 730px;
          left: calc(50% - 600px + 1649px);
          width: 215px;
          height: 213px;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677699076561"] .tn-atom {
          border-radius: 20px;
          background-color: #e7f0ed;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1677699076561"] {
            top: 770px;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677702468253"] {
          color: #000000;
          z-index: 9;
          top: 871px;
          left: calc(50% - 600px + 1669px);
          width: 172px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677702468253"] .tn-atom {
          color: #000000;
          font-size: 15px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1677702468253"] {
            top: 911px;
            height: auto;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677701851339"] {
          color: #000000;
          z-index: 10;
          top: 787px;
          left: calc(50% - 600px + 1669px);
          width: 94px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677701851339"] .tn-atom {
          color: #000000;
          font-size: 47px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1677701851339"] {
            top: 827px;
            height: auto;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677702542512"] {
          color: #5c9487;
          z-index: 11;
          top: 750px;
          left: calc(50% - 600px + 1669px);
          width: 53px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677702542512"] .tn-atom {
          color: #5c9487;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1677702542512"] {
            top: 790px;
            height: auto;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678589384244"] {
          color: #876f03;
          z-index: 12;
          top: -29px;
          left: calc(50% - 600px + 334px);
          width: 46px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678589384244"] .tn-atom {
          color: #876f03;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec817183165 .tn-elem[data-elem-id="1678589384244"] {
            top: 21px;
            left: calc(50% - 480px + 215px);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1678589384244"] {
            top: 10px;
            left: calc(50% - 160px + -251px);
            width: 47px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1678589384244"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678587381762"] {
          z-index: 13;
          top: -875px;
          left: calc(50% - 600px + 28px);
          width: 1173px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678587381762"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678587381762"] .tn-atom__vector svg {
          display: block;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1678587381762"] {
            top: 1px;
            left: calc(50% - 160px + -382px);
            width: 298px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1678587381762"] .tn-atom {
            background-size: cover;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678586504011"] {
          color: #000000;
          z-index: 14;
          top: 20px;
          left: calc(50% - 600px + 38px);
          width: 53px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1678586504011"] .tn-atom {
          color: #000000;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec817183165 .tn-elem[data-elem-id="1678586504011"] {
            top: 21px;
            left: calc(50% - 480px + 40px);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1678586504011"] {
            top: 10px;
            left: calc(50% - 160px + -50px);
            width: 52px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1678586504011"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679441566580"] {
          z-index: 22;
          top: -266px;
          left: calc(50% - 600px + -466px);
          width: 157px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679441566580"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679441566580"] .tn-atom__vector svg {
          display: block;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1679441566580"] {
            top: 266px;
            left: calc(50% - 160px + 3px);
            width: 313px;
            height: auto;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679535605147"] {
          color: #000000;
          text-align: right;
          z-index: 23;
          top: 17px;
          left: calc(50% - 600px + 740px);
          width: 194px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679535605147"] .tn-atom {
          color: #000000;
          font-size: 10px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.25;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1679535605147"] {
            top: -54px;
            left: calc(50% - 160px + -208px);
            width: 121px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1679535605147"] .tn-atom {
            font-size: 9px;
            background-size: cover;
            opacity: 0.55;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677767386353"] {
          color: #876f03;
          text-align: right;
          z-index: 24;
          top: -85px;
          left: calc(50% - 600px + 745px);
          width: 149px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677767386353"] .tn-atom {
          color: #876f03;
          font-size: 10px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.25;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1677767386353"] {
            top: 17px;
            left: calc(50% - 160px + 130px);
            width: 134px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1677767386353"] {
            color: #000000;
          }
          #rec817183165 .tn-elem[data-elem-id="1677767386353"] .tn-atom {
            color: #000000;
            font-size: 9px;
            background-size: cover;
            opacity: 1;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1681948354462"] {
          text-align: left;
          z-index: 25;
          top: 377px;
          left: calc(50% - 600px + -1037px);
          width: 180px;
          height: 46px;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1681948354462"] .tn-atom {
          color: transparent;
          font-size: 14px;
          font-family: 'Arial', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          border-radius: 15px;
          opacity: 0.1;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec817183165 .tn-elem[data-elem-id="1681948354462"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1681948354462"] {
            top: 277px;
            left: calc(50% - 160px + 19px);
            width: 113px;
            height: 36px;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1696611089877"] {
          z-index: 26;
          top: 6px;
          left: calc(50% - 600px + 525px);
          width: 150px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1696611089877"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1696611089877"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1696611089877"] {
            top: 11px;
            left: calc(50% - 160px + -96px);
            width: 75px;
            height: auto;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677764485043"] {
          color: #ffffff;
          z-index: 28;
          top: 361px;
          left: calc(50% - 600px + -626px);
          width: 109px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677764485043"] .tn-atom {
          color: #ffffff;
          font-size: 15px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1677764485043"] {
            top: 289px;
            left: calc(50% - 160px + 37px);
            width: 70px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1677764485043"] .tn-atom {
            font-size: 9px;
            background-size: cover;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679534652029"] {
          z-index: 29;
          top: 365px;
          left: calc(50% - 600px + -509px);
          width: 17px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679534652029"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1679534652029"] .tn-atom__vector svg {
          display: block;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1679534652029"] {
            top: 291px;
            left: calc(50% - 160px + 104px);
            width: 11px;
            height: auto;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677770112358"] {
          z-index: 30;
          top: 349px;
          left: calc(50% - 600px + -650px);
          width: 179px;
          height: 46px;
        }
        
        @media (min-width:1200px) {
          #rec817183165 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770112358"] {
            opacity: 0;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1677770112358"] .tn-atom {
          border-width: 1px;
          border-radius: 15px;
          background-position: center center;
          border-color: #ffffff;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1677770112358"] {
            top: 280px;
            left: calc(50% - 160px + 20px);
            width: 110px;
            height: 31px;
            border-radius: 9px;
          }
          #rec817183165 .tn-elem[data-elem-id="1677770112358"] .tn-atom {
            background-size: cover;
            border-radius: 9px;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1701897341204"] {
          color: #000000;
          z-index: 31;
          top: 21px;
          left: calc(50% - 600px + 110px);
          width: 53px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1701897341204"] .tn-atom {
          color: #000000;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec817183165 .tn-elem[data-elem-id="1701897341204"] {
            left: calc(50% - 480px + 147pxpx);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1701897341204"] {
            top: 30pxpx;
            left: calc(50% - 160px + -166pxpx);
            width: 51px;
            height: auto;
          }
          #rec817183165 .tn-elem[data-elem-id="1701897341204"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730032828200"] {
          color: #000000;
          text-align: center;
          z-index: 32;
          top: 13px;
          left: calc(50% - 600px + 957px);
          width: 134px;
          height: 32px;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730032828200"] .tn-atom {
          color: #000000;
          font-size: 16px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          border-width: 1px;
          border-radius: 15px;
          background-position: center center;
          border-color: #000000;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec817183165 .tn-elem[data-elem-id="1730032828200"] {
            top: 46px;
            left: calc(50% - 160px + 158px);
            width: 165px;
            height: 37px;
            border-radius: 10px;
          }
          #rec817183165 .tn-elem[data-elem-id="1730032828200"] .tn-atom {
            font-size: 18px;
            background-size: cover;
            border-radius: 10px;
            opacity: 0;
          }
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730042961542"] {
          color: #ffffff;
          text-align: center;
          z-index: 33;
          top: 259px;
          left: calc(50% - 600px + 332px);
          width: 496px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730042961542"] .tn-atom {
          color: #ffffff;
          font-size: 45px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
        
        #rec817183165 .tn-elem[data-elem-id="1730044850664"] {
          color: #ffffff;
          z-index: 34;
          top: 312px;
          left: calc(50% - 600px + 587px);
          width: 207px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730044850664"] .tn-atom {
          color: #ffffff;
          font-size: 45px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
        
        #rec817183165 .tn-elem[data-elem-id="1730044915597"] {
          color: #ffffff;
          z-index: 35;
          top: 312px;
          left: calc(50% - 600px + 434px);
          width: 207px;
          height: auto;
        }
        
        #rec817183165 .tn-elem[data-elem-id="1730044915597"] .tn-atom {
          color: #ffffff;
          font-size: 45px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
		
		#rec818256361 .t396__artboard {
          height: 590px;
        }
        
        #rec818256361 .t396__filter {
          height: 590px;
        }
        
        #rec818256361 .t396__carrier {
          height: 590px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec818256361 .t396__artboard,
          #rec818256361 .t396__filter,
          #rec818256361 .t396__carrier {}
          #rec818256361 .t396__filter {}
          #rec818256361 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec818256361 .t396__artboard,
          #rec818256361 .t396__filter,
          #rec818256361 .t396__carrier {}
          #rec818256361 .t396__filter {}
          #rec818256361 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec818256361 .t396__artboard,
          #rec818256361 .t396__filter,
          #rec818256361 .t396__carrier {}
          #rec818256361 .t396__filter {}
          #rec818256361 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec818256361 .t396__artboard,
          #rec818256361 .t396__filter,
          #rec818256361 .t396__carrier {
            height: 658px;
          }
          #rec818256361 .t396__filter {}
          #rec818256361 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730210260026"] {
          z-index: 2;
          top: 20px;
          left: 120px;
          width: 560px;
          height: 170px;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730210260026"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1730210260026"] {
            top: 0px;
            left: -29px;
            width: 489px;
            height: 651px;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730040269012"] {
          z-index: 3;
          top: -11px;
          left: calc(50% - 600px + -136px);
          width: 1453px;
          height: 87px;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730040269012"] .tn-atom {
          opacity: 0.6;
          background-color: #000;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
        
        #rec818256361 .tn-elem[data-elem-id="1677706538260"] {
          z-index: 4;
          top: 55px;
          left: calc(50% - 600px + 23px);
          width: 937px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677706538260"] .tn-atom {
          opacity: 0.05;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677706538260"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
        
        #rec818256361 .tn-elem[data-elem-id="1678637631484"] {
          color: #000000;
          z-index: 5;
          top: 21px;
          left: calc(50% - 600px + 220px);
          width: 69px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678637631484"] .tn-atom {
          color: #000000;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec818256361 .tn-elem[data-elem-id="1678637631484"] {
            top: 21px;
            left: calc(50% - 480px + 297px);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1678637631484"] {
            top: 10px;
            left: calc(50% - 160px + -117px);
            width: 52px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1678637631484"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678586421954"] {
          color: #000000;
          z-index: 11;
          top: -119px;
          left: calc(50% - 600px + 1020px);
          width: 160px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678586421954"] .tn-atom {
          color: #000000;
          font-size: 18px;
          font-family: 'Arial', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1678586421954"] {
            top: -50px;
            left: calc(50% - 160px + 100px);
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1678586421954"] .tn-atom {
            font-size: 8px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677699076561"] {
          z-index: 6;
          top: 730px;
          left: calc(50% - 600px + 1649px);
          width: 215px;
          height: 213px;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677699076561"] .tn-atom {
          border-radius: 20px;
          background-color: #e7f0ed;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1677699076561"] {
            top: 770px;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677702468253"] {
          color: #000000;
          z-index: 7;
          top: 871px;
          left: calc(50% - 600px + 1669px);
          width: 172px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677702468253"] .tn-atom {
          color: #000000;
          font-size: 15px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1677702468253"] {
            top: 911px;
            height: auto;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677701851339"] {
          color: #000000;
          z-index: 8;
          top: 787px;
          left: calc(50% - 600px + 1669px);
          width: 94px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677701851339"] .tn-atom {
          color: #000000;
          font-size: 47px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1677701851339"] {
            top: 827px;
            height: auto;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677702542512"] {
          color: #5c9487;
          z-index: 9;
          top: 750px;
          left: calc(50% - 600px + 1669px);
          width: 53px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677702542512"] .tn-atom {
          color: #5c9487;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1677702542512"] {
            top: 790px;
            height: auto;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678589384244"] {
          color: #876f03;
          z-index: 12;
          top: -29px;
          left: calc(50% - 600px + 334px);
          width: 46px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678589384244"] .tn-atom {
          color: #876f03;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec818256361 .tn-elem[data-elem-id="1678589384244"] {
            top: 21px;
            left: calc(50% - 480px + 215px);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1678589384244"] {
            top: 10px;
            left: calc(50% - 160px + -251px);
            width: 47px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1678589384244"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678587381762"] {
          z-index: 18;
          top: -875px;
          left: calc(50% - 600px + 28px);
          width: 1173px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678587381762"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678587381762"] .tn-atom__vector svg {
          display: block;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1678587381762"] {
            top: 1px;
            left: calc(50% - 160px + -382px);
            width: 298px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1678587381762"] .tn-atom {
            background-size: cover;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678586504011"] {
          color: #000000;
          z-index: 19;
          top: 20px;
          left: calc(50% - 600px + 38px);
          width: 53px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1678586504011"] .tn-atom {
          color: #000000;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec818256361 .tn-elem[data-elem-id="1678586504011"] {
            top: 21px;
            left: calc(50% - 480px + 40px);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1678586504011"] {
            top: 10px;
            left: calc(50% - 160px + -50px);
            width: 52px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1678586504011"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679441566580"] {
          z-index: 23;
          top: -266px;
          left: calc(50% - 600px + -466px);
          width: 157px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679441566580"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679441566580"] .tn-atom__vector svg {
          display: block;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1679441566580"] {
            top: 237px;
            left: calc(50% - 160px + -597px);
            width: 313px;
            height: auto;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679535605147"] {
          color: #000000;
          text-align: right;
          z-index: 24;
          top: 18px;
          left: calc(50% - 600px + 792px);
          width: 194px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679535605147"] .tn-atom {
          color: #000000;
          font-size: 10px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.25;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1679535605147"] {
            top: -54px;
            left: calc(50% - 160px + -208px);
            width: 121px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1679535605147"] .tn-atom {
            font-size: 9px;
            background-size: cover;
            opacity: 0.55;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677767386353"] {
          color: #876f03;
          text-align: right;
          z-index: 25;
          top: -85px;
          left: calc(50% - 600px + 745px);
          width: 149px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677767386353"] .tn-atom {
          color: #876f03;
          font-size: 10px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.25;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1677767386353"] {
            top: 17px;
            left: calc(50% - 160px + 130px);
            width: 134px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1677767386353"] {
            color: #000000;
          }
          #rec818256361 .tn-elem[data-elem-id="1677767386353"] .tn-atom {
            color: #000000;
            font-size: 9px;
            background-size: cover;
            opacity: 1;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1681948354462"] {
          text-align: left;
          z-index: 26;
          top: 377px;
          left: calc(50% - 600px + -1037px);
          width: 180px;
          height: 46px;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1681948354462"] .tn-atom {
          color: transparent;
          font-size: 14px;
          font-family: 'Arial', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          border-radius: 15px;
          opacity: 0.1;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec818256361 .tn-elem[data-elem-id="1681948354462"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1681948354462"] {
            top: 277px;
            left: calc(50% - 160px + 19px);
            width: 113px;
            height: 36px;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1696611089877"] {
          z-index: 27;
          top: 6px;
          left: calc(50% - 600px + 525px);
          width: 150px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1696611089877"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1696611089877"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1696611089877"] {
            top: 11px;
            left: calc(50% - 160px + -96px);
            width: 75px;
            height: auto;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1701897341204"] {
          color: #000000;
          z-index: 28;
          top: 21px;
          left: calc(50% - 600px + 110px);
          width: 53px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1701897341204"] .tn-atom {
          color: #000000;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec818256361 .tn-elem[data-elem-id="1701897341204"] {
            left: calc(50% - 480px + 147pxpx);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1701897341204"] {
            top: 30pxpx;
            left: calc(50% - 160px + -166pxpx);
            width: 51px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1701897341204"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677764485043"] {
          color: #ffffff;
          z-index: 20;
          top: 361px;
          left: calc(50% - 600px + -626px);
          width: 109px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677764485043"] .tn-atom {
          color: #ffffff;
          font-size: 15px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1677764485043"] {
            top: 286px;
            left: calc(50% - 160px + -371px);
            width: 45px;
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1677764485043"] .tn-atom {
            font-size: 9px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679534652029"] {
          z-index: 21;
          top: 365px;
          left: calc(50% - 600px + -509px);
          width: 17px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679534652029"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1679534652029"] .tn-atom__vector svg {
          display: block;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1679534652029"] {
            top: 287px;
            left: calc(50% - 160px + -327px);
            width: 7px;
            height: auto;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677770112358"] {
          z-index: 22;
          top: 349px;
          left: calc(50% - 600px + -650px);
          width: 179px;
          height: 46px;
        }
        
        @media (min-width:1200px) {
          #rec818256361 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770112358"] {
            opacity: 0;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1677770112358"] .tn-atom {
          border-width: 1px;
          border-radius: 15px;
          background-position: center center;
          border-color: #ffffff;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1677770112358"] {
            top: 280px;
            left: calc(50% - 160px + -382px);
            width: 71px;
            height: 20px;
            border-radius: 9px;
          }
          #rec818256361 .tn-elem[data-elem-id="1677770112358"] .tn-atom {
            background-size: cover;
            border-radius: 9px;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730032828200"] {
          color: #000000;
          text-align: center;
          z-index: 29;
          top: 13px;
          left: calc(50% - 600px + 1004px);
          width: 176px;
          height: 42px;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730032828200"] .tn-atom {
          color: #000000;
          font-size: 16px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          border-width: 1px;
          border-radius: 15px;
          background-position: center center;
          border-color: #000000;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1730032828200"] {
            top: 46px;
            left: calc(50% - 160px + 158px);
            width: 165px;
            height: 37px;
            border-radius: 10px;
          }
          #rec818256361 .tn-elem[data-elem-id="1730032828200"] .tn-atom {
            font-size: 18px;
            background-size: cover;
            border-radius: 10px;
            opacity: 0;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730042961542"] {
          color: #ffffff;
          text-align: center;
          z-index: 30;
          top: 259px;
          left: calc(50% - 600px + 332px);
          width: 496px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730042961542"] .tn-atom {
          color: #ffffff;
          font-size: 45px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1730042961542"] {
            top: 298px;
            left: calc(50% - 160px + -85px);
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1730042961542"] .tn-atom {
            font-size: 35px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730044850664"] {
          color: #ffffff;
          z-index: 31;
          top: 312px;
          left: calc(50% - 600px + 587px);
          width: 207px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730044850664"] .tn-atom {
          color: #ffffff;
          font-size: 45px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1730044850664"] {
            top: 337px;
            left: calc(50% - 160px + 150px);
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1730044850664"] .tn-atom {
            font-size: 35px;
            background-size: cover;
          }
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730044915597"] {
          color: #ffffff;
          z-index: 32;
          top: 312px;
          left: calc(50% - 600px + 434px);
          width: 207px;
          height: auto;
        }
        
        #rec818256361 .tn-elem[data-elem-id="1730044915597"] .tn-atom {
          color: #ffffff;
          font-size: 45px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec818256361 .tn-elem[data-elem-id="1730044915597"] {
            top: 337px;
            left: calc(50% - 160px + 35px);
            height: auto;
          }
          #rec818256361 .tn-elem[data-elem-id="1730044915597"] .tn-atom {
            font-size: 35px;
            background-size: cover;
          }
        }
		
		.header_hidden_top {
                overflow: hidden;
                opacity: 1;
                transition: all 1.2s ease-out;
              }
              
              .header_hidden_top .tn-atom {
                overflow: hidden;
                opacity: 0;
              }
              
              .header_hidden_topVisible .tn-atom {
                animation: an_6 1s 1 both;
                animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
                /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
                animation-delay: 0.5s;
              }
              
              @keyframes an_6 {
                from {
                  opacity: 0;
                  transform: perspective(1000px) translate3d(0px, 200px, 0px) rotate3d(-100, 0, 0, 0deg);
                }
                to {
                  opacity: 1;
                  transform: perspective(500px) translate3d(0, 0, 0);
                }
              }
			  
			  #rec817183241 .t001__uptitle {
          text-transform: uppercase;
        }
        
        #rec817183241 .t001__title {
          font-weight: 400;
        }
        
        @media screen and (min-width:900px) {
          #rec817183241 .t001__title {
            font-size: 55px;
          }
        }
		#rec819810580 .t396__artboard {
          position: absolute;
          width: 100%;
          z-index: 990;
        }
        
        #rec819810580 .t396__artboard {
          height: 600px;
          background-color: #6e6e6e;
          overflow: auto;
        }
        
        #rec819810580 .t396__filter {
          height: 600px;
        }
        
        #rec819810580 .t396__carrier {
          height: 600px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec819810580 .t396__artboard,
          #rec819810580 .t396__filter,
          #rec819810580 .t396__carrier {}
          #rec819810580 .t396__filter {}
          #rec819810580 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec819810580 .t396__artboard,
          #rec819810580 .t396__filter,
          #rec819810580 .t396__carrier {}
          #rec819810580 .t396__filter {}
          #rec819810580 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec819810580 .t396__artboard,
          #rec819810580 .t396__filter,
          #rec819810580 .t396__carrier {}
          #rec819810580 .t396__filter {}
          #rec819810580 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec819810580 .t396__artboard,
          #rec819810580 .t396__filter,
          #rec819810580 .t396__carrier {
            height: 504px;
          }
          #rec819810580 .t396__filter {}
          #rec819810580 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1730721720567"] {
          color: #ffffff;
          z-index: 3;
          top: 24px;
          left: calc(50% - 600px + 391px);
          width: 638px;
          height: auto;
        }
        
        #rec819810580 .tn-elem[data-elem-id="1730721720567"] .tn-atom {
          vertical-align: middle;
          color: #ffffff;
          font-size: 31px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.85;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec819810580 .tn-elem[data-elem-id="1730721720567"] {
            top: 7px;
            left: calc(50% - 160px + 19px);
            width: 253px;
            height: auto;
          }
          #rec819810580 .tn-elem[data-elem-id="1730721720567"] .tn-atom {
            font-size: 35px;
            line-height: 1.55;
            background-size: cover;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1730804012520"] {
          z-index: 4;
          top: 21px;
          left: calc(50% - 600px + -1361px);
          width: 281px;
          height: 484px;
        }
        
        @media (min-width:1200px) {
          #rec819810580 .tn-elem.t396__elem--anim-hidden[data-elem-id="1730804012520"] {
            opacity: 0;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1730804012520"] .tn-atom {
          border-radius: 20px 20px 20px 20px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec819810580 .tn-elem[data-elem-id="1730804012520"] {
            top: 276px;
            left: calc(50% - 160px + 10px);
            width: 147px;
            height: 187px;
            border-radius: 15px;
          }
          #rec819810580 .tn-elem[data-elem-id="1730804012520"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1740818242815"] {
          z-index: 5;
          top: 101px;
          left: calc(50% - 600px + 752px);
          width: 281px;
          height: 484px;
        }
        
        @media (min-width:1200px) {
          #rec819810580 .tn-elem.t396__elem--anim-hidden[data-elem-id="1740818242815"] {
            opacity: 0;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1740818242815"] .tn-atom {
          border-radius: 20px 20px 20px 20px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec819810580 .tn-elem[data-elem-id="1740818242815"] {
            top: 286px;
            left: calc(50% - 160px + 20px);
            width: 147px;
            height: 187px;
            border-radius: 15px;
          }
          #rec819810580 .tn-elem[data-elem-id="1740818242815"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1730804012531"] {
          z-index: 6;
          top: 101px;
          left: calc(50% - 600px + 458px);
          width: 281px;
          height: 484px;
        }
        
        @media (min-width:1200px) {
          #rec819810580 .tn-elem.t396__elem--anim-hidden[data-elem-id="1730804012531"] {
            opacity: 0;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1730804012531"] .tn-atom {
          border-radius: 20px 20px 20px 20px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec819810580 .tn-elem[data-elem-id="1730804012531"] {
            top: 275px;
            left: calc(50% - 160px + 165px);
            width: 145px;
            height: 188px;
            border-radius: 15px;
          }
          #rec819810580 .tn-elem[data-elem-id="1730804012531"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1733085478104"] {
          z-index: 7;
          top: 101px;
          left: calc(50% - 600px + 167px);
          width: 281px;
          height: 484px;
        }
        
        @media (min-width:1200px) {
          #rec819810580 .tn-elem.t396__elem--anim-hidden[data-elem-id="1733085478104"] {
            opacity: 0;
          }
        }
        
        #rec819810580 .tn-elem[data-elem-id="1733085478104"] .tn-atom {
          border-radius: 20px 20px 20px 20px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec819810580 .tn-elem[data-elem-id="1733085478104"] {
            top: 285pxpx;
            left: calc(50% - 160px + 175pxpx);
            width: 145px;
            height: 188px;
            border-radius: 15px;
          }
          #rec819810580 .tn-elem[data-elem-id="1733085478104"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
		#rec820038495 .t396__artboard {
          height: 800px;
          background-color: #6e6e6e;
        }
        
        #rec820038495 .t396__filter {
          height: 800px;
        }
        
        #rec820038495 .t396__carrier {
          height: 800px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec820038495 .t396__artboard,
          #rec820038495 .t396__filter,
          #rec820038495 .t396__carrier {}
          #rec820038495 .t396__filter {}
          #rec820038495 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec820038495 .t396__artboard,
          #rec820038495 .t396__filter,
          #rec820038495 .t396__carrier {}
          #rec820038495 .t396__filter {}
          #rec820038495 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec820038495 .t396__artboard,
          #rec820038495 .t396__filter,
          #rec820038495 .t396__carrier {}
          #rec820038495 .t396__filter {}
          #rec820038495 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec820038495 .t396__artboard,
          #rec820038495 .t396__filter,
          #rec820038495 .t396__carrier {
            height: 664px;
          }
          #rec820038495 .t396__filter {}
          #rec820038495 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec820038495 .tn-elem[data-elem-id="1677770747039"] {
          z-index: 3;
          top: 156px;
          left: calc(50% - 600px + -92px);
          width: 325px;
          height: 604px;
        }
        
        @media (min-width:1200px) {
          #rec820038495 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770747039"] {
            opacity: 0;
          }
        }
        
        #rec820038495 .tn-elem[data-elem-id="1677770747039"] .tn-atom {
          border-radius: 0px 0px 0px 0px;
          background-color: #000000;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820038495 .tn-elem[data-elem-id="1677770747039"] {
            top: 100px;
            left: calc(50% - 160px + 13px);
            width: 295px;
            height: 553px;
            border-radius: 20px;
          }
          #rec820038495 .tn-elem[data-elem-id="1677770747039"] .tn-atom {
            background-size: cover;
            border-radius: 20px;
          }
        }
        
        #rec820038495 .tn-elem[data-elem-id="1730579616773"] {
          color: #000000;
          z-index: 4;
          top: 20px;
          left: calc(50% - 600px + 20px);
          width: 560px;
          height: auto;
        }
        
        #rec820038495 .tn-elem[data-elem-id="1730579616773"] .tn-atom {
          vertical-align: middle;
          color: #000000;
          font-size: 20px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820038495 .tn-elem[data-elem-id="1730579616773"] {
            top: 20px;
            left: calc(50% - 160px + -200px);
            width: 135px;
            height: auto;
          }
          #rec820038495 .tn-elem[data-elem-id="1730579616773"] {
            color: #ff0000;
            text-align: center;
          }
          #rec820038495 .tn-elem[data-elem-id="1730579616773"] .tn-atom {
            color: #ff0000;
            font-size: 26px;
            background-size: cover;
          }
        }
        
        #rec820038495 .tn-elem[data-elem-id="1730801962106"] {
          color: #000000;
          z-index: 5;
          top: 0px;
          left: calc(50% - 600px + 127px);
          width: 560px;
          height: auto;
        }
        
        #rec820038495 .tn-elem[data-elem-id="1730801962106"] .tn-atom {
          vertical-align: middle;
          color: #000000;
          font-size: 21px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820038495 .tn-elem[data-elem-id="1730801962106"] {
            top: 137px;
            left: calc(50% - 160px + -464px);
            width: 297px;
            height: auto;
          }
          #rec820038495 .tn-elem[data-elem-id="1730801962106"] {
            color: #ffffff;
            text-align: center;
          }
          #rec820038495 .tn-elem[data-elem-id="1730801962106"] .tn-atom {
            color: #ffffff;
            font-size: 26px;
            background-size: cover;
          }
        }
        
        #rec820038495 .tn-elem[data-elem-id="1730810961224"] {
          color: #ffffff;
          z-index: 6;
          top: 24px;
          left: calc(50% - 600px + 391px);
          width: 638px;
          height: auto;
        }
        
        #rec820038495 .tn-elem[data-elem-id="1730810961224"] .tn-atom {
          vertical-align: middle;
          color: #ffffff;
          font-size: 31px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.85;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820038495 .tn-elem[data-elem-id="1730810961224"] {
            top: 27px;
            left: calc(50% - 160px + -12px);
            width: 353px;
            height: auto;
          }
          #rec820038495 .tn-elem[data-elem-id="1730810961224"] .tn-atom {
            font-size: 26px;
            line-height: 1.55;
            background-size: cover;
          }
        }
		#rec820038671 .t396__artboard {
          height: 800px;
          background-color: #6e6e6e;
        }
        
        #rec820038671 .t396__filter {
          height: 800px;
        }
        
        #rec820038671 .t396__carrier {
          height: 800px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec820038671 .t396__artboard,
          #rec820038671 .t396__filter,
          #rec820038671 .t396__carrier {}
          #rec820038671 .t396__filter {}
          #rec820038671 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec820038671 .t396__artboard,
          #rec820038671 .t396__filter,
          #rec820038671 .t396__carrier {}
          #rec820038671 .t396__filter {}
          #rec820038671 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec820038671 .t396__artboard,
          #rec820038671 .t396__filter,
          #rec820038671 .t396__carrier {}
          #rec820038671 .t396__filter {}
          #rec820038671 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec820038671 .t396__artboard,
          #rec820038671 .t396__filter,
          #rec820038671 .t396__carrier {
            height: 664px;
          }
          #rec820038671 .t396__filter {}
          #rec820038671 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec820038671 .tn-elem[data-elem-id="1677770743686"] {
          z-index: 3;
          top: 157px;
          left: calc(50% - 600px + 261px);
          width: 302px;
          height: 543px;
        }
        
        @media (min-width:1200px) {
          #rec820038671 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770743686"] {
            opacity: 0;
          }
        }
        
        #rec820038671 .tn-elem[data-elem-id="1677770743686"] .tn-atom {
          border-radius: 0px 0px 0px 0px;
          background-color: #d1d1d1;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820038671 .tn-elem[data-elem-id="1677770743686"] {
            top: 100px;
            left: calc(50% - 160px + 13px);
            width: 295px;
            height: 553px;
            border-radius: 20px;
          }
          #rec820038671 .tn-elem[data-elem-id="1677770743686"] .tn-atom {
            background-size: cover;
            border-radius: 20px;
          }
        }
        
        #rec820038671 .tn-elem[data-elem-id="1730810996227"] {
          color: #ffffff;
          z-index: 4;
          top: 24px;
          left: calc(50% - 600px + 391px);
          width: 638px;
          height: auto;
        }
        
        #rec820038671 .tn-elem[data-elem-id="1730810996227"] .tn-atom {
          vertical-align: middle;
          color: #ffffff;
          font-size: 31px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.85;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820038671 .tn-elem[data-elem-id="1730810996227"] {
            top: 27px;
            left: calc(50% - 160px + -12px);
            width: 353px;
            height: auto;
          }
          #rec820038671 .tn-elem[data-elem-id="1730810996227"] .tn-atom {
            font-size: 26px;
            line-height: 1.55;
            background-size: cover;
          }
        }
		 #rec820039515 .t396__artboard {
          height: 800px;
          background-color: #6e6e6e;
        }
        
        #rec820039515 .t396__filter {
          height: 800px;
        }
        
        #rec820039515 .t396__carrier {
          height: 800px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec820039515 .t396__artboard,
          #rec820039515 .t396__filter,
          #rec820039515 .t396__carrier {}
          #rec820039515 .t396__filter {}
          #rec820039515 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec820039515 .t396__artboard,
          #rec820039515 .t396__filter,
          #rec820039515 .t396__carrier {}
          #rec820039515 .t396__filter {}
          #rec820039515 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec820039515 .t396__artboard,
          #rec820039515 .t396__filter,
          #rec820039515 .t396__carrier {}
          #rec820039515 .t396__filter {}
          #rec820039515 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec820039515 .t396__artboard,
          #rec820039515 .t396__filter,
          #rec820039515 .t396__carrier {
            height: 664px;
          }
          #rec820039515 .t396__filter {}
          #rec820039515 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec820039515 .tn-elem[data-elem-id="1677770491192"] {
          z-index: 3;
          top: 157px;
          left: calc(50% - 600px + 967px);
          width: 325px;
          height: 604px;
        }
        
        @media (min-width:1200px) {
          #rec820039515 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770491192"] {
            opacity: 0;
          }
        }
        
        #rec820039515 .tn-elem[data-elem-id="1677770491192"] .tn-atom {
          border-radius: 0px 0px 0px 0px;
          background-color: #d1d1d1;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820039515 .tn-elem[data-elem-id="1677770491192"] {
            top: 100px;
            left: calc(50% - 160px + 13px);
            width: 295px;
            height: 553px;
            border-radius: 20px;
          }
          #rec820039515 .tn-elem[data-elem-id="1677770491192"] .tn-atom {
            background-size: cover;
            border-radius: 20px;
          }
        }
        
        #rec820039515 .tn-elem[data-elem-id="1730811015081"] {
          color: #ffffff;
          z-index: 4;
          top: 24px;
          left: calc(50% - 600px + 391px);
          width: 638px;
          height: auto;
        }
        
        #rec820039515 .tn-elem[data-elem-id="1730811015081"] .tn-atom {
          vertical-align: middle;
          color: #ffffff;
          font-size: 31px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.85;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec820039515 .tn-elem[data-elem-id="1730811015081"] {
            top: 27px;
            left: calc(50% - 160px + -12px);
            width: 353px;
            height: auto;
          }
          #rec820039515 .tn-elem[data-elem-id="1730811015081"] .tn-atom {
            font-size: 26px;
            line-height: 1.55;
            background-size: cover;
          }
        }
		             #rec105870018nlm .prevButton087,
              #rec105870018nlm .nextButton087 {
                cursor: pointer;
              }
              
              @media screen and (min-width: 641px) {
                #rec105870018nlm .t-slds__arrow {
                  width: 30px !important;
                  height: 30px !important;
                }
                #rec105870018nlm .t-slds__arrow_wrapper {
                  width: 30px !important;
                }
              }
              
              @media screen and (max-width: 640px) {
                #rec105870018nlm .t-slds__arrow {
                  width: 24px !important;
                  height: 24px !important;
                }
                #rec105870018nlm .t-slds__arrow_wrapper {
                  width: 24px !important;
                }
              }
              
              @media screen and (min-width: 641px) {
                #rec105870018nlm .t-slds__arrow-left {
                  margin-left: 10px !important;
                  left: 0px !important;
                }
                #rec105870018nlm .t-slds__arrow-right {
                  margin-right: 10px !important;
                  right: 0px !important;
                }
              }
              
              @media screen and (max-width: 640px) {
                #rec105870018nlm .t-slds__arrow-left {
                  margin-left: 10px !important;
                  left: 0px !important;
                }
                #rec105870018nlm .t-slds__arrow-right {
                  margin-right: 10px !important;
                  right: 0px !important;
                }
              }
              
              @media screen and (min-width: 641px) {
                #rec105870018nlm .t-slds__arrow .t-slds__arrow_body {
                  width: 7px !important;
                }
              }
              
              @media screen and (max-width: 640px) {
                #rec105870018nlm .t-slds__arrow .t-slds__arrow_body {
                  width: 6px !important;
                }
              }
              
              @media screen and (min-width: 641px) {
                #rec105870018nlm .t-slds__arrow .t-slds__arrow_body svg polyline {
                  stroke-width: 1 !important;
                }
              }
              
              @media screen and (max-width: 640px) {
                #rec105870018nlm .t-slds__arrow .t-slds__arrow_body svg polyline {
                  stroke-width: 1 !important;
                }
              }
              
              #rec105870018nlm .t-slds__arrow .t-slds__arrow_body svg polyline {
                stroke: #222222 !important;
              }
              
              #rec105870018nlm .t-slds__arrow:hover .t-slds__arrow_body svg polyline {
                stroke: #222222 !important;
              }
              
              #rec105870018nlm .t-slds__arrow {
                background-color: #ffffff !important;
                opacity: !important;
              }
              
              #rec105870018nlm .t-slds__arrow:hover {
                background-color: #ffffff !important;
                opacity: !important;
              }
              
              #rec105870018nlm .t-slds__arrow-left:hover {
                transform: translateY(-50%) scale(1) !important;
              }
              
              #rec105870018nlm .t-slds__arrow-right:hover {
                transform: translateY(-50%) scale(1) !important;
              }
              
              @media screen and (min-width: 641px) {
                #rec105870018nlm .t-slds__arrow_container {}
                #rec105870018nlm .t-slds__arrow_wrapper-right {}
                #rec105870018nlm .t-slds__arrow_wrapper-left {}
              }
              
              @media screen and (max-width: 640px) {
                #rec105870018nlm .t-slds__arrow_container {}
                #rec105870018nlm .t-slds__arrow_wrapper-right {}
                #rec105870018nlm .t-slds__arrow_wrapper-left {}
              }
              
              #rec105870018nlm .t-slds__bullet:not(.t-slds__bullet_active) .t-slds__bullet_body {
                width: 10px !important;
                height: 10px !important;
                background-color: transparent !important;
                border: 2px solid #ffffff !important;
                opacity: 100% !important;
              }
              
              #rec105870018nlm .t-slds__bullet_active .t-slds__bullet_body {
                width: 10px !important;
                height: 10px !important;
                background-color: #ffffff !important;
                border: 2px solid #ffffff !important;
                opacity: 100% !important;
              }
              
              #rec105870018nlm .t-slds__bullet_active .t-slds__bullet_body:hover {
                background-color: #ffffff !important;
              }
              
              #rec105870018nlm .t-slds__bullet {
                vertical-align: middle !important;
                padding: 0 !important;
              }
              
              #rec105870018nlm .t-slds__bullet_wrapper {
                padding: 0 !important;
              }
              
              @media screen and (min-width: 641px) {
                #rec105870018nlm .t-slds__bullet_wrapper {
                  bottom: 0 !important;
                  text-align: center !important;
                  right: unset !important;
                  left: unset !important;
                }
              }
              
              @media screen and (max-width: 640px) {
                #rec105870018nlm .t-slds__bullet_wrapper {
                  bottom: 0 !important;
                  text-align: center !important;
                  right: unset !important;
                  left: unset !important;
                }
              }
              
              @media screen and (min-width: 641px) {
                #rec105870018nlm .t-slds__bullet_wrapper {
                  bottom: 10px !important;
                  top: unset !important;
                }
              }
              
              @media screen and (max-width: 640px) {
                #rec105870018nlm .t-slds__bullet_wrapper {
                  bottom: 10px !important;
                  top: unset !important;
                }
              }
              
              #rec105870018nlm .t-slds__bullet {
                display: inline-block !important;
              }
              
              #rec105870018nlm .t-slds__bullet_wrapper li:not(:last-child) {
                margin-right: 10px !important;
              }
              
              #rec105870018nlm .t-slds__bullet {
                pointer-events: none !important;
              }
              
              #rec105870018nlm .t-slds__bullet_body {
                pointer-events: auto;
                cursor: pointer;
              }
              
              #rec105870018nlm .t-slds__bullet_wrapper {
                width: unset !important;
                position: absolute !important;
              }
              
              #rec105870018nlm .t396__elem {
                will-change: transform;
              }
              
              .nolimAutoScaleFix {
                opacity: 0!important;
                height: 0!important;
                max-height: 0!important;
                min-height: 0!important;
                pointer-events: none!important;
                overflow: hidden!important;
                padding-top: 0!important;
                padding-bottom: 0!important;
                position: absolute;
                bottom: -100000px;
              }
			  
			   #rec820038671,
              #rec820039515 {
                opacity: 0 !important;
                height: 0 !important;
                max-height: 0 !important;
                min-height: 0 !important;
                pointer-events: none !important;
                overflow: hidden !important;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
                position: absolute;
                bottom: -100000px;
              }
			  
			  #rec578679555 .t396__artboard {
          height: 457px;
          background-color: #000000;
        }
        
        #rec578679555 .t396__filter {
          height: 457px;
        }
        
        #rec578679555 .t396__carrier {
          height: 457px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec578679555 .t396__artboard,
          #rec578679555 .t396__filter,
          #rec578679555 .t396__carrier {}
          #rec578679555 .t396__filter {}
          #rec578679555 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578679555 .t396__artboard,
          #rec578679555 .t396__filter,
          #rec578679555 .t396__carrier {}
          #rec578679555 .t396__filter {}
          #rec578679555 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578679555 .t396__artboard,
          #rec578679555 .t396__filter,
          #rec578679555 .t396__carrier {}
          #rec578679555 .t396__filter {}
          #rec578679555 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578679555 .t396__artboard,
          #rec578679555 .t396__filter,
          #rec578679555 .t396__carrier {
            height: 979px;
          }
          #rec578679555 .t396__filter {}
          #rec578679555 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476456"] {
          z-index: 2;
          top: 0px;
          left: calc(50% - 650px + 50px);
          width: 1300px;
          height: 457px;
          -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
          border-radius: 20px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476456"] .tn-atom {
          border-radius: 20px;
          opacity: 0.5;
          background-color: #000000;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 20px 1px rgba(20, 20, 20, 0.1);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476456"] {
            top: 27px;
            left: calc(50% - 650px + 0px);
            width: 640px;
            height: 429px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476456"] {
            top: 27px;
            left: calc(50% - 650px + 0px);
            width: 480px;
            height: 429px;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476456"] {
            top: 4px;
            left: calc(50% - 650px + 11px);
            width: 298px;
            height: 96%;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682643709895"] {
          z-index: 6;
          top: 702px;
          left: calc(50% - 600px + -873px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(110%);
          filter: brightness(110%);
          border-radius: 15px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682643709895"] .tn-atom {
          border-radius: 15px;
          background-color: #b3b3b3;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682643709895"] {
            top: 37px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 277px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644185836"] {
          z-index: 7;
          top: 61px;
          left: calc(50% - 600px + 613px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644185836"] .tn-atom {
          border-radius: 15px;
          background-color: #b3b3b3;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644185836"] {
            top: 338px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 277px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476497"] {
          z-index: 3;
          top: 44px;
          left: calc(50% - 600px + 860px);
          width: 21px;
          height: 2px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476497"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476497"] .tn-atom {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476497"] {
            top: 52px;
            left: calc(50% - 480px + 805px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476497"] {
            top: 54px;
            left: calc(50% - 320px + 604px);
            width: 19px;
            height: 2px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476497"] {
            top: 56px;
            left: calc(50% - 240px + 445px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476497"] {
            top: 27px;
            left: calc(50% - 160px + 282px);
            width: 21px;
            height: 1px;
          }
          #rec578679555 .tn-elem[data-elem-id="1679532476497"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476501"] {
          z-index: 4;
          top: 44px;
          left: calc(50% - 600px + 860px);
          width: 21px;
          height: 2px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476501"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476501"] .tn-atom {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476501"] {
            top: 52px;
            left: calc(50% - 480px + 805px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476501"] {
            top: 54px;
            left: calc(50% - 320px + 604px);
            width: 19px;
            height: 2px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476501"] {
            top: 56px;
            left: calc(50% - 240px + 445px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476501"] {
            top: 27px;
            left: calc(50% - 160px + 282px);
            width: 21px;
            height: 1px;
          }
          #rec578679555 .tn-elem[data-elem-id="1679532476501"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476506"] {
          z-index: 5;
          top: 28px;
          left: calc(50% - 600px + 854px);
          width: 32px;
          height: 33px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1679532476506"] .tn-atom {
          border-radius: 3000px;
          opacity: 0;
          background-color: #ebebeb;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476506"] {
            top: 37px;
            left: calc(50% - 480px + 799px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476506"] {
            top: 40px;
            left: calc(50% - 320px + 598px);
            width: 29px;
            height: 30px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476506"] {
            top: 42px;
            left: calc(50% - 240px + 439px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1679532476506"] {
            top: 12px;
            left: calc(50% - 160px + 276px);
            width: 33px;
            height: 32px;
          }
          #rec578679555 .tn-elem[data-elem-id="1679532476506"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644187701"] {
          z-index: 8;
          top: 61px;
          left: calc(50% - 600px + 288px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644187701"] .tn-atom {
          border-radius: 15px;
          background-color: #b3b3b3;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644187701"] {
            top: 638px;
            left: calc(50% - 160px + 37px);
            width: 244px;
            height: 277px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397806"] {
          z-index: 9;
          top: 971px;
          left: calc(50% - 600px + -856px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397806"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644397806"] {
            top: 237px;
            left: calc(50% - 160px + 54px);
            width: 212px;
            height: 63px;
            border-radius: 14px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644397806"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397814"] {
          color: #ffffff;
          z-index: 10;
          top: 1013px;
          left: calc(50% - 600px + -833px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397814"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644397814"] {
            top: 271px;
            left: calc(50% - 160px + 71px);
            width: 89px;
            height: auto;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644397814"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397819"] {
          color: #ededed;
          z-index: 11;
          top: 985px;
          left: calc(50% - 600px + -832px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397819"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644397819"] {
            top: 249px;
            left: calc(50% - 160px + 71px);
            width: 95px;
            height: auto;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644397819"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644842487"] {
          z-index: 12;
          top: 329px;
          left: calc(50% - 600px + 627px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644842487"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644842487"] {
            top: 537px;
            left: calc(50% - 160px + 54px);
            width: 212px;
            height: 63px;
            border-radius: 14px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644842487"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644842498"] {
          color: #ffffff;
          z-index: 13;
          top: 366px;
          left: calc(50% - 600px + 647px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644842498"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644842498"] {
            top: 571px;
            left: calc(50% - 160px + 71px);
            width: 89px;
            height: auto;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644842498"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644842512"] {
          z-index: 14;
          top: 371px;
          left: calc(50% - 600px + 846px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec578679555 .tn-elem.t396__elem--anim-hidden[data-elem-id="1682644842512"] {
            opacity: 0;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644842512"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644842512"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644842512"] {
            top: 570px;
            left: calc(50% - 160px + 235px);
            width: 13px;
            height: auto;
            border-radius: 0px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644842512"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644842512"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644848197"] {
          z-index: 15;
          top: 329px;
          left: calc(50% - 600px + 302px);
          width: 269px;
          height: 83px;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644848197"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644848197"] {
            top: 831px;
            left: calc(50% - 160px + 54px);
            width: 212px;
            height: 63px;
            border-radius: 14px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644848197"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644848205"] {
          color: #ffffff;
          z-index: 16;
          top: 367px;
          left: calc(50% - 600px + 320px);
          width: 195px;
          height: auto;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644848205"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644848205"] {
            top: 867px;
            left: calc(50% - 160px + 71px);
            width: 159px;
            height: auto;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644848205"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644848216"] {
          z-index: 17;
          top: 371px;
          left: calc(50% - 600px + 531px);
          width: 19px;
          height: auto;
        }
        
        @media (min-width:1200px) {
          #rec578679555 .tn-elem.t396__elem--anim-hidden[data-elem-id="1682644848216"] {
            opacity: 0;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644848216"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644848216"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644848216"] {
            top: 866px;
            left: calc(50% - 160px + 238px);
            width: 13px;
            height: auto;
            border-radius: 0px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644848216"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644848216"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397824"] {
          z-index: 18;
          top: 230px;
          left: calc(50% - 600px + -403px);
          width: 42px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec578679555 .tn-elem.t396__elem--anim-hidden[data-elem-id="1682644397824"] {
            opacity: 0;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397824"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682644397824"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682644397824"] {
            top: 271px;
            left: calc(50% - 160px + 235px);
            width: 13px;
            height: auto;
            border-radius: 0px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644397824"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec578679555 .tn-elem[data-elem-id="1682644397824"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682646215182"] {
          text-align: center;
          z-index: 19;
          top: 702px;
          left: calc(50% - 600px + -873px);
          width: 299px;
          height: 367px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682646215182"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec578679555 .tn-elem[data-elem-id="1682646215182"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec578679555 .tn-elem[data-elem-id="1682646215182"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682646215182"] {
            top: 37px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 277px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682646381622"] {
          text-align: center;
          z-index: 20;
          top: 61px;
          left: calc(50% - 600px + 612px);
          width: 299px;
          height: 368px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682646381622"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec578679555 .tn-elem[data-elem-id="1682646381622"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec578679555 .tn-elem[data-elem-id="1682646381622"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682646381622"] {
            top: 338px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 277px;
          }
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682646385301"] {
          text-align: center;
          z-index: 21;
          top: 48px;
          left: calc(50% - 600px + 788px);
          width: 299px;
          height: 368px;
        }
        
        #rec578679555 .tn-elem[data-elem-id="1682646385301"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec578679555 .tn-elem[data-elem-id="1682646385301"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec578679555 .tn-elem[data-elem-id="1682646385301"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578679555 .tn-elem[data-elem-id="1682646385301"] {
            top: 638px;
            left: calc(50% - 160px + 36px);
            width: 244px;
            height: 277px;
          }
        }
		#rec580340118 .t396__artboard {
          height: 498px;
          background-color: #000000;
          overflow: visible;
        }
        
        #rec580340118 .t396__filter {
          height: 498px;
        }
        
        #rec580340118 .t396__carrier {
          height: 498px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec580340118 .t396__artboard,
          #rec580340118 .t396__filter,
          #rec580340118 .t396__carrier {}
          #rec580340118 .t396__filter {}
          #rec580340118 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec580340118 .t396__artboard,
          #rec580340118 .t396__filter,
          #rec580340118 .t396__carrier {}
          #rec580340118 .t396__filter {}
          #rec580340118 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec580340118 .t396__artboard,
          #rec580340118 .t396__filter,
          #rec580340118 .t396__carrier {}
          #rec580340118 .t396__filter {}
          #rec580340118 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec580340118 .t396__artboard,
          #rec580340118 .t396__filter,
          #rec580340118 .t396__carrier {
            height: 1288px;
          }
          #rec580340118 .t396__filter {}
          #rec580340118 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389742"] {
          z-index: 2;
          top: 0px;
          left: calc(50% - 518px + -2px);
          width: 1036px;
          height: 498px;
          -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
          border-radius: 20px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389742"] .tn-atom {
          border-radius: 20px;
          opacity: 0.5;
          background-color: #000000;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 20px 1px rgba(20, 20, 20, 0.1);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389742"] {
            top: 27px;
            left: calc(50% - 518px + 0px);
            width: 640px;
            height: 429px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389742"] {
            top: 27px;
            left: calc(50% - 518px + 0px);
            width: 480px;
            height: 429px;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389742"] {
            top: 4px;
            left: calc(50% - 518px + 0px);
            width: 319px;
            height: 97%;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389749"] {
          z-index: 3;
          top: 31px;
          left: calc(50% - 600px + 1068px);
          width: 21px;
          height: 2px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389749"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389749"] .tn-atom {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389749"] {
            top: 52px;
            left: calc(50% - 480px + 805px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389749"] {
            top: 54px;
            left: calc(50% - 320px + 604px);
            width: 19px;
            height: 2px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389749"] {
            top: 56px;
            left: calc(50% - 240px + 445px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389749"] {
            top: 27px;
            left: calc(50% - 160px + 282px);
            width: 21px;
            height: 1px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389749"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389755"] {
          z-index: 4;
          top: 31px;
          left: calc(50% - 600px + 1068px);
          width: 21px;
          height: 2px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389755"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389755"] .tn-atom {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389755"] {
            top: 52px;
            left: calc(50% - 480px + 805px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389755"] {
            top: 54px;
            left: calc(50% - 320px + 604px);
            width: 19px;
            height: 2px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389755"] {
            top: 56px;
            left: calc(50% - 240px + 445px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389755"] {
            top: 27px;
            left: calc(50% - 160px + 282px);
            width: 21px;
            height: 1px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389755"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389762"] {
          z-index: 5;
          top: 15px;
          left: calc(50% - 600px + 1062px);
          width: 32px;
          height: 33px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389762"] .tn-atom {
          border-radius: 3000px;
          opacity: 0;
          background-color: #ebebeb;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389762"] {
            top: 37px;
            left: calc(50% - 480px + 799px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389762"] {
            top: 40px;
            left: calc(50% - 320px + 598px);
            width: 29px;
            height: 30px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389762"] {
            top: 42px;
            left: calc(50% - 240px + 439px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389762"] {
            top: 12px;
            left: calc(50% - 160px + 276px);
            width: 33px;
            height: 32px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389762"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389769"] {
          z-index: 6;
          top: 45px;
          left: calc(50% - 600px + 287px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(90%);
          filter: brightness(90%);
          border-radius: 15px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389769"] .tn-atom {
          border-radius: 15px;
          background-color: #adada6;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389769"] {
            top: 37px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 277px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389778"] {
          z-index: 7;
          top: 46px;
          left: calc(50% - 600px + 616px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(90%);
          filter: brightness(90%);
          border-radius: 15px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389778"] .tn-atom {
          border-radius: 15px;
          opacity: 0.9;
          background-color: #adada6;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389778"] {
            top: 338px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 277px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389794"] {
          z-index: 8;
          top: 314px;
          left: calc(50% - 600px + 303px);
          width: 266px;
          height: 83px;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389794"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389794"] {
            top: 225px;
            left: calc(50% - 160px + 54px);
            width: 212px;
            height: 75px;
            border-radius: 14px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389794"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389800"] {
          color: #ffffff;
          z-index: 9;
          top: 355px;
          left: calc(50% - 600px + 308px);
          width: 214px;
          height: auto;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389800"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.1;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389800"] {
            top: 259px;
            left: calc(50% - 160px + 71px);
            width: 89px;
            height: auto;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389800"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389809"] {
          z-index: 10;
          top: 314px;
          left: calc(50% - 600px + 630px);
          width: 266px;
          height: 83px;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389809"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389809"] {
            top: 537px;
            left: calc(50% - 160px + 54px);
            width: 212px;
            height: 63px;
            border-radius: 14px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389809"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389816"] {
          color: #ffffff;
          z-index: 11;
          top: 356px;
          left: calc(50% - 600px + 652px);
          width: 183px;
          height: auto;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389816"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389816"] {
            top: 571px;
            left: calc(50% - 160px + 71px);
            width: 89px;
            height: auto;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389816"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389824"] {
          z-index: 12;
          top: 356px;
          left: calc(50% - 600px + 849px);
          width: 19px;
          height: auto;
        }
        
        @media (min-width:1200px) {
          #rec580340118 .tn-elem.t396__elem--anim-hidden[data-elem-id="1682650389824"] {
            opacity: 0;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389824"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389824"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389824"] {
            top: 570px;
            left: calc(50% - 160px + 235px);
            width: 13px;
            height: auto;
            border-radius: 0px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389824"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389824"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389851"] {
          z-index: 13;
          top: 356px;
          left: calc(50% - 600px + 522px);
          width: 19px;
          height: auto;
        }
        
        @media (min-width:1200px) {
          #rec580340118 .tn-elem.t396__elem--anim-hidden[data-elem-id="1682650389851"] {
            opacity: 0;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389851"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389851"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389851"] {
            top: 271px;
            left: calc(50% - 160px + 235px);
            width: 13px;
            height: auto;
            border-radius: 0px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389851"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389851"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389856"] {
          text-align: center;
          z-index: 14;
          top: 45px;
          left: calc(50% - 600px + 286px);
          width: 299px;
          height: 1px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389856"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.2;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec580340118 .tn-elem[data-elem-id="1682650389856"] .tn-atom:hover {
            background-color: #000000;
            background-image: none;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389856"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389856"] {
            top: 37px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 2px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389861"] {
          text-align: center;
          z-index: 15;
          top: 45px;
          left: calc(50% - 600px + 615px);
          width: 299px;
          height: 10px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389861"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.2;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec580340118 .tn-elem[data-elem-id="1682650389861"] .tn-atom:hover {
            background-color: #000000;
            background-image: none;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389861"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389861"] {
            top: 39px;
            left: calc(50% - 160px + 38px);
            width: 244px;
            height: 2px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389865"] {
          text-align: center;
          z-index: 16;
          top: 45px;
          left: calc(50% - 600px + 788px);
          width: 299px;
          height: 10px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389865"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.2;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec580340118 .tn-elem[data-elem-id="1682650389865"] .tn-atom:hover {
            background-color: #000000;
            background-image: none;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389865"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389865"] {
            top: 41px;
            left: calc(50% - 160px + 36px);
            width: 244px;
            height: 2px;
          }
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389898"] {
          text-align: center;
          z-index: 17;
          top: 445px;
          left: calc(50% - 600px + 128px);
          width: 300px;
          height: 10px;
        }
        
        #rec580340118 .tn-elem[data-elem-id="1682650389898"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.2;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec580340118 .tn-elem[data-elem-id="1682650389898"] .tn-atom:hover {
            background-color: #000000;
            background-image: none;
          }
          #rec580340118 .tn-elem[data-elem-id="1682650389898"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec580340118 .tn-elem[data-elem-id="1682650389898"] {
            top: 42px;
            left: calc(50% - 160px + 39px);
            width: 244px;
            height: 2px;
          }
        }
		#rec619119240 .t396__artboard {
          height: 889px;
          background-color: #6e6e6e;
        }
        
        #rec619119240 .t396__filter {
          height: 889px;
        }
        
        #rec619119240 .t396__carrier {
          height: 889px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .t396__artboard,
          #rec619119240 .t396__filter,
          #rec619119240 .t396__carrier {
            height: 1238px;
          }
          #rec619119240 .t396__artboard {
            background-color: #6e6e6e;
          }
          #rec619119240 .t396__filter {}
          #rec619119240 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698959"] {
          z-index: 3;
          top: 31px;
          left: calc(50% - 600px + 1068px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698959"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698959"] .tn-atom {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951698959"] {
            top: 400px;
            left: calc(50% - 160px + 291px);
            width: 21px;
            height: 1px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951698959"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698966"] {
          z-index: 4;
          top: 31px;
          left: calc(50% - 600px + 1068px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698966"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698966"] .tn-atom {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951698966"] {
            top: 400px;
            left: calc(50% - 160px + 291px);
            width: 21px;
            height: 1px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951698966"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698972"] {
          z-index: 5;
          top: 15px;
          left: calc(50% - 600px + 1062px);
          width: 32px;
          height: 33px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698972"] .tn-atom {
          border-radius: 3000px;
          opacity: 0;
          background-color: #ebebeb;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951698972"] {
            top: 476px;
            left: calc(50% - 160px + 140px);
            width: 16px;
            height: 180px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951698972"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698982"] {
          z-index: 6;
          top: 46px;
          left: calc(50% - 600px + 128px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(90%);
          filter: brightness(90%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698982"] .tn-atom {
          border-radius: 15px;
          background-color: #adadad;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951698982"] {
            top: 483px;
            left: calc(50% - 160px + 4px);
            width: 306px;
            height: 298px;
            border-radius: 15px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951698982"] .tn-atom {
            background-position: 0.000% 89.825%;
            background-size: 100.000%;
            border-radius: 15px;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698991"] {
          z-index: 7;
          top: 46px;
          left: calc(50% - 600px + 458px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951698991"] .tn-atom {
          border-radius: 15px;
          background-color: #adadad;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951698991"] {
            top: 510px;
            left: calc(50% - 160px + -860px);
            width: 307px;
            height: 150px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951698991"] .tn-atom {
            background-position: 0.000% 28.553%;
            background-size: 100.000%;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699010"] {
          z-index: 8;
          top: 314px;
          left: calc(50% - 600px + 145px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699010"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699010"] {
            top: 727px;
            left: calc(50% - 160px + 15px);
            width: 288px;
            height: 41px;
            border-radius: 6px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699010"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 6px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699025"] {
          color: #ffffff;
          z-index: 9;
          top: 364px;
          left: calc(50% - 600px + 168px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699025"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.1;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699025"] {
            top: 743px;
            left: calc(50% - 160px + 25px);
            width: 169px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699025"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699031"] {
          color: #ededed;
          z-index: 10;
          top: 328px;
          left: calc(50% - 600px + 169px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699031"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699031"] {
            top: 123px;
            left: calc(50% - 160px + 26px);
            width: 94px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699031"] .tn-atom {
            font-size: 10px;
            background-size: cover;
            opacity: 0.65;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699036"] {
          z-index: 11;
          top: 314px;
          left: calc(50% - 600px + 472px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699036"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699036"] {
            top: 614px;
            left: calc(50% - 160px + -850px);
            width: 287px;
            height: 35px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699036"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699043"] {
          color: #ffffff;
          z-index: 12;
          top: 356px;
          left: calc(50% - 600px + 494px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699043"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699043"] {
            top: 626px;
            left: calc(50% - 160px + -838px);
            width: 228px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699043"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699051"] {
          color: #ededed;
          z-index: 13;
          top: 328px;
          left: calc(50% - 600px + 496px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699051"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699051"] {
            top: 281px;
            left: calc(50% - 160px + 27px);
            width: 55px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699051"] .tn-atom {
            font-size: 10px;
            background-size: cover;
            opacity: 0.65;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699055"] {
          z-index: 14;
          top: 356px;
          left: calc(50% - 600px + 691px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689951699055"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699055"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699055"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699055"] {
            top: 626px;
            left: calc(50% - 160px + -590px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699055"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699055"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699096"] {
          z-index: 15;
          top: 356px;
          left: calc(50% - 600px + 364px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689951699096"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699096"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699096"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699096"] {
            top: 744px;
            left: calc(50% - 160px + 278px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699096"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699096"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699109"] {
          text-align: center;
          z-index: 16;
          top: -55px;
          left: calc(50% - 600px + 494px);
          width: 299px;
          height: 369px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699109"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689951699109"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699109"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699109"] {
            top: 502px;
            left: calc(50% - 160px + -865px);
            width: 307px;
            height: 150px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699124"] {
          z-index: 17;
          top: 447px;
          left: calc(50% - 600px + 128px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(90%);
          filter: brightness(90%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699124"] .tn-atom {
          border-radius: 15px;
          background-color: #adadad;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699124"] {
            top: 0px;
            left: calc(50% - 160px + 143px);
            width: 170px;
            height: 180px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699124"] .tn-atom {
            background-position: 11.000% 99.989%;
            background-size: 209.200%;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699134"] {
          z-index: 18;
          top: 714px;
          left: calc(50% - 600px + 143px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699134"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699134"] {
            top: 131px;
            left: calc(50% - 160px + 149px);
            width: 155px;
            height: 43px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699134"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699140"] {
          color: #ffffff;
          z-index: 19;
          top: 756px;
          left: calc(50% - 600px + 164px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699140"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699140"] {
            top: 141px;
            left: calc(50% - 160px + 162px);
            width: 110px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699140"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699149"] {
          color: #ededed;
          z-index: 20;
          top: 729px;
          left: calc(50% - 600px + 167px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699149"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699149"] {
            top: 123px;
            left: calc(50% - 160px + 163px);
            width: 63px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699149"] .tn-atom {
            font-size: 10px;
            background-size: cover;
            opacity: 0.65;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699155"] {
          z-index: 21;
          top: 756px;
          left: calc(50% - 600px + 362px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689951699155"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699155"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699155"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699155"] {
            top: 153px;
            left: calc(50% - 160px + 280px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699155"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699155"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699167"] {
          text-align: center;
          z-index: 22;
          top: 445px;
          left: calc(50% - 600px + 128px);
          width: 300px;
          height: 370px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689951699167"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689951699167"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689951699167"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689951699167"] {
            top: 1px;
            left: calc(50% - 160px + 143px);
            width: 170px;
            height: 179px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283040"] {
          z-index: 23;
          top: 42px;
          left: calc(50% - 600px + 2243px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283040"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283040"] .tn-atom {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283040"] {
            top: 1082px;
            left: calc(50% - 160px + 250px);
            width: 21px;
            height: 1px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283040"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283051"] {
          z-index: 24;
          top: 42px;
          left: calc(50% - 600px + 2243px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283051"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283051"] .tn-atom {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283051"] {
            top: 810px;
            left: calc(50% - 160px + -194px);
            width: 21px;
            height: 31px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283051"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283068"] {
          z-index: 25;
          top: 59px;
          left: calc(50% - 600px + 1300px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(90%);
          filter: brightness(90%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283068"] .tn-atom {
          border-radius: 15px;
          background-color: #adadad;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283068"] {
            top: 794px;
            left: calc(50% - 160px + 190px);
            width: 121px;
            height: 178px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283068"] .tn-atom {
            background-size: cover;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283075"] {
          z-index: 26;
          top: 59px;
          left: calc(50% - 600px + 1630px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283075"] .tn-atom {
          border-radius: 15px;
          background-color: #adadad;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283075"] {
            top: 860px;
            left: calc(50% - 160px + -1361px);
            width: 299px;
            height: 185px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283075"] .tn-atom {
            background-size: cover;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283085"] {
          z-index: 27;
          top: 59px;
          left: calc(50% - 600px + 1963px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283085"] .tn-atom {
          border-radius: 15px;
          background-color: #adadad;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283085"] {
            top: 910px;
            left: calc(50% - 160px + -824px);
            width: 122px;
            height: 180px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283085"] .tn-atom {
            background-size: cover;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283091"] {
          z-index: 28;
          top: 315px;
          left: calc(50% - 600px + 1320px);
          width: 266px;
          height: 97px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283091"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283091"] {
            top: 927px;
            left: calc(50% - 160px + 193px);
            width: 113px;
            height: 40px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283091"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283101"] {
          color: #ffffff;
          z-index: 29;
          top: 355px;
          left: calc(50% - 600px + 1340px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283101"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.1;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283101"] {
            top: 941px;
            left: calc(50% - 160px + 198px);
            width: 108px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283101"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283106"] {
          color: #ededed;
          z-index: 30;
          top: 325px;
          left: calc(50% - 600px + 1343px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283106"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283106"] {
            top: 462px;
            left: calc(50% - 160px + 160px);
            width: 66px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283106"] .tn-atom {
            font-size: 10px;
            background-size: cover;
            opacity: 0.65;
            -webkit-transform: rotate(1deg);
            -moz-transform: rotate(1deg);
            transform: rotate(1deg);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283111"] {
          z-index: 31;
          top: 325px;
          left: calc(50% - 600px + 1646px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283111"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283111"] {
            top: 1027px;
            left: calc(50% - 160px + -966px);
            width: 157px;
            height: 36px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283111"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283121"] {
          color: #ffffff;
          z-index: 32;
          top: 369px;
          left: calc(50% - 600px + 1666px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283121"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283121"] {
            top: 690px;
            left: calc(50% - 160px + -342px);
            width: 105px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283121"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283125"] {
          color: #ededed;
          z-index: 33;
          top: 342px;
          left: calc(50% - 600px + 1670px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283125"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283125"] {
            top: 664px;
            left: calc(50% - 160px + 29px);
            width: 95px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283125"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283129"] {
          z-index: 34;
          top: 369px;
          left: calc(50% - 600px + 1863px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689952283129"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283129"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283129"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283129"] {
            top: 938px;
            left: calc(50% - 160px + 150px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283129"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283129"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283137"] {
          z-index: 35;
          top: 329px;
          left: calc(50% - 600px + 1976px);
          width: 269px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283137"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283137"] {
            top: 1024px;
            left: calc(50% - 160px + -817px);
            width: 107px;
            height: 55px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283137"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283143"] {
          color: #ffffff;
          z-index: 36;
          top: 369px;
          left: calc(50% - 600px + 1996px);
          width: 195px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283143"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283143"] {
            top: 1040px;
            left: calc(50% - 160px + -807px);
            width: 95px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283143"] .tn-atom {
            font-size: 13px;
            line-height: 1.15;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283151"] {
          color: #ededed;
          z-index: 37;
          top: 342px;
          left: calc(50% - 600px + 2000px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283151"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283151"] {
            top: 461px;
            left: calc(50% - 160px + 25px);
            width: 95px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283151"] .tn-atom {
            font-size: 10px;
            background-size: cover;
            opacity: 0.65;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283155"] {
          z-index: 38;
          top: 369px;
          left: calc(50% - 600px + 2206px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689952283155"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283155"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283155"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283155"] {
            top: 926px;
            left: calc(50% - 160px + 149px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283155"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283155"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283161"] {
          z-index: 39;
          top: 369px;
          left: calc(50% - 600px + 1536px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689952283161"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283161"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283161"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283161"] {
            top: 941px;
            left: calc(50% - 160px + 284px);
            width: 7px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283161"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283161"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283169"] {
          text-align: center;
          z-index: 40;
          top: 148px;
          left: calc(50% - 600px + 1536px);
          width: 299px;
          height: 369px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283169"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689952283169"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283169"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283169"] {
            top: 794px;
            left: calc(50% - 160px + 190px);
            width: 121px;
            height: 178px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283169"] .tn-atom {
            background-size: cover;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283176"] {
          text-align: center;
          z-index: 41;
          top: 208px;
          left: calc(50% - 600px + 1774px);
          width: 299px;
          height: 369px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283176"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689952283176"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283176"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283176"] {
            top: 852px;
            left: calc(50% - 160px + -1367px);
            width: 310px;
            height: 185px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283186"] {
          text-align: center;
          z-index: 42;
          top: 59px;
          left: calc(50% - 600px + 1960px);
          width: 299px;
          height: 369px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283186"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689952283186"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283186"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283186"] {
            top: 356px;
            left: calc(50% - 160px + 7px);
            width: 122px;
            height: 180px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283195"] {
          z-index: 43;
          top: 462px;
          left: calc(50% - 600px + 1300px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283195"] .tn-atom {
          border-radius: 15px;
          background-color: #adadad;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283195"] {
            top: 322px;
            left: calc(50% - 160px + -713px);
            width: 122px;
            height: 180px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283195"] .tn-atom {
            background-size: cover;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283212"] {
          z-index: 44;
          top: 729px;
          left: calc(50% - 600px + 1316px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283212"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283212"] {
            top: 448px;
            left: calc(50% - 160px + -707px);
            width: 107px;
            height: 44px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283212"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283225"] {
          color: #ffffff;
          z-index: 45;
          top: 769px;
          left: calc(50% - 600px + 1336px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283225"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283225"] {
            top: 459px;
            left: calc(50% - 160px + -699px);
            width: 90px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283225"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283237"] {
          color: #ededed;
          z-index: 46;
          top: 742px;
          left: calc(50% - 600px + 1340px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283237"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283237"] {
            top: 661px;
            left: calc(50% - 160px + 210px);
            width: 95px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283237"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283242"] {
          z-index: 47;
          top: 769px;
          left: calc(50% - 600px + 1536px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689952283242"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283242"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283242"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283242"] {
            top: 470px;
            left: calc(50% - 160px + -620px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283242"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283242"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283251"] {
          text-align: center;
          z-index: 48;
          top: 459px;
          left: calc(50% - 600px + 1300px);
          width: 299px;
          height: 371px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689952283251"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689952283251"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689952283251"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689952283251"] {
            top: 322px;
            left: calc(50% - 160px + -713px);
            width: 122px;
            height: 180px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479182"] {
          z-index: 49;
          top: 32px;
          left: calc(50% - 600px + 8px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479182"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479182"] .tn-atom {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479182"] {
            top: 523px;
            left: calc(50% - 160px + -719px);
            width: 21px;
            height: 1px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479182"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479192"] {
          z-index: 50;
          top: 32px;
          left: calc(50% - 600px + 8px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479192"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479192"] .tn-atom {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479192"] {
            top: 523px;
            left: calc(50% - 160px + -719px);
            width: 21px;
            height: 1px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479192"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479209"] {
          z-index: 51;
          top: 46px;
          left: calc(50% - 600px + -935px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(110%);
          filter: brightness(110%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479209"] .tn-atom {
          border-radius: 15px;
          background-color: #b3b3b3;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479209"] {
            top: 641px;
            left: calc(50% - 160px + -732px);
            width: 122px;
            height: 180px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479209"] .tn-atom {
            background-size: cover;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479220"] {
          z-index: 52;
          top: 46px;
          left: calc(50% - 600px + -605px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479220"] .tn-atom {
          border-radius: 15px;
          background-color: #b3b3b3;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479220"] {
            top: 794px;
            left: calc(50% - 160px + 8px);
            width: 175px;
            height: 180px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479220"] .tn-atom {
            background-size: cover;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479228"] {
          z-index: 53;
          top: 46px;
          left: calc(50% - 600px + -272px);
          width: 298px;
          height: 368px;
          -webkit-filter: saturate(80%);
          filter: saturate(80%);
          border-radius: 15px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479228"] .tn-atom {
          border-radius: 15px;
          background-color: #b3b3b3;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479228"] {
            top: 985px;
            left: calc(50% - 160px + 9px);
            width: 302px;
            height: 242px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479228"] .tn-atom {
            background-size: cover;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479272"] {
          z-index: 54;
          top: 312px;
          left: calc(50% - 600px + -592px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479272"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479272"] {
            top: 927px;
            left: calc(50% - 160px + 17px);
            width: 156px;
            height: 38px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479272"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479280"] {
          color: #ffffff;
          z-index: 55;
          top: 356px;
          left: calc(50% - 600px + -569px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479280"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479280"] {
            top: 941px;
            left: calc(50% - 160px + 18px);
            width: 141px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479280"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479287"] {
          color: #ededed;
          z-index: 56;
          top: 329px;
          left: calc(50% - 600px + -565px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479287"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479287"] {
            top: 859px;
            left: calc(50% - 160px + 163px);
            width: 95px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479287"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479291"] {
          z-index: 57;
          top: 356px;
          left: calc(50% - 600px + -372px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689956479291"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479291"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479291"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479291"] {
            top: 941px;
            left: calc(50% - 160px + 149px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479291"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479291"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479297"] {
          z-index: 58;
          top: 316px;
          left: calc(50% - 600px + -259px);
          width: 269px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479297"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479297"] {
            top: 1125px;
            left: calc(50% - 160px + 19px);
            width: 281px;
            height: 40px;
            border-radius: 10px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479297"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 10px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479307"] {
          color: #ffffff;
          z-index: 59;
          top: 356px;
          left: calc(50% - 600px + -239px);
          width: 195px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479307"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479307"] {
            top: 1138px;
            left: calc(50% - 160px + 41px);
            width: 155px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479307"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479311"] {
          color: #ededed;
          z-index: 60;
          top: 329px;
          left: calc(50% - 600px + -239px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479311"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479311"] {
            top: 1022px;
            left: calc(50% - 160px + 39px);
            width: 94px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479311"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479315"] {
          z-index: 61;
          top: 356px;
          left: calc(50% - 600px + -29px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689956479315"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479315"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479315"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479315"] {
            top: 1139px;
            left: calc(50% - 160px + 274px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479315"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479315"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479337"] {
          text-align: center;
          z-index: 62;
          top: 46px;
          left: calc(50% - 600px + -876px);
          width: 299px;
          height: 368px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479337"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689956479337"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479337"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479337"] {
            top: 794px;
            left: calc(50% - 160px + 8px);
            width: 175px;
            height: 180px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479342"] {
          text-align: center;
          z-index: 63;
          top: 53px;
          left: calc(50% - 600px + -273px);
          width: 299px;
          height: 368px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479342"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689956479342"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479342"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479342"] {
            top: 985px;
            left: calc(50% - 160px + 10px);
            width: 303px;
            height: 235px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479238"] {
          z-index: 64;
          top: 316px;
          left: calc(50% - 600px + -919px);
          width: 266px;
          height: 83px;
          pointer-events: none;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479238"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479238"] {
            top: 773px;
            left: calc(50% - 160px + -726px);
            width: 107px;
            height: 38px;
            border-radius: 7px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479238"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 7px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479254"] {
          color: #ffffff;
          z-index: 65;
          top: 356px;
          left: calc(50% - 600px + -895px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479254"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479254"] {
            top: 786px;
            left: calc(50% - 160px + -716px);
            width: 89px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479254"] .tn-atom {
            font-size: 13px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479262"] {
          color: #ededed;
          z-index: 66;
          top: 329px;
          left: calc(50% - 600px + -892px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479262"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479262"] {
            top: 859px;
            left: calc(50% - 160px + 23px);
            width: 95px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479262"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479329"] {
          text-align: center;
          z-index: 67;
          top: 153px;
          left: calc(50% - 600px + -822px);
          width: 299px;
          height: 367px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479329"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689956479329"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479329"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479329"] {
            top: 640px;
            left: calc(50% - 160px + -732px);
            width: 122px;
            height: 180px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689958551072"] {
          text-align: center;
          z-index: 68;
          top: 29px;
          left: calc(50% - 600px + 457px);
          width: 299px;
          height: 368px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689958551072"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1689958551072"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1689958551072"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689958551072"] {
            top: 303px;
            left: calc(50% - 160px + -806px);
            width: 306px;
            height: 180px;
            border-radius: 15px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689958551072"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            transform: rotate(0deg);
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1690312515993"] {
          text-align: center;
          z-index: 69;
          top: 46px;
          left: calc(50% - 600px + 127px);
          width: 299px;
          height: 368px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1690312515993"] .tn-atom {
          color: transparent;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.15;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
        }
        
        @media (hover),
        (min-width:0\0) {
          #rec619119240 .tn-elem[data-elem-id="1690312515993"] .tn-atom:hover {
            background-color: #ffffff;
            background-image: none;
          }
          #rec619119240 .tn-elem[data-elem-id="1690312515993"] .tn-atom:hover {
            color: #ffffff;
          }
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1690312515993"] {
            top: 483px;
            left: calc(50% - 160px + 5px);
            width: 308px;
            height: 298px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676283281"] {
          z-index: 70;
          top: 50px;
          left: calc(50% - 600px + 813px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(90%);
          filter: brightness(90%);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676283281"] .tn-atom {
          border-radius: 20px;
          background-color: #adada6;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1696676283281"] {
            top: 66px;
            left: calc(50% - 160px + 7px);
            width: 306px;
            height: 180px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676323630"] {
          z-index: 71;
          top: 313px;
          left: calc(50% - 600px + 816px);
          width: 266px;
          height: 83px;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676323630"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1696676323630"] {
            top: 199px;
            left: calc(50% - 160px + 16px);
            width: 285px;
            height: 41px;
            border-radius: 6px;
          }
          #rec619119240 .tn-elem[data-elem-id="1696676323630"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 6px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676381694"] {
          color: #ffffff;
          z-index: 72;
          top: 357px;
          left: calc(50% - 600px + 831px);
          width: 225px;
          height: auto;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676381694"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.1;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1696676381694"] {
            top: 215px;
            left: calc(50% - 160px + 25px);
            width: 173px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1696676381694"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676410678"] {
          z-index: 73;
          top: 358px;
          left: calc(50% - 600px + 1037px);
          width: 19px;
          height: auto;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1696676410678"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676410678"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1696676410678"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1696676410678"] {
            top: 217px;
            left: calc(50% - 160px + -129px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1696676410678"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1696676410678"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666300"] {
          z-index: 74;
          top: 469px;
          left: calc(50% - 600px + 853px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666300"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666300"] .tn-atom {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1701896666300"] {
            top: 351pxpx;
            left: calc(50% - 160px + 684px);
            width: 21px;
            height: 1px;
          }
          #rec619119240 .tn-elem[data-elem-id="1701896666300"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666310"] {
          z-index: 75;
          top: 469px;
          left: calc(50% - 600px + 853px);
          width: 21px;
          height: 2px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666310"] .tn-atom {
          opacity: 0;
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666310"] .tn-atom {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1701896666310"] {
            top: 351pxpx;
            left: calc(50% - 160px + 684px);
            width: 21px;
            height: 1px;
          }
          #rec619119240 .tn-elem[data-elem-id="1701896666310"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666314"] {
          z-index: 76;
          top: 453px;
          left: calc(50% - 600px + 847px);
          width: 32px;
          height: 33px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666314"] .tn-atom {
          border-radius: 3000px;
          opacity: 0;
          background-color: #ebebeb;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1701896666314"] {
            top: 181pxpx;
            left: calc(50% - 160px + 524px);
            width: 16px;
            height: 180px;
          }
          #rec619119240 .tn-elem[data-elem-id="1701896666314"] .tn-atom {
            background-size: cover;
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666319"] {
          z-index: 77;
          top: 488px;
          left: calc(50% - 600px + 598px);
          width: 298px;
          height: 368px;
          -webkit-filter: brightness(90%);
          filter: brightness(90%);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666319"] .tn-atom {
          border-radius: 20px;
          background-color: #adada6;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1701896666319"] {
            top: 252px;
            left: calc(50% - 160px + 7px);
            width: 306px;
            height: 224px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666324"] {
          z-index: 78;
          top: 752px;
          left: calc(50% - 600px + 598px);
          width: 266px;
          height: 83px;
          -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
          border-radius: 20px;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666324"] .tn-atom {
          border-radius: 20px;
          opacity: 0.1;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1701896666324"] {
            top: 427px;
            left: calc(50% - 160px + 17px);
            width: 281px;
            height: 40px;
            border-radius: 6px;
          }
          #rec619119240 .tn-elem[data-elem-id="1701896666324"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 6px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666328"] {
          color: #ffffff;
          z-index: 79;
          top: 801px;
          left: calc(50% - 600px + 624px);
          width: 183px;
          height: auto;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666328"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.1;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1701896666328"] {
            top: 442px;
            left: calc(50% - 160px + 26px);
            width: 171px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1701896666328"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666331"] {
          z-index: 80;
          top: 796px;
          left: calc(50% - 600px + 822px);
          width: 19px;
          height: auto;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1701896666331"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666331"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1701896666331"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1701896666331"] {
            top: 217px;
            left: calc(50% - 160px + 274px);
            width: 9px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1701896666331"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1701896666331"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1730021212905"] {
          color: #000000;
          z-index: 81;
          top: 0px;
          left: calc(50% - 600px + 127px);
          width: 560px;
          height: auto;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1730021212905"] .tn-atom {
          color: #000000;
          font-size: 21px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1730021212905"] {
            top: -7px;
            left: calc(50% - 160px + 10px);
            width: 297px;
            height: auto;
          }
          #rec619119240 .tn-elem[data-elem-id="1730021212905"] {
            color: #ffffff;
            text-align: center;
          }
          #rec619119240 .tn-elem[data-elem-id="1730021212905"] .tn-atom {
            color: #ffffff;
            font-size: 22px;
            background-size: cover;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479323"] {
          z-index: 82;
          top: 356px;
          left: calc(50% - 600px + -699px);
          width: 19px;
          height: auto;
          pointer-events: none;
        }
        
        @media (min-width:1200px) {
          #rec619119240 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689956479323"] {
            opacity: 0;
          }
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479323"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec619119240 .tn-elem[data-elem-id="1689956479323"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {
          #rec619119240 .tn-elem[data-elem-id="1689956479323"] {
            top: 444px;
            left: calc(50% - 160px + 270px);
            width: 9px;
            height: auto;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479323"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec619119240 .tn-elem[data-elem-id="1689956479323"] .tn-atom__img {
            border-radius: 0px;
          }
        }
		       #rec578433715 .t396__artboard {
          height: 4809px;
        }
        
        #rec578433715 .t396__filter {
          height: 4809px;
        }
        
        #rec578433715 .t396__carrier {
          height: 4809px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .t396__artboard,
          #rec578433715 .t396__filter,
          #rec578433715 .t396__carrier {}
          #rec578433715 .t396__filter {}
          #rec578433715 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .t396__artboard,
          #rec578433715 .t396__filter,
          #rec578433715 .t396__carrier {}
          #rec578433715 .t396__filter {}
          #rec578433715 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578433715 .t396__artboard,
          #rec578433715 .t396__filter,
          #rec578433715 .t396__carrier {}
          #rec578433715 .t396__filter {}
          #rec578433715 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578433715 .t396__artboard,
          #rec578433715 .t396__filter,
          #rec578433715 .t396__carrier {
            height: 6997px;
          }
          #rec578433715 .t396__filter {}
          #rec578433715 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476456"] {
          z-index: 2;
          top: 110px;
          left: calc(50% - 652.5px + 14px);
          width: 1305px;
          height: 97%;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476456"] .tn-atom {
          border-radius: 20px;
          background-color: #ffffff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
          box-shadow: 0px 0px 20px 1px rgba(20, 20, 20, 0.1);
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476456"] {
            top: 27px;
            left: calc(50% - 652.5px + 0px);
            width: 640px;
            height: 429%;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476456"] {
            top: 27px;
            left: calc(50% - 652.5px + 0px);
            width: 480px;
            height: 429%;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476456"] {
            top: -18px;
            left: calc(50% - 652.5px + 0px);
            width: 95%;
            height: 99%;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476467"] {
          z-index: 3;
          top: 172px;
          left: calc(50% - 600px + 805px);
          width: 334px;
          height: 142px;
          -webkit-filter: blur(50px);
          filter: blur(50px);
          border-radius: 3000px;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476467"] .tn-atom {
          border-radius: 3000px;
          opacity: 0.1;
          background-color: #51b89e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476467"] .tn-atom {
          -webkit-transform: rotate(3deg);
          -moz-transform: rotate(3deg);
          transform: rotate(3deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476467"] {
            top: 300px;
            left: calc(50% - 480px + 449px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476467"] {
            top: 283px;
            left: calc(50% - 320px + 291px);
            width: 139px;
            height: 98px;
          }
        }
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476467"] {
            top: 425px;
            left: calc(50% - 160px + 212px);
            width: 150px;
            height: 94px;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564851034"] {
          z-index: 4;
          top: 194px;
          left: calc(50% - 600px + 261px);
          width: 288px;
          height: 256px;
          -webkit-filter: blur(50px);
          filter: blur(50px);
          border-radius: 3000px;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564851034"] .tn-atom {
          border-radius: 3000px;
          opacity: 0.03;
          background-color: #ff9500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564851034"] .tn-atom {
          -webkit-transform: rotate(3deg);
          -moz-transform: rotate(3deg);
          transform: rotate(3deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1681564851034"] {
            top: 57pxpx;
            left: calc(50% - 480px + 124pxpx);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1681564851034"] {
            top: 63pxpx;
            left: calc(50% - 320px + -2pxpx);
            width: 149px;
            height: 159px;
          }
        }
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1681564851034"] {
            top: -19px;
            left: calc(50% - 160px + 240px);
            width: 80px;
            height: 155px;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476473"] {
          z-index: 5;
          top: 851px;
          left: calc(50% - 600px + -41px);
          width: 155px;
          height: 138px;
          -webkit-filter: blur(50px);
          filter: blur(50px);
          border-radius: 3000px;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476473"] .tn-atom {
          border-radius: 3000px;
          opacity: 0.1;
          background-color: #ffd07a;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476473"] .tn-atom {
          -webkit-transform: rotate(3deg);
          -moz-transform: rotate(3deg);
          transform: rotate(3deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476473"] {
            top: 194px;
            left: calc(50% - 480px + 672px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476473"] {
            top: 187px;
            left: calc(50% - 320px + 493px);
            width: 140px;
            height: 125px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476473"] {
            top: 94px;
            left: calc(50% - 240px + 342px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476473"] {
            top: 96px;
            left: calc(50% - 160px + 27px);
            width: 152px;
            height: 120px;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476486"] {
          z-index: 6;
          top: 110px;
          left: calc(50% - 600px + -89px);
          width: 350px;
          height: 262px;
          -webkit-filter: blur(50px);
          filter: blur(50px);
          border-radius: 3000px;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476486"] .tn-atom {
          border-radius: 3000px;
          opacity: 0.05;
          background-color: #00ff73;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476486"] .tn-atom {
          -webkit-transform: rotate(3deg);
          -moz-transform: rotate(3deg);
          transform: rotate(3deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476486"] {
            top: 47px;
            left: calc(50% - 480px + 114px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476486"] {
            top: 53px;
            left: calc(50% - 320px + -12px);
            width: 149px;
            height: 159px;
          }
        }
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476486"] {
            top: -19px;
            left: calc(50% - 160px + 0px);
            width: 91px;
            height: 155px;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476519"] {
          color: #383838;
          text-align: center;
          z-index: 10;
          top: 267px;
          left: calc(50% - 600px + 302px);
          width: 617px;
          height: auto;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476519"] .tn-atom {
          color: #383838;
          font-size: 36px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.15;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476519"] {
            top: 242px;
            left: calc(50% - 480px + 160px);
            height: auto;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476519"] {
            top: 230px;
            left: calc(50% - 320px + 30px);
            width: 416px;
            height: auto;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476519"] {
            top: 219px;
            left: calc(50% - 240px + 21px);
            height: auto;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476519"] {
            top: 75px;
            left: calc(50% - 160px + 0px);
            width: 261px;
            height: auto;
          }
          #rec578433715 .tn-elem[data-elem-id="1679532476519"] {
            text-align: center;
          }
          #rec578433715 .tn-elem[data-elem-id="1679532476519"] .tn-atom {
            font-size: 22px;
            line-height: 1.3;
            background-size: cover;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679536158935"] {
          z-index: 11;
          top: 291px;
          left: calc(50% - 600px + 881px);
          width: 18px;
          height: auto;
          -webkit-filter: invert(100%);
          filter: invert(100%);
        }
        
        @media (min-width:1200px) {
          #rec578433715 .tn-elem.t396__elem--anim-hidden[data-elem-id="1679536158935"] {
            opacity: 0;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679536158935"] .tn-atom {
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679536158935"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679536158935"] {
            top: 99px;
            left: calc(50% - 160px + 7px);
            width: 11px;
            height: auto;
          }
          #rec578433715 .tn-elem[data-elem-id="1679536158935"] .tn-atom {
            background-size: cover;
            opacity: 1;
            -webkit-transform: rotate(1deg);
            -moz-transform: rotate(1deg);
            transform: rotate(1deg);
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476497"] {
          z-index: 7;
          top: 139px;
          left: calc(50% - 600px + 1221px);
          width: 21px;
          height: 2px;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476497"] .tn-atom {
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476497"] .tn-atom {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476497"] {
            top: 52px;
            left: calc(50% - 480px + 805px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476497"] {
            top: 54px;
            left: calc(50% - 320px + 604px);
            width: 19px;
            height: 2px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476497"] {
            top: 56px;
            left: calc(50% - 240px + 445px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476497"] {
            top: 4px;
            left: calc(50% - 160px + -20px);
            width: 21px;
            height: 1px;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476501"] {
          z-index: 8;
          top: 139px;
          left: calc(50% - 600px + 1221px);
          width: 21px;
          height: 2px;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476501"] .tn-atom {
          background-color: #2e2e2e;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476501"] .tn-atom {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          transform: rotate(135deg);
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476501"] {
            top: 52px;
            left: calc(50% - 480px + 805px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476501"] {
            top: 54px;
            left: calc(50% - 320px + 604px);
            width: 19px;
            height: 2px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476501"] {
            top: 56px;
            left: calc(50% - 240px + 445px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476501"] {
            top: 4px;
            left: calc(50% - 160px + -20px);
            width: 21px;
            height: 1px;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476506"] {
          z-index: 9;
          top: 124px;
          left: calc(50% - 600px + 1215px);
          width: 32px;
          height: 33px;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1679532476506"] .tn-atom {
          border-radius: 3000px;
          opacity: 0.55;
          background-color: #ebebeb;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476506"] {
            top: 37px;
            left: calc(50% - 480px + 799px);
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476506"] {
            top: 40px;
            left: calc(50% - 320px + 598px);
            width: 29px;
            height: 30px;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476506"] {
            top: 42px;
            left: calc(50% - 240px + 439px);
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1679532476506"] {
            top: -11px;
            left: calc(50% - 160px + -14px);
            width: 33px;
            height: 32px;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564784929"] {
          z-index: 12;
          top: 159px;
          left: calc(50% - 600px + 545px);
          width: 130px;
          height: auto;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564784929"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564784929"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1681564784929"] {
            top: 12px;
            left: calc(50% - 160px + 0px);
            width: 75px;
            height: auto;
          }
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564929768"] {
          color: #000000;
          z-index: 13;
          top: 424px;
          left: calc(50% - 600px + 96px);
          width: 1037px;
          height: auto;
        }
        
        #rec578433715 .tn-elem[data-elem-id="1681564929768"] .tn-atom {
          color: #000000;
          font-size: 16px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578433715 .tn-elem[data-elem-id="1681564929768"] {
            top: 215px;
            left: calc(50% - 160px + 0px);
            width: 354px;
            height: auto;
          }
          #rec578433715 .tn-elem[data-elem-id="1681564929768"] .tn-atom {
            font-size: 14px;
            background-size: cover;
          }
        }
		  #rec558029101 .t396__artboard {
          height: 430px;
          background-color: #6e6e6e;
          overflow: visible;
        }
        
        #rec558029101 .t396__filter {
          height: 430px;
        }
        
        #rec558029101 .t396__carrier {
          height: 430px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec558029101 .t396__artboard,
          #rec558029101 .t396__filter,
          #rec558029101 .t396__carrier {}
          #rec558029101 .t396__filter {}
          #rec558029101 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec558029101 .t396__artboard,
          #rec558029101 .t396__filter,
          #rec558029101 .t396__carrier {}
          #rec558029101 .t396__filter {}
          #rec558029101 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec558029101 .t396__artboard,
          #rec558029101 .t396__filter,
          #rec558029101 .t396__carrier {}
          #rec558029101 .t396__filter {}
          #rec558029101 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec558029101 .t396__artboard,
          #rec558029101 .t396__filter,
          #rec558029101 .t396__carrier {
            height: 504px;
          }
          #rec558029101 .t396__filter {}
          #rec558029101 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771144860"] {
          z-index: 3;
          top: 233px;
          left: calc(50% - 600px + 229px);
          width: 18px;
          height: auto;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771144860"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771144860"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
        
        #rec558029101 .tn-elem[data-elem-id="1677770740038"] {
          z-index: 5;
          top: 55px;
          left: calc(50% - 600px + 605px);
          width: 280px;
          height: 356px;
        }
        
        @media (min-width:1200px) {
          #rec558029101 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770740038"] {
            opacity: 0;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770740038"] .tn-atom {
          border-radius: 20px;
          background-color: #d1d1d1;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677770740038"] {
            top: 81px;
            left: calc(50% - 160px + 165px);
            width: 145px;
            height: 185px;
            border-radius: 14px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677770740038"] .tn-atom {
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770930583"] {
          z-index: 6;
          top: 311px;
          left: calc(50% - 600px + 626px);
          width: 243px;
          height: 108px;
          pointer-events: none;
          -webkit-filter: blur(24px);
          filter: blur(24px);
          border-radius: 20px;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770930583"] .tn-atom {
          border-radius: 20px;
          opacity: 0.7;
          background-color: #858585;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677770930583"] {
            top: 197px;
            left: calc(50% - 160px + 165px);
            width: 116px;
            height: 73px;
            border-radius: 14px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677770930583"] .tn-atom {
            background-color: #919191;
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771220173"] {
          color: #ffffff;
          z-index: 7;
          top: 368px;
          left: calc(50% - 600px + 632px);
          width: 181px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771220173"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771220173"] {
            top: 232px;
            left: calc(50% - 160px + 181px);
            width: 94px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771220173"] .tn-atom {
            font-size: 15px;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771220179"] {
          z-index: 8;
          top: 372px;
          left: calc(50% - 600px + 830px);
          width: 17px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771220179"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771220179"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771220179"] {
            top: 239px;
            left: calc(50% - 160px + 281px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771220179"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771220179"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771220187"] {
          color: #ededed;
          z-index: 9;
          top: 342px;
          left: calc(50% - 600px + 632px);
          width: 181px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771220187"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771220187"] {
            top: 210px;
            left: calc(50% - 160px + 181px);
            width: 94px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771220187"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770491192"] {
          z-index: 11;
          top: 55px;
          left: calc(50% - 600px + 893px);
          width: 282px;
          height: 358px;
        }
        
        @media (min-width:1200px) {
          #rec558029101 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770491192"] {
            opacity: 0;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770491192"] .tn-atom {
          border-radius: 20px;
          background-color: #d1d1d1;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677770491192"] {
            top: 81px;
            left: calc(50% - 160px + 10px);
            width: 146px;
            height: 185px;
            border-radius: 14px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677770491192"] .tn-atom {
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770873824"] {
          z-index: 12;
          top: 304px;
          left: calc(50% - 600px + 900px);
          width: 255px;
          height: 109px;
          pointer-events: none;
          -webkit-filter: blur(24px);
          filter: blur(24px);
          border-radius: 20px;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770873824"] .tn-atom {
          border-radius: 20px;
          opacity: 0.7;
          background-color: #858585;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677770873824"] {
            top: 206px;
            left: calc(50% - 160px + 10px);
            width: 112px;
            height: 69px;
            border-radius: 14px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677770873824"] .tn-atom {
            background-color: #a8a8a8;
            background-size: cover;
            border-radius: 14px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770975635"] {
          color: #ffffff;
          z-index: 13;
          top: 367px;
          left: calc(50% - 600px + 923px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770975635"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677770975635"] {
            top: 224px;
            left: calc(50% - 160px + 25px);
            width: 89px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677770975635"] .tn-atom {
            font-size: 14px;
            line-height: 1.05;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771176534"] {
          color: #ededed;
          z-index: 14;
          top: 342px;
          left: calc(50% - 600px + 923px);
          width: 183px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771176534"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771176534"] {
            top: 200px;
            left: calc(50% - 160px + 26px);
            width: 95px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771176534"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771765957"] {
          z-index: 15;
          top: 371px;
          left: calc(50% - 600px + 1119px);
          width: 17px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771765957"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771765957"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771765957"] {
            top: 244px;
            left: calc(50% - 160px + 127px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771765957"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771765957"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1681757994257"] {
          color: #000000;
          z-index: 16;
          top: 6px;
          left: calc(50% - 600px + -803px);
          width: 560px;
          height: auto;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1681757994257"] .tn-atom {
          color: #000000;
          font-size: 20px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          text-transform: uppercase;
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1681757994257"] {
            top: 19px;
            left: calc(50% - 160px + 20px);
            width: 300px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1681757994257"] .tn-atom {
            font-size: 26px;
            letter-spacing: 0px;
            background-size: cover;
            opacity: 1;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1730800409211"] {
          color: #ffffff;
          z-index: 17;
          top: -29px;
          left: calc(50% - 600px + 494px);
          width: 537px;
          height: auto;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1730800409211"] .tn-atom {
          color: #ffffff;
          font-size: 30px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.85;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1730800409211"] {
            top: 7px;
            left: calc(50% - 160px + 19px);
            width: 253px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1730800409211"] .tn-atom {
            font-size: 35px;
            line-height: 1.55;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770743686"] {
          z-index: 19;
          top: 55px;
          left: calc(50% - 600px + 315px);
          width: 281px;
          height: 357px;
        }
        
        @media (min-width:1200px) {
          #rec558029101 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770743686"] {
            opacity: 0;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770743686"] .tn-atom {
          border-radius: 20px;
          background-color: #d1d1d1;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677770743686"] {
            top: 276px;
            left: calc(50% - 160px + 10px);
            width: 147px;
            height: 187px;
            border-radius: 15px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677770743686"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771287353"] {
          z-index: 20;
          top: 310px;
          left: calc(50% - 600px + 334px);
          width: 243px;
          height: 108px;
          pointer-events: none;
          -webkit-filter: blur(24px);
          filter: blur(24px);
          border-radius: 20px;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771287353"] .tn-atom {
          border-radius: 20px;
          opacity: 0.7;
          background-color: #858585;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771287353"] {
            top: 409px;
            left: calc(50% - 160px + 10px);
            width: 138px;
            height: 57px;
            border-radius: 15px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771287353"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771287360"] {
          color: #ffffff;
          z-index: 21;
          top: 366px;
          left: calc(50% - 600px + 342px);
          width: 182px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771287360"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771287360"] {
            top: 426px;
            left: calc(50% - 160px + 24px);
            width: 95px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771287360"] .tn-atom {
            font-size: 15px;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771287364"] {
          color: #ededed;
          z-index: 22;
          top: 342px;
          left: calc(50% - 600px + 342px);
          width: 182px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771287364"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771287364"] {
            top: 403px;
            left: calc(50% - 160px + 24px);
            width: 95px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771287364"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771771901"] {
          z-index: 23;
          top: 370px;
          left: calc(50% - 600px + 545px);
          width: 17px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771771901"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771771901"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771771901"] {
            top: 433px;
            left: calc(50% - 160px + 129px);
            width: 10px;
            height: auto;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771771901"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771771901"] .tn-atom__img {
            border-radius: 0px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770747039"] {
          z-index: 25;
          top: 55px;
          left: calc(50% - 600px + 25px);
          width: 281px;
          height: 357px;
        }
        
        @media (min-width:1200px) {
          #rec558029101 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677770747039"] {
            opacity: 0;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677770747039"] .tn-atom {
          border-radius: 20px;
          background-color: #d1d1d1;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677770747039"] {
            top: 275px;
            left: calc(50% - 160px + 165px);
            width: 145px;
            height: 188px;
            border-radius: 15px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677770747039"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771293375"] {
          z-index: 26;
          top: 304px;
          left: calc(50% - 600px + 44px);
          width: 240px;
          height: 112px;
          pointer-events: none;
          -webkit-filter: blur(24px);
          filter: blur(24px);
          border-radius: 20px;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771293375"] .tn-atom {
          border-radius: 20px;
          opacity: 0.7;
          background-color: #858585;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771293375"] {
            top: 407px;
            left: calc(50% - 160px + 165px);
            width: 137px;
            height: 60px;
            border-radius: 15px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771293375"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771293382"] {
          color: #ffffff;
          z-index: 27;
          top: 365px;
          left: calc(50% - 600px + 52px);
          width: 180px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771293382"] .tn-atom {
          color: #ffffff;
          font-size: 18px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771293382"] {
            top: 427px;
            left: calc(50% - 160px + 178px);
            width: 131px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771293382"] .tn-atom {
            font-size: 14px;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771293385"] {
          color: #ededed;
          z-index: 28;
          top: 336px;
          left: calc(50% - 600px + 52px);
          width: 180px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771293385"] .tn-atom {
          color: #ededed;
          font-size: 13px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 500;
          opacity: 0;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771293385"] {
            top: 402px;
            left: calc(50% - 160px + 178px);
            width: 94px;
            height: auto;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771293385"] .tn-atom {
            font-size: 10px;
            background-size: cover;
          }
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771776148"] {
          z-index: 29;
          top: 371px;
          left: calc(50% - 600px + 250px);
          width: 17px;
          height: auto;
          pointer-events: none;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771776148"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec558029101 .tn-elem[data-elem-id="1677771776148"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec558029101 .tn-elem[data-elem-id="1677771776148"] {
            top: 406px;
            left: calc(50% - 160px + 285px);
            width: 9px;
            height: auto;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771776148"] .tn-atom {
            background-size: cover;
            border-radius: 0px;
          }
          #rec558029101 .tn-elem[data-elem-id="1677771776148"] .tn-atom__img {
            border-radius: 0px;
          }
        }
		    /*Заголовок для слайдера*/
              
              .header_1 {
                z-index: 10 !important;
              }
              
              .owl-carousel .owl-nav button.owl-next,
              .owl-carousel .owl-nav button.owl-prev,
              .owl-carousel button.owl-dot {
                background: 0 no-repeat;
                color: inherit;
                border: none;
                padding: 0!important;
                font: inherit;
              }
              /*Стрелка вперед*/
              
              .owl-next {
                transition-duration: 0.4s;
                width: 100px;
                border-radius: 1000px !important;
                height: 100px;
                background-size: 100% !important;
                background: 0 no-repeat;
                background-image: url(tild6664-6266-4261-b535-353266376236/photo.png) !important;
              }
              
              .owl-next:hover {
                transition-duration: 0.4s;
                background-size: 100% !important;
                background: 0 no-repeat;
                background-image: url(tild3437-3031-4934-a330-653439393634/_.png) !important;
              }
              /*Стрелка назад*/
              
              .owl-prev {
                background: #E7E7E7;
                transition-duration: 0.4s;
                width: 100px;
                border-radius: 1000px !important;
                height: 100px;
                background-size: 100% !important;
                background-image: url(tild6332-3563-4530-b530-346532636632/photo.png) !important;
              }
              
              .owl-prev:hover {
                transition-duration: 0.4s;
                background-size: 100% !important;
                background-image: url(tild6463-3934-4437-a539-336339393630/_.png) !important;
              }
              /*Общие настройки для стрелок*/
              
              .owl-theme .owl-nav [class*=owl-]:hover {
                transition-duration: 0.4s;
                background: 0 no-repeat;
              }
              
              .owl-theme .owl-nav [class*=owl-] {
                transition-duration: 0.4s;
                background: 0 no-repeat;
              }
              
              .owl-prev span,
              .owl-next span {
                display: none;
              }
              
              .owl-theme .owl-nav {
                display: flex;
                gap: 20px;
                margin-top: 10px;
                position: absolute;
                top: -170px;
                right: 60px;
              }
              /*Общие настройки для галереи*/
              
              .owl-carousel .owl-stage-outer {
                height: 520px;
              }
              
              .owl-item {
                width: 100% !important;
              }
              
              .owl-stage {
                justify-content: space-around;
                display: flex;
              }
              /*Ширина слайдера и отступ слева*/
              
              .owl-carousel {
                margin-left: 60px;
                width: 95vw !important;
              }
              
              .owl-carousel {
                max-width: 95% !important;
              }
              
              @media screen and (max-width: 480px) {
                .owl-theme .owl-nav {
                  display: flex;
                  gap: 5px;
                  margin-top: 10px;
                  position: absolute;
                  top: -140px;
                  right: 16px;
                }
                button.owl-dot {
                  width: 2px !important;
                  height: 2px !important;
                }
                .owl-next {
                  transition-duration: 0.4s;
                  width: 70px;
                  border-radius: 1000px !important;
                  height: 70px;
                  background-size: 100% !important;
                  background: 0 no-repeat;
                  background-image: url(tild6664-6266-4261-b535-353266376236/photo.png) !important;
                }
                .owl-next:hover {
                  transition-duration: 0.4s;
                  background-size: 100% !important;
                  background: 0 no-repeat;
                  background-image: url(tild3437-3031-4934-a330-653439393634/_.png) !important;
                }
                /*Стрелка назад*/
                .owl-prev {
                  background: #E7E7E7;
                  transition-duration: 0.4s;
                  width: 70px;
                  border-radius: 1000px !important;
                  height: 70px;
                  background-size: 100% !important;
                  background-image: url(tild6332-3563-4530-b530-346532636632/photo.png) !important;
                }
                .owl-prev:hover {
                  transition-duration: 0.4s;
                  background-size: 100% !important;
                  background-image: url(tild6463-3934-4437-a539-336339393630/_.png) !important;
                }
                /*Общие настройки для галереи*/
                .owl-carousel .owl-stage-outer {
                  height: 450px;
                }
                .owl-item {
                  width: 100% !important;
                }
                .owl-stage {
                  justify-content: space-around;
                  display: flex;
                }
                /*Ширина слайдера и отступ слева*/
                .owl-carousel {
                  margin-left: 20px;
                  width: 100vw !important;
                }
                .owl-carousel {
                  max-width: 100% !important;
                }
              }
			   #rec578173316 .t396__artboard {
          height: 1020px;
          background-color: #000000;
        }
        
        #rec578173316 .t396__filter {
          height: 1020px;
        }
        
        #rec578173316 .t396__carrier {
          height: 1020px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec578173316 .t396__artboard,
          #rec578173316 .t396__filter,
          #rec578173316 .t396__carrier {}
          #rec578173316 .t396__filter {}
          #rec578173316 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec578173316 .t396__artboard,
          #rec578173316 .t396__filter,
          #rec578173316 .t396__carrier {}
          #rec578173316 .t396__filter {}
          #rec578173316 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec578173316 .t396__artboard,
          #rec578173316 .t396__filter,
          #rec578173316 .t396__carrier {}
          #rec578173316 .t396__filter {}
          #rec578173316 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec578173316 .t396__artboard,
          #rec578173316 .t396__filter,
          #rec578173316 .t396__carrier {
            height: 770px;
          }
          #rec578173316 .t396__filter {}
          #rec578173316 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523174"] {
          z-index: 2;
          top: 191px;
          left: calc(50% - 600px + -161px);
          width: 274px;
          height: 211px;
          -webkit-filter: blur(50px);
          filter: blur(50px);
          border-radius: 20px;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523174"] .tn-atom {
          border-radius: 20px;
          opacity: 0.6;
          background-color: #e3d1ff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681487523174"] {
            top: 77px;
            left: calc(50% - 160px + 237px);
            width: 110px;
            height: 170px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681487523174"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523185"] {
          z-index: 3;
          top: 132px;
          left: calc(50% - 600px + -1px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681487523185"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523185"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681487523185"] {
            top: 143px;
            left: calc(50% - 160px + 205px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681487523185"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523237"] {
          color: #ffffff;
          text-align: center;
          z-index: 4;
          top: 26px;
          left: calc(50% - 600px + 332px);
          width: 537px;
          height: auto;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523237"] .tn-atom {
          color: #ffffff;
          font-size: 36px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.85;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681487523237"] {
            top: 47px;
            left: calc(50% - 160px + 35px);
            width: 253px;
            height: auto;
          }
          #rec578173316 .tn-elem[data-elem-id="1681487523237"] .tn-atom {
            font-size: 26px;
            line-height: 1.55;
            background-size: cover;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523286"] {
          z-index: 5;
          top: 132px;
          left: calc(50% - 600px + -677px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681487523286"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523286"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681487523286"] {
            top: 143px;
            left: calc(50% - 160px + -165px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681487523286"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523292"] {
          z-index: 6;
          top: 132px;
          left: calc(50% - 600px + -339px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681487523292"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681487523292"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681487523292"] {
            top: 143px;
            left: calc(50% - 160px + 20px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681487523292"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681489110587"] {
          color: #000000;
          text-align: center;
          z-index: 7;
          top: 877px;
          left: calc(50% - 600px + 410px);
          width: 385px;
          height: 55px;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681489110587"] .tn-atom {
          color: #000000;
          font-size: 14px;
          font-family: 'Arial', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 600;
          text-transform: uppercase;
          border-width: 2px;
          border-radius: 15px;
          background-color: #ffffff;
          background-position: center center;
          border-color: #000000;
          border-style: solid;
          transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681489110587"] {
            top: 697px;
            left: calc(50% - 160px + -1px);
            width: 356px;
            height: 56px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681490407933"] {
          z-index: 8;
          top: 132px;
          left: calc(50% - 600px + -1015px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681490407933"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681490407933"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681490407933"] {
            top: 143px;
            left: calc(50% - 160px + -350px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681490407933"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498576646"] {
          z-index: 9;
          top: 190px;
          left: calc(50% - 600px + 1532px);
          width: 274px;
          height: 211px;
          -webkit-filter: blur(50px);
          filter: blur(50px);
          border-radius: 20px;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498576646"] .tn-atom {
          border-radius: 20px;
          opacity: 0.6;
          background-color: #e3d1ff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498576646"] {
            top: -105px;
            left: calc(50% - 160px + 761px);
            width: 110px;
            height: 170px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498576646"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638622"] {
          z-index: 10;
          top: 499px;
          left: calc(50% - 600px + -1559px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638622"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638622"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638622"] {
            top: 423px;
            left: calc(50% - 160px + -1038px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638622"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638629"] {
          z-index: 11;
          top: 499px;
          left: calc(50% - 600px + -1221px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638629"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638629"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638629"] {
            top: 423px;
            left: calc(50% - 160px + -853px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638629"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638638"] {
          z-index: 12;
          top: 499px;
          left: calc(50% - 600px + -883px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638638"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638638"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638638"] {
            top: 423px;
            left: calc(50% - 160px + -668px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638638"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638646"] {
          z-index: 17;
          top: 499px;
          left: calc(50% - 600px + -545px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638646"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638646"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638646"] {
            top: 423px;
            left: calc(50% - 160px + -483px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638646"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660253"] {
          z-index: 19;
          top: 499px;
          left: calc(50% - 600px + 131px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660253"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660253"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660253"] {
            top: 423px;
            left: calc(50% - 160px + -113px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660253"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660262"] {
          z-index: 20;
          top: 499px;
          left: calc(50% - 600px + 469px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660262"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660262"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660262"] {
            top: 423px;
            left: calc(50% - 160px + 72px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660262"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638614"] {
          z-index: 13;
          top: 499px;
          left: calc(50% - 600px + -1897px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638614"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638614"] .tn-atom {
          border-radius: 20px;
          background-color: #2a423d;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638614"] {
            top: 423px;
            left: calc(50% - 160px + -1223px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638614"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638654"] {
          color: #ffffff;
          text-align: center;
          z-index: 14;
          top: 541px;
          left: calc(50% - 600px + -1871px);
          width: 253px;
          height: auto;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638654"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638654"] .tn-atom {
          color: #ffffff;
          font-size: 26px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.45;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638654"] {
            top: 450px;
            left: calc(50% - 160px + -1196px);
            width: 115px;
            height: auto;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638654"] .tn-atom {
            font-size: 15px;
            line-height: 1.55;
            background-size: cover;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638659"] {
          z-index: 15;
          top: 679px;
          left: calc(50% - 600px + -1799px);
          width: 112px;
          height: auto;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638659"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638659"] .tn-atom {
          opacity: 0.4;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638659"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638659"] {
            top: 567px;
            left: calc(50% - 160px + -1178px);
            width: 81px;
            height: auto;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638659"] .tn-atom {
            background-size: cover;
            opacity: 0.4;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638666"] {
          z-index: 16;
          top: 673px;
          left: calc(50% - 600px + -1805px);
          width: 120px;
          height: auto;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638666"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638666"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638666"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638666"] {
            top: 564px;
            left: calc(50% - 160px + -1178px);
            width: 82px;
            height: auto;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638673"] {
          z-index: 18;
          top: 511px;
          left: calc(50% - 600px + -1885px);
          width: 282px;
          height: 301px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681498638673"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681498638673"] .tn-atom {
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.85;
          background-position: center center;
          border-color: #f7f7f7;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681498638673"] {
            top: 432px;
            left: calc(50% - 160px + -1214px);
            width: 153px;
            height: 233px;
            border-radius: 10px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681498638673"] .tn-atom {
            background-size: cover;
            border-radius: 10px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660270"] {
          z-index: 21;
          top: 499px;
          left: calc(50% - 600px + 807px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660270"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660270"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660270"] {
            top: 423px;
            left: calc(50% - 160px + 257px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660270"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660316"] {
          z-index: 26;
          top: 499px;
          left: calc(50% - 600px + 1145px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660316"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660316"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660316"] {
            top: 423px;
            left: calc(50% - 160px + 442px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660316"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770518"] {
          z-index: 28;
          top: 193px;
          left: calc(50% - 600px + 1190px);
          width: 274px;
          height: 211px;
          -webkit-filter: blur(50px);
          filter: blur(50px);
          border-radius: 20px;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770518"] .tn-atom {
          border-radius: 20px;
          opacity: 0.6;
          background-color: #e3d1ff;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947770518"] {
            top: 77px;
            left: calc(50% - 160px + 980px);
            width: 110px;
            height: 170px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947770518"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770526"] {
          z-index: 29;
          top: 132px;
          left: calc(50% - 600px + 1351px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947770526"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770526"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947770526"] {
            top: 143px;
            left: calc(50% - 160px + 945px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947770526"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770536"] {
          z-index: 30;
          top: 132px;
          left: calc(50% - 600px + 675px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947770536"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770536"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947770536"] {
            top: 143px;
            left: calc(50% - 160px + 575px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947770536"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770548"] {
          z-index: 31;
          top: 132px;
          left: calc(50% - 600px + 1013px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947770548"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770548"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947770548"] {
            top: 143px;
            left: calc(50% - 160px + 760px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947770548"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660279"] {
          z-index: 22;
          top: 499px;
          left: calc(50% - 600px + -207px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660279"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660279"] .tn-atom {
          border-radius: 20px;
          background-color: #2a423d;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660279"] {
            top: 423px;
            left: calc(50% - 160px + -298px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660279"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660287"] {
          color: #ffffff;
          text-align: center;
          z-index: 23;
          top: 541px;
          left: calc(50% - 600px + -181px);
          width: 253px;
          height: auto;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660287"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660287"] .tn-atom {
          color: #ffffff;
          font-size: 26px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.45;
          font-weight: 500;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660287"] {
            top: 450px;
            left: calc(50% - 160px + -271px);
            width: 115px;
            height: auto;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660287"] .tn-atom {
            font-size: 15px;
            line-height: 1.55;
            background-size: cover;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660296"] {
          z-index: 24;
          top: 679px;
          left: calc(50% - 600px + -109px);
          width: 112px;
          height: auto;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660296"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660296"] .tn-atom {
          opacity: 0.4;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660296"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660296"] {
            top: 567px;
            left: calc(50% - 160px + -253px);
            width: 81px;
            height: auto;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660296"] .tn-atom {
            background-size: cover;
            opacity: 0.4;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660305"] {
          z-index: 25;
          top: 673px;
          left: calc(50% - 600px + -115px);
          width: 120px;
          height: auto;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660305"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660305"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660305"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660305"] {
            top: 564px;
            left: calc(50% - 160px + -253px);
            width: 82px;
            height: auto;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660324"] {
          z-index: 27;
          top: 511px;
          left: calc(50% - 600px + -195px);
          width: 282px;
          height: 301px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947660324"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947660324"] .tn-atom {
          border-width: 1px;
          border-radius: 15px;
          opacity: 0.85;
          background-position: center center;
          border-color: #f7f7f7;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947660324"] {
            top: 432px;
            left: calc(50% - 160px + -289px);
            width: 153px;
            height: 233px;
            border-radius: 10px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947660324"] .tn-atom {
            background-size: cover;
            border-radius: 10px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770555"] {
          z-index: 32;
          top: 132px;
          left: calc(50% - 600px + 337px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947770555"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947770555"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947770555"] {
            top: 143px;
            left: calc(50% - 160px + 390px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947770555"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894791"] {
          z-index: 33;
          top: 132px;
          left: calc(50% - 600px + 2703px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947894791"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894791"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947894791"] {
            top: 144px;
            left: calc(50% - 160px + 1685px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947894791"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894804"] {
          z-index: 34;
          top: 132px;
          left: calc(50% - 600px + 2027px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947894804"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894804"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947894804"] {
            top: 144px;
            left: calc(50% - 160px + 1315px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947894804"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894815"] {
          z-index: 35;
          top: 132px;
          left: calc(50% - 600px + 2365px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947894815"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894815"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947894815"] {
            top: 144px;
            left: calc(50% - 160px + 1501px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947894815"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894826"] {
          z-index: 36;
          top: 132px;
          left: calc(50% - 600px + 1689px);
          width: 307px;
          height: 326px;
        }
        
        #rec578173316 .tn-elem.t396__elem--anim-hidden[data-elem-id="1681947894826"] {
          opacity: 0;
        }
        
        #rec578173316 .tn-elem[data-elem-id="1681947894826"] .tn-atom {
          border-radius: 20px;
          background-color: #ebebeb;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec578173316 .tn-elem[data-elem-id="1681947894826"] {
            top: 144px;
            left: calc(50% - 160px + 1130px);
            width: 170px;
            height: 250px;
            border-radius: 15px;
          }
          #rec578173316 .tn-elem[data-elem-id="1681947894826"] .tn-atom {
            background-size: cover;
            border-radius: 15px;
          }
        }
		#rec561125381 .t396__artboard {
          height: 198px;
          background-color: #000000;
          overflow: visible;
        }
        
        #rec561125381 .t396__filter {
          height: 198px;
        }
        
        #rec561125381 .t396__carrier {
          height: 198px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec561125381 .t396__artboard,
          #rec561125381 .t396__filter,
          #rec561125381 .t396__carrier {}
          #rec561125381 .t396__filter {}
          #rec561125381 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec561125381 .t396__artboard,
          #rec561125381 .t396__filter,
          #rec561125381 .t396__carrier {}
          #rec561125381 .t396__filter {}
          #rec561125381 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec561125381 .t396__artboard,
          #rec561125381 .t396__filter,
          #rec561125381 .t396__carrier {}
          #rec561125381 .t396__filter {}
          #rec561125381 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec561125381 .t396__artboard,
          #rec561125381 .t396__filter,
          #rec561125381 .t396__carrier {
            height: 148px;
          }
          #rec561125381 .t396__filter {}
          #rec561125381 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec561125381 .tn-elem[data-elem-id="1677810164924"] {
          z-index: 2;
          top: 119px;
          left: calc(50% - 600px + 116px);
          width: 968px;
          height: 488px;
          -webkit-filter: blur(0px);
          filter: blur(0px);
          border-radius: 3000px;
        }
        
        @media (min-width:1200px) {
          #rec561125381 .tn-elem.t396__elem--anim-hidden[data-elem-id="1677810164924"] {
            opacity: 0;
          }
        }
        
        #rec561125381 .tn-elem[data-elem-id="1677810164924"] .tn-atom {
          border-radius: 3000px;
          background-color: #2c423f;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {}
        
        #rec561125381 .tn-elem[data-elem-id="1677817918148"] {
          color: #ffffff;
          z-index: 3;
          top: 12px;
          left: calc(50% - 600px + 120px);
          width: 710px;
          height: auto;
        }
        
        #rec561125381 .tn-elem[data-elem-id="1677817918148"] .tn-atom {
          color: #ffffff;
          font-size: 35px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561125381 .tn-elem[data-elem-id="1677817918148"] {
            top: 9px;
            left: calc(50% - 160px + 10px);
            width: 317px;
            height: auto;
          }
          #rec561125381 .tn-elem[data-elem-id="1677817918148"] .tn-atom {
            font-size: 26px;
            background-size: cover;
          }
        }
        
        #rec561125381 .tn-elem[data-elem-id="1677817964160"] {
          color: #ffffff;
          z-index: 4;
          top: 111px;
          left: calc(50% - 600px + 793px);
          width: 377px;
          height: auto;
        }
        
        #rec561125381 .tn-elem[data-elem-id="1677817964160"] .tn-atom {
          color: #ffffff;
          font-size: 24px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 300;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561125381 .tn-elem[data-elem-id="1677817964160"] {
            top: 95px;
            left: calc(50% - 160px + 12px);
            width: 232px;
            height: auto;
          }
          #rec561125381 .tn-elem[data-elem-id="1677817964160"] .tn-atom {
            font-size: 13px;
            background-size: cover;
          }
        }
		 #rec561358820 .t396__artboard {
          height: 379px;
          background-color: #000000;
          overflow: visible;
        }
        
        #rec561358820 .t396__filter {
          height: 379px;
        }
        
        #rec561358820 .t396__carrier {
          height: 379px;
          background-position: center center;
          background-attachment: scroll;
          background-size: cover;
          background-repeat: no-repeat;
        }
        
        @media screen and (max-width:1199px) {
          #rec561358820 .t396__artboard,
          #rec561358820 .t396__filter,
          #rec561358820 .t396__carrier {}
          #rec561358820 .t396__filter {}
          #rec561358820 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:959px) {
          #rec561358820 .t396__artboard,
          #rec561358820 .t396__filter,
          #rec561358820 .t396__carrier {}
          #rec561358820 .t396__filter {}
          #rec561358820 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:639px) {
          #rec561358820 .t396__artboard,
          #rec561358820 .t396__filter,
          #rec561358820 .t396__carrier {}
          #rec561358820 .t396__filter {}
          #rec561358820 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        @media screen and (max-width:479px) {
          #rec561358820 .t396__artboard,
          #rec561358820 .t396__filter,
          #rec561358820 .t396__carrier {
            height: 550px;
          }
          #rec561358820 .t396__artboard {
            background-color: #000000;
          }
          #rec561358820 .t396__filter {}
          #rec561358820 .t396__carrier {
            background-attachment: scroll;
          }
        }
        
        #rec561358820 .tn-elem[data-elem-id="1678450357670"] {
          color: #fff4f4;
          z-index: 2;
          top: 257px;
          left: calc(50% - 600px + 820px);
          width: 178px;
          height: auto;
        }
        
        #rec561358820 .tn-elem[data-elem-id="1678450357670"] .tn-atom {
          color: #fff4f4;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561358820 .tn-elem[data-elem-id="1678450357670"] {
            top: 410px;
            left: calc(50% - 160px + 68px);
            height: auto;
          }
          #rec561358820 .tn-elem[data-elem-id="1678450357670"] {
            color: #ffffff;
            text-align: center;
          }
          #rec561358820 .tn-elem[data-elem-id="1678450357670"] .tn-atom {
            color: #ffffff;
            background-size: cover;
          }
        }
        
        #rec561358820 .tn-elem[data-elem-id="1678450339859"] {
          color: #fff4f4;
          text-align: right;
          z-index: 3;
          top: 257px;
          left: calc(50% - 600px + 898px);
          width: 282px;
          height: auto;
        }
        
        #rec561358820 .tn-elem[data-elem-id="1678450339859"] .tn-atom {
          color: #fff4f4;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561358820 .tn-elem[data-elem-id="1678450339859"] {
            top: 511px;
            left: calc(50% - 160px + 10px);
            height: auto;
          }
          #rec561358820 .tn-elem[data-elem-id="1678450339859"] {
            color: #ffffff;
            text-align: center;
          }
          #rec561358820 .tn-elem[data-elem-id="1678450339859"] .tn-atom {
            color: #ffffff;
            background-size: cover;
          }
        }
        
        #rec561358820 .tn-elem[data-elem-id="1681575400211"] {
          color: #fff4f4;
          z-index: 4;
          top: 251px;
          left: calc(50% - 600px + -83px);
          width: 282px;
          height: auto;
        }
        
        #rec561358820 .tn-elem[data-elem-id="1681575400211"] .tn-atom {
          color: #fff4f4;
          font-size: 12px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561358820 .tn-elem[data-elem-id="1681575400211"] {
            top: 438px;
            left: calc(50% - 160px + 10px);
            height: auto;
          }
          #rec561358820 .tn-elem[data-elem-id="1681575400211"] {
            color: #ffffff;
            text-align: center;
          }
          #rec561358820 .tn-elem[data-elem-id="1681575400211"] .tn-atom {
            color: #ffffff;
            background-size: cover;
            opacity: 1;
          }
        }
        
        #rec561358820 .tn-elem[data-elem-id="1696612834663"] {
          z-index: 5;
          top: 37px;
          left: calc(50% - 600px + -85px);
          width: 164px;
          height: auto;
        }
        
        #rec561358820 .tn-elem[data-elem-id="1696612834663"] .tn-atom {
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        #rec561358820 .tn-elem[data-elem-id="1696612834663"] .tn-atom__img {}
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561358820 .tn-elem[data-elem-id="1696612834663"] {
            top: 29px;
            left: calc(50% - 160px + -4px);
            width: 132px;
            height: auto;
          }
        }
        
        #rec561358820 .tn-elem[data-elem-id="1696769513347"] {
          color: #fff4f4;
          z-index: 6;
          top: 143px;
          left: calc(50% - 600px + -84px);
          width: 454px;
          height: auto;
        }
        
        #rec561358820 .tn-elem[data-elem-id="1696769513347"] .tn-atom {
          color: #fff4f4;
          font-size: 16px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561358820 .tn-elem[data-elem-id="1696769513347"] {
            top: 124px;
            left: calc(50% - 160px + 0px);
            height: auto;
          }
          #rec561358820 .tn-elem[data-elem-id="1696769513347"] {
            color: #ffffff;
          }
          #rec561358820 .tn-elem[data-elem-id="1696769513347"] .tn-atom {
            color: #ffffff;
            font-size: 12px;
            background-size: cover;
          }
        }
        
        #rec561358820 .tn-elem[data-elem-id="1696769513351"] {
          color: #fff4f4;
          z-index: 7;
          top: 22px;
          left: calc(50% - 600px + 820px);
          width: 409px;
          height: auto;
        }
        
        #rec561358820 .tn-elem[data-elem-id="1696769513351"] .tn-atom {
          color: #fff4f4;
          font-size: 16px;
          font-family: 'Jost', Arial, sans-serif;
          line-height: 1.55;
          font-weight: 400;
          background-position: center center;
          border-color: transparent;
          border-style: solid;
        }
        
        @media screen and (max-width:1199px) {}
        
        @media screen and (max-width:959px) {}
        
        @media screen and (max-width:639px) {}
        
        @media screen and (max-width:479px) {
          #rec561358820 .tn-elem[data-elem-id="1696769513351"] {
            top: 181px;
            left: calc(50% - 160px + 0px);
            height: auto;
          }
          #rec561358820 .tn-elem[data-elem-id="1696769513351"] {
            color: #ffffff;
          }
          #rec561358820 .tn-elem[data-elem-id="1696769513351"] .tn-atom {
            color: #ffffff;
            font-size: 12px;
            background-size: cover;
          }
        }