:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._section_yrj62_1:nth-child(1){margin-bottom:148px}._section_yrj62_1:nth-child(2){margin-bottom:89px}._section_yrj62_1:nth-child(3){margin-bottom:28px}._section_yrj62_1:nth-child(4){padding-top:61px;margin-bottom:69px}@media screen and (min-width: 744px){._section_yrj62_1:nth-child(1){margin-bottom:148px}._section_yrj62_1:nth-child(2){margin-bottom:90px}._section_yrj62_1:nth-child(3){margin-bottom:12px}._section_yrj62_1:nth-child(4){padding-top:78px;margin-bottom:76px}}@media screen and (min-width: 1440px){._section_yrj62_1:nth-child(1){margin-bottom:148px}._section_yrj62_1:nth-child(2){margin-bottom:191px}._section_yrj62_1:nth-child(3){margin-bottom:113px}._section_yrj62_1:nth-child(4){padding-top:78px;margin-bottom:125px}}._container_19i34_1{margin:0 auto 32px}@media screen and (min-width: 744px){._container_19i34_1{padding:0 24px;margin-bottom:56px}}@media screen and (min-width: 1440px){._container_19i34_1{padding:0 120px;width:1440px;margin-bottom:90px}}._title_19i34_19{display:flex;justify-content:space-between;color:#fff;font-family:Kanit-400,sans-serif;font-size:48px;font-style:normal;line-height:normal;text-transform:capitalize;font-weight:400;letter-spacing:0;padding:0 24px 16px;border-bottom:1px solid #fff}@media screen and (min-width: 744px){._title_19i34_19{color:#fff;font-family:Kanit-400,sans-serif;font-size:112px;font-style:normal;line-height:140px;text-transform:capitalize;padding:0 0 16px}}@media screen and (min-width: 1440px){._title_19i34_19{color:#fff;font-family:Kanit-400,sans-serif;font-size:140px;font-style:normal;text-transform:capitalize;line-height:140px}}._containerText_1xiau_1{margin:0 auto 24px;padding:0 24px}@media screen and (min-width: 744px){._containerText_1xiau_1{margin-bottom:40px}}@media screen and (min-width: 1440px){._containerText_1xiau_1{padding:0 120px;width:1440px}}._description_1xiau_18{display:flex;flex-direction:column}@media screen and (min-width: 744px){._description_1xiau_18{flex-direction:row;justify-content:space-between;margin-bottom:40px}}@media screen and (min-width: 1440px){._description_1xiau_18{margin-bottom:90px;justify-content:center}}._subTitle_1xiau_36{color:#fff;font-family:Kanit-500,sans-serif;font-size:16px;font-style:normal;line-height:22.4px;text-transform:capitalize;letter-spacing:0;font-weight:500;margin-bottom:12px}@media screen and (min-width: 744px){._subTitle_1xiau_36{min-width:221px;color:#fff;font-family:Kanit-500,sans-serif;font-size:20px;font-style:normal;line-height:140%;text-transform:capitalize;white-space:nowrap;margin-bottom:0;margin-right:15px}}@media screen and (min-width: 1440px){._subTitle_1xiau_36{color:#fff;font-family:Kanit-500,sans-serif;font-size:24px;font-style:normal;line-height:140%;text-transform:capitalize;margin-right:24px}}._text_1xiau_73{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px}@media screen and (min-width: 744px){._text_1xiau_73{display:block;box-sizing:border-box;color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px}}@media screen and (min-width: 1440px){._text_1xiau_73{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px;max-width:601px}}._containerCardsList_1xiau_106{margin:0 auto;padding:0 22px 0 24px}@media screen and (min-width: 744px){._containerCardsList_1xiau_106{padding:0 25px 0 24px}}@media screen and (min-width: 1440px){._containerCardsList_1xiau_106{padding:0 120px;width:1440px}}._cardsList_1xiau_122{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 744px){._cardsList_1xiau_122{flex-direction:row;gap:16px}}@media screen and (min-width: 1440px){._cardsList_1xiau_122{gap:40px}}._card_1xiau_122{display:flex;flex-direction:column;outline:1px solid #204ffe;width:100%}@media screen and (min-width: 744px){._card_1xiau_122{justify-content:space-between}}._wrapperCardContent_1xiau_151{width:100%;margin-bottom:24px}@media screen and (min-width: 744px){._wrapperCardContent_1xiau_151{margin-bottom:16px}}._containerImage_1xiau_161{position:relative;width:100%;padding-bottom:71%}@media screen and (min-width: 744px){._containerImage_1xiau_161{padding-bottom:109%}}@media screen and (min-width: 1440px){._containerImage_1xiau_161{padding-bottom:0}}._cardImage_1xiau_177{position:absolute;width:100%;height:100%}@media screen and (min-width: 1440px){._cardImage_1xiau_177{position:static;height:307px}}._cardContent_1xiau_189{padding:16px 16px 0}@media screen and (min-width: 744px){._cardContent_1xiau_189{padding:16px 16px 0}}@media screen and (min-width: 1440px){._cardContent_1xiau_189{padding:24px 24px 0}}._cardContent_1xiau_189 h4{color:#fff;font-family:Kanit-500,sans-serif;font-size:16px;font-style:normal;line-height:22.4px;text-transform:capitalize;letter-spacing:0;font-weight:500;text-transform:none;margin-bottom:16px}@media screen and (min-width: 744px){._cardContent_1xiau_189 h4{color:#fff;font-family:Kanit-500,sans-serif;font-size:20px;font-style:normal;line-height:140%;text-transform:capitalize;text-transform:none;line-height:28px}}@media screen and (min-width: 1440px){._cardContent_1xiau_189 h4{display:flex;color:#fff;font-family:Kanit-500,sans-serif;font-size:24px;font-style:normal;line-height:140%;text-transform:capitalize;text-transform:none;line-height:33.6px}}._cardContent_1xiau_189 span:first-child{margin-right:16px}@media screen and (min-width: 744px){._cardContent_1xiau_189 span{display:flex}._cardContent_1xiau_189 span:first-child{margin-right:0}._cardContent_1xiau_189 span:not(:last-child){padding-bottom:4px}}@media screen and (min-width: 1440px){._cardContent_1xiau_189 span:not(:last-child){padding-bottom:0}._cardContent_1xiau_189 span:first-child{margin-right:16px}}._cardContent_1xiau_189 p{width:100%;color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px}@media screen and (min-width: 744px){._cardContent_1xiau_189 p{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px}}@media screen and (min-width: 1440px){._cardContent_1xiau_189 p{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px}}._wrapperButton_1xiau_292{display:flex;justify-content:center;width:100%;padding:0 16px 24px}@media screen and (min-width: 744px){._wrapperButton_1xiau_292{padding:0 16px 16px}}@media screen and (min-width: 1440px){._wrapperButton_1xiau_292{padding:0 24px 24px}}._buttonLink_1xiau_309{width:100%;display:flex;text-decoration:none}._button_1xiau_309{font-family:RobotoMono-500,sans-serif;font-style:normal;letter-spacing:.28px;outline:none;border:none;background-color:#272a2e;color:#fff;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;text-transform:uppercase;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.32px;width:100%;padding:16px 0}._button_1xiau_309:hover{background-color:#272a2ee6}@media screen and (min-width: 744px){._button_1xiau_309{font-size:16px;line-height:24px;letter-spacing:.32px}}@media screen and (min-width: 744px){._button_1xiau_309{flex:1;line-height:24px;letter-spacing:.32px;padding:12px 23px}}@media screen and (min-width: 1440px){._button_1xiau_309{padding:12px 90px}}._arrow_1xiau_363{width:15px;height:16px;margin-right:6.5px}@media screen and (min-width: 1440px){._arrow_1xiau_363{width:16.7px}}._border_12fay_1{position:relative;border-top:solid 1px #204ffe}@media screen and (min-width: 1440px){._containerWeb_12fay_7{margin:0 auto;padding:0 120px;max-width:1440px}}._container_12fay_7{margin:0 auto}@media screen and (min-width: 744px){._container_12fay_7{padding:0 24px}}._wrapper_12fay_23{display:flex;flex-direction:column-reverse}@media screen and (min-width: 744px){._wrapper_12fay_23{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}._divider_12fay_35{display:flex;align-items:center;justify-content:center;max-height:100%;border-right:solid 1px #204ffe;border-left:solid 1px #204ffe}._textWrapper_12fay_44{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:34px}@media screen and (min-width: 744px){._textWrapper_12fay_44{align-items:start;padding-top:28px;padding-bottom:28px}}._link_12fay_59{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px;text-decoration:none}@media screen and (min-width: 744px){._link_12fay_59{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px}}@media screen and (min-width: 1440px){._link_12fay_59{color:#fff;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px}}._text_12fay_44{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px}@media screen and (min-width: 744px){._text_12fay_44{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px}}@media screen and (min-width: 1440px){._text_12fay_44{color:#fff;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px}}._list_12fay_120{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:12px;margin-bottom:20px}@media screen and (min-width: 744px){._list_12fay_120{margin-bottom:0;padding-top:0;padding-left:24px;width:50%}}@media screen and (min-width: 1440px){._list_12fay_120{padding:35px 116px}}._listItem_12fay_142:not(:last-child){margin-right:32px}@media screen and (min-width: 744px){._listItem_12fay_142:not(:last-child){margin-right:24px}}@media screen and (min-width: 1440px){._listItem_12fay_142:not(:last-child){margin-right:40px}}._icon_12fay_156{height:32px;width:32px}._button_12v96_1{font-style:normal;text-transform:uppercase;outline:none;border:none;background-color:#272a2e;color:#fff;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;font-family:RobotoMono-500,sans-serif;font-size:14px;line-height:24px;letter-spacing:.28px;font-weight:500;padding:10px 16px}._button_12v96_1:hover{background-color:#272a2ee6}@media screen and (min-width: 744px){._button_12v96_1{font-size:16px;line-height:24px;letter-spacing:.32px}}@media screen and (min-width: 744px){._button_12v96_1{line-height:24px;letter-spacing:.32px;font-size:16px;padding:12px 66px}}._arrow_12v96_43{height:16px;width:15.86px;margin-right:6.21px}header{position:sticky;top:0;background-color:#060412;z-index:100}._container_554xu_8{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4px 24px 13px}@media screen and (min-width: 744px){._container_554xu_8{padding:15px 22px}}@media screen and (min-width: 1440px){._container_554xu_8{padding:15px 120px;width:1440px;margin:0 auto}}._logo_94fqm_1{width:34.5px;height:19.5px}._border_1qwhi_1{position:relative;margin-top:1px}._border_1qwhi_1:before{content:"";position:absolute;width:100%;height:100%;z-index:1;border-top:1px solid #204ffe;border-bottom:1px solid #204ffe}@media screen and (min-width: 1440px){._containerWeb_1qwhi_16{margin:0 auto;padding:0 120px;max-width:1440px}}._wrapper_1qwhi_23{display:flex;flex-direction:row}._containerText_1qwhi_28{margin:0 auto;padding:0 24px;overflow:hidden}@media screen and (min-width: 744px){._containerText_1qwhi_28{padding:0 38px 0 31px}}._text_1qwhi_39{color:#fff;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px}@media screen and (min-width: 744px){._text_1qwhi_39{color:#fff;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px;padding-left:0}}@media screen and (min-width: 1440px){._text_1qwhi_39{color:#fff;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px;padding-right:70px;padding-top:159px;padding-left:24px}}._collectionImages_1qwhi_73{display:flex;flex-direction:row;width:100%}._runningTextWrapper_1qwhi_79{overflow:hidden;width:100%}._runningText_1qwhi_79{font-family:Kanit-500,sans-serif;font-size:120px;line-height:179px;letter-spacing:0;font-weight:500;font-style:normal;white-space:nowrap;animation:_marquee-375_1qwhi_1 15s linear infinite}@media screen and (min-width: 744px){._runningText_1qwhi_79{font-size:280px;line-height:306px;margin:0;animation:_marquee-744_1qwhi_1 15s linear infinite}}@media screen and (min-width: 1440px){._runningText_1qwhi_79{font-size:340px;line-height:398px;margin:0}}._containerPictures_1qwhi_109{margin:0 auto;padding:0 24px;overflow:hidden}@media screen and (min-width: 744px){._containerPictures_1qwhi_109{padding-top:9px;padding-left:24px;padding-right:24px}}@keyframes _marquee-375_1qwhi_1{0%{transform:translate(100%)}to{transform:translate(-200%)}}@keyframes _marquee-744_1qwhi_1{0%{transform:translate(100%)}to{transform:translate(-260%)}}@keyframes _marquee-1440_1qwhi_1{0%{transform:translate(100%)}to{transform:translate(-150%)}}._imageContainer_67izo_1{position:relative;width:100%;padding-bottom:95.11%}@media screen and (min-width: 744px){._imageContainer_67izo_1{padding-bottom:44.69%}}@media screen and (min-width: 1440px){._imageContainer_67izo_1{height:311px;width:233px;padding-bottom:0}}._imageContainer_67izo_1:before{content:"";position:absolute;width:100%;height:100%;z-index:1;border:1px solid #204ffe}._image_67izo_1{position:absolute;width:100%;height:100%;opacity:0;object-fit:cover;object-position:top;transition:opacity 2s ease-in-out}._image_67izo_1._active_67izo_36{opacity:1}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}._container_1lh8m_1{margin:0 auto;padding:0 24px}@media screen and (min-width: 1440px){._container_1lh8m_1{padding:0 120px;width:1440px}}._wrapper_1lh8m_12{display:flex;flex-direction:column}@media screen and (min-width: 744px){._wrapper_1lh8m_12{flex-direction:column}}@media screen and (min-width: 1440px){._wrapper_1lh8m_12{flex-direction:row}}._content_1lh8m_27{margin-bottom:32px}@media screen and (min-width: 744px){._content_1lh8m_27{margin-bottom:56px}._content_1lh8m_27:first-child{padding-right:98px}}@media screen and (min-width: 1440px){._content_1lh8m_27{width:50%}._content_1lh8m_27:first-child{padding-right:66px}}._title_1lh8m_47{color:#fff;font-family:Kanit-500,sans-serif;font-size:16px;font-style:normal;line-height:22.4px;text-transform:capitalize;letter-spacing:0;font-weight:500;margin-bottom:12px}@media screen and (min-width: 744px){._title_1lh8m_47{color:#fff;font-family:Kanit-500,sans-serif;font-size:20px;font-style:normal;line-height:140%;text-transform:capitalize;letter-spacing:0;line-height:28px;margin-bottom:12px}}@media screen and (min-width: 1440px){._title_1lh8m_47{color:#fff;font-family:Kanit-500,sans-serif;font-size:24px;font-style:normal;line-height:140%;text-transform:capitalize;letter-spacing:.48px;line-height:32px;margin-bottom:16px}}._text_1lh8m_85{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px}@media screen and (min-width: 744px){._text_1lh8m_85{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px}}@media screen and (min-width: 1440px){._text_1lh8m_85{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px;line-height:28px}}._arrow_1lh8m_116{margin-top:40px;display:none}@media screen and (min-width: 1440px){._arrow_1lh8m_116{display:block}}._form_1lh8m_126{display:flex;flex-direction:column;padding:24px 16px;border:1px solid #204ffe}@media screen and (min-width: 744px){._form_1lh8m_126{padding:55px 40px 54px}}@media screen and (min-width: 1440px){._form_1lh8m_126{padding:55px 40px;width:50%}}._inputWrapper_1lh8m_144{position:relative;width:100%;display:flex;align-items:center;margin-bottom:44px}._inputWrapper_1lh8m_144:hover ._input_1lh8m_144{border-color:#204ffe}._inputWrapper_1lh8m_144._requiredField_1lh8m_154:before{content:"*";position:absolute;color:#eb3795;font-family:RobotoMono-400,sans-serif;font-size:16px;line-height:24px;letter-spacing:.32px;padding:8px 0;bottom:10%}._input_1lh8m_144{width:100%;background-color:transparent;border:none;border-bottom:1px solid #fff;color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px;padding:8px 0 14px 30px}._input_1lh8m_144:focus{outline:none;color:#fff}._input_1lh8m_144:hover,._input_1lh8m_144:focus-within{border-color:#204ffe}@media screen and (min-width: 744px){._input_1lh8m_144{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px}}@media screen and (min-width: 1440px){._input_1lh8m_144{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px;padding-bottom:8px;padding-top:8px;padding-left:30px}}._errorBorder_1lh8m_211{border-color:#eb3795}._accentBorder_1lh8m_215{border-color:#204ffe}._error_1lh8m_211{position:absolute;font-family:RobotoMono-500,sans-serif;font-size:13px;line-height:24px;letter-spacing:.26px;color:#eb3795;top:42px}@media screen and (min-width: 744px){._buttonWrapper_1lh8m_230{display:flex;align-items:start}}._button_1lh8m_230{font-style:normal;letter-spacing:.28px;outline:none;border:none;background-color:#272a2e;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:11px 0 13px;width:100%;font-family:RobotoMono-500,sans-serif;font-size:16px;line-height:24px;letter-spacing:.32px;text-transform:uppercase}._button_1lh8m_230:hover{background-color:#272a2ee6}@media screen and (min-width: 744px){._button_1lh8m_230{font-size:16px;line-height:24px;letter-spacing:.32px}}@media screen and (min-width: 744px){._button_1lh8m_230{width:auto;padding:11px 66px 13px 54px}}@media screen and (min-width: 1440px){._button_1lh8m_230{padding:11px 71px 13px 56px}}._button_1lh8m_230 img{margin-right:14px;width:24px;height:1.5px}._showPasswordEye_1lh8m_289{position:absolute;right:0;cursor:pointer}._showPasswordEye_1lh8m_289 img{width:24px;height:24px}:root{--PhoneInput-color--focus: #204ffe;--PhoneInputCountryFlag-borderColor--focus: #204ffe}.PhoneInput{width:100%;background-color:transparent;border:none;border-bottom:1px solid #fff}.PhoneInput:active,.PhoneInput:hover,.PhoneInput:focus-within{border-color:#204ffe}.PhoneInputError{border-color:#eb3795}.PhoneInputInput{background-color:transparent;border:none;color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px;padding:8px 0 14px}.PhoneInputInput:focus{outline:none;color:#fff}@media screen and (min-width: 744px){.PhoneInputInput{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:16px;font-style:normal;line-height:normal;letter-spacing:-.32px}}@media screen and (min-width: 1440px){.PhoneInputInput{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-size:18px;font-style:normal;line-height:normal;letter-spacing:-.36px;padding-bottom:8px;padding-top:8px}}.PhoneInputCountry{background-color:transparent;width:78px;margin-right:0;margin-bottom:7px}@media screen and (min-width: 744px){.PhoneInputCountry{margin-bottom:4px}}.PhoneInputCountryIcon{width:30px;height:19px}.PhoneInputCountryIcon:focus{box-shadow:#204ffe}@media screen and (min-width: 744px){.PhoneInputCountryIcon{width:36px;height:24px}}.PhoneInputCountryIcon--border{border:none;border-radius:5px;box-shadow:none}.PhoneInputCountryIconImg{border-radius:5px}.PhoneInputInternationalIconGlobe{display:none}.PhoneInputCountrySelectArrow{opacity:1;transform:none;border:none;background-color:transparent;background-image:url(/assets/arrow-down-2bfc5624.svg);background-repeat:no-repeat;background-size:100% 100%;z-index:-1;margin-left:18px;height:14px;width:14px}@media screen and (min-width: 744px){.PhoneInputCountrySelectArrow{margin-left:13px}}._container_19sh2_1{margin:0 auto}@media screen and (min-width: 744px){._container_19sh2_1{padding:0 24px}}@media screen and (min-width: 1440px){._container_19sh2_1{padding:0 120px;width:1440px}}._table_19sh2_16{table-layout:auto;border-collapse:collapse;border:none;width:100%;color:#fff}._table_19sh2_16 thead{font-family:Kanit-500,sans-serif;font-weight:500}@media screen and (min-width: 744px){._table_19sh2_16 thead{font-size:20px;letter-spacing:0;line-height:28px}}@media screen and (min-width: 1440px){._table_19sh2_16 thead{font-size:24px;letter-spacing:-.48px}}._table_19sh2_16 thead th{text-align:start;font-weight:500;padding:12px 16px}@media screen and (min-width: 744px){._table_19sh2_16 thead th{vertical-align:top;padding:12px 16px}._table_19sh2_16 thead th:nth-child(2){min-width:240px}}@media screen and (min-width: 1440px){._table_19sh2_16 thead th{padding:12px 24px}._table_19sh2_16 thead th:nth-child(2){width:449px}}._table_19sh2_16 img{display:block;width:100%;height:64px;border-radius:50%}._row_19sh2_69{font-family:RobotoMono-400,sans-serif;white-space:nowrap;border-top:1px solid #204ffe;border-bottom:1px solid #204ffe;line-height:normal}@media screen and (min-width: 744px){._row_19sh2_69{font-size:16px;letter-spacing:-.32px}}@media screen and (min-width: 1440px){._row_19sh2_69{font-size:18px;letter-spacing:-.36px}}._row_19sh2_69 tr{width:auto}._row_19sh2_69 td{width:auto;border:none;padding:0;height:100%}@media screen and (min-width: 744px){._row_19sh2_69 td{line-height:normal}._row_19sh2_69 td:first-child{width:64px;padding:8px 0}._row_19sh2_69 td:not(:first-child){padding:11px 24px}._row_19sh2_69 td:nth-child(3){padding:11px 16px}}@media screen and (min-width: 1440px){._row_19sh2_69 td:not(:first-child){padding:11px 24px}}._highlighted_19sh2_118{background-color:#080b27}._mTopBorder_19sh2_122{border-top:1px solid #204ffe}._mTable_19sh2_126{border-collapse:collapse;border:none;width:100%;color:#fff}._mTable_19sh2_126 th{text-align:start}._mTable_19sh2_126 td{text-align:end}._mTable_19sh2_126 img{width:64px;height:64px;border-radius:50%}._firstRow_19sh2_144{color:#fff;font-family:Kanit-500,sans-serif;font-size:16px;font-style:normal;line-height:22.4px;text-transform:capitalize;letter-spacing:0;font-weight:500}._firstRow_19sh2_144 tr{margin:0}._firstRow_19sh2_144 th{padding-left:24px;padding-bottom:13px;font-weight:500;letter-spacing:normal}._firstRow_19sh2_144 td{padding-right:24px;padding-bottom:13px;font-weight:500;letter-spacing:normal}._lastRow_19sh2_170{border-bottom:1px solid #204ffe!important}._mHeader_19sh2_174{color:#b3b3b3;font-family:RobotoMono-400,sans-serif;font-weight:400;font-size:14px;letter-spacing:-.28px;width:100%}._mData_19sh2_183{color:#b3b3b3;padding-right:24px;font-family:RobotoMono-400,sans-serif;font-weight:400;font-size:14px;letter-spacing:-.28px}._avatar_19sh2_192{padding-left:24px;padding-bottom:16px;padding-right:16px}._columnPadding_19sh2_198{padding-bottom:4px}._lastRowPadding_19sh2_202{padding-bottom:16px}._paddingRowElement_19sh2_206{padding-top:16px}._container_t6vtm_1{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}._text1_t6vtm_9{font-family:Swis-721-BT-Regular,sans-serif;font-size:24px;line-height:33.6px;text-transform:uppercase}._text2_t6vtm_16{font-family:Swis-721-MD-BT,sans-serif;font-size:64px;line-height:80.3px;text-transform:uppercase}@font-face{font-family:Kanit-400;src:url(/assets/Kanit-Regular-545410e2.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Kanit-500;src:url(/assets/Kanit-Medium-3854bf6e.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:RobotoMono-400;src:url(/assets/RobotoMono-Regular-c3c88e6a.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RobotoMono-500;src:url(/assets/RobotoMono-Regular-c3c88e6a.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Swis-721-BT-Regular;src:url(../assets/fonts/Swis-721-BT.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Swis-721-MD-BT;src:url(../assets/fonts/Swis-721-MD-BT.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}html{font-family:RobotoMono-400,sans-serif;font-size:14px;font-style:normal;line-height:normal;font-weight:400;letter-spacing:-.28px;scroll-behavior:smooth;color:#fff}*,*:before,*:after{box-sizing:border-box}*{margin:0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}img,picture,video,canvas,svg{display:block}ul{list-style:none;padding:0;margin:0}#root{display:flex;flex-direction:column}body{background-color:#060412;overflow-x:hidden}main{flex:1}br{display:block;content:" ";margin-top:0}
