.block-calculator{display:flex;flex-direction:column;justify-content:center;padding-left:16px;padding-right:16px}@media (max-width:1023px){.block-calculator{margin-left:16px;margin-right:16px}}.block-calculator .row-container-title{display:flex;gap:24px}@media (max-width:767px){.block-calculator .row-container-title{align-items:center;flex-direction:column;overflow:hidden}}.block-calculator .row-container-title .title-3{color:#000;font-family:Unbounded,sans-serif;font-size:clamp(24px,40/1440 * 100vw,40px);font-style:normal;font-weight:500;letter-spacing:-.96px;line-height:100%;text-align:start}@media (max-width:767px){.block-calculator .row-container-title .title-3{letter-spacing:-1.6px;margin-bottom:16px;text-align:center}}.block-calculator .row-container-title .btn-wrap{align-self:normal;display:flex;flex-direction:column;justify-content:flex-end;place-self:flex-end}@media (max-width:767px){.block-calculator .row-container-title .btn-wrap{overflow-x:auto;place-self:center;width:100%}}.block-calculator .row-container-title .btn-switch{background-color:#00000014;border-radius:40px;display:flex;justify-content:space-between;padding:4px;width:-moz-max-content;width:max-content}.block-calculator .row-container-title .btn-switch .toggle-option{border-radius:44px;cursor:pointer;flex:1;font-size:18px;font-weight:700;padding:16px 32px;text-align:center;transition:background-color .3s,color .3s;white-space:nowrap}.block-calculator .row-container-title .btn-switch .toggle-option:not(.active){background-color:transparent;color:#333}.block-calculator .row-container-title .btn-switch .toggle-option.active{background-color:#fff;color:#000}@media (max-width:1023px){.block-calculator .row-container-title .btn-switch .toggle-option{font-size:16px;padding:10px 20px}}@media (max-width:767px){.block-calculator .row-container-title .btn-switch .toggle-option{display:flex;flex-direction:column;font-size:18px;justify-content:center;line-height:1.2;padding:12px 20px;white-space:nowrap}}.block-calculator .row-container{display:flex;gap:20px;margin-top:24px}@media (max-width:1023px){.block-calculator .row-container{-moz-column-gap:24px;column-gap:24px;flex-direction:row;justify-content:space-between;row-gap:20px}}@media (max-width:767px){.block-calculator .row-container{align-items:stretch;flex-direction:column;gap:8px;margin-top:12px}}.block-calculator .calc-container{display:grid;grid-template-columns:repeat(2,1fr) 1fr;grid-template-rows:repeat(2,auto)}@media (max-width:767px){.block-calculator .calc-container{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}}.block-calculator .calc-container .col-container{place-content:end}.block-calculator .calc-container .col-container .input-label{align-self:flex-end;font-family:Inter,sans-serif;font-size:18px;font-weight:600;letter-spacing:-.03em;line-height:21px;margin-right:10px;opacity:.4;text-align:right;white-space:pre-wrap}@media (max-width:767px){.block-calculator .calc-container .col-container .input-label{font-size:16px;letter-spacing:-.48px;line-height:20px;margin-right:0;text-align:center}}.block-calculator .calc-container .col-container .input-view{align-self:flex-end;background-color:#f5f5f5;border-radius:16px;font-family:Inter;font-size:16px;font-size:clamp(10px,18/1440 * 100vw,18px);font-weight:600;height:60px;letter-spacing:-.03em;line-height:21px;padding:16px;white-space:pre-wrap;width:100%}@media (max-width:1023px){.block-calculator .calc-container .col-container .input-view{font-size:14px;padding:12px}}.block-calculator .calc-container .col-container .fillable-bar{background-color:#f7f7f7;border-radius:16px;display:flex;flex-direction:column;height:107px;justify-content:center;text-align:center;width:100%}@media (max-width:767px){.block-calculator .calc-container .col-container .fillable-bar{min-height:160px}}.block-calculator .result-container{grid-column:3/span 1;grid-row:1/span 2}@media (max-width:767px){.block-calculator .result-container{grid-column:1/span 2;grid-row:auto}}.block-calculator .result-container .result-card{align-items:end;background:linear-gradient(0deg,#00000014,#00000014),linear-gradient(315deg,#7c2bff33 14.44%,#7c2bff00 50%);border-radius:24px;display:flex;flex-direction:column;height:100%;padding:32px}.block-calculator .result-container .result-card .result-indicator{font-family:Unbounded,sans-serif;font-size:clamp(32px,48/1440 * 100vw,48px);font-weight:700;letter-spacing:-1.6px;line-height:100%}@media (max-width:767px){.block-calculator .result-container .result-card .result-indicator{letter-spacing:-.96px;line-height:90%}}.block-calculator .result-container .result-card .small-text{color:#0006;font-size:clamp(24px,48/1440 * 100vw,48px);letter-spacing:.04px;line-height:40px}.block-calculator .result-container .result-card .result-description{color:#0006;font-family:Inter,sans-serif;font-size:clamp(16px,18/1440 * 100vw,18px);font-weight:600;letter-spacing:-.54px;line-height:21px;margin-top:auto;text-align:end}@media (max-width:767px){.block-calculator .result-container .result-card .result-description{text-align:center}.block-calculator .result-container .result-card{align-items:center;font-size:clamp(24px,48/1440 * 100vw,48px)}}.card-carousel-container{margin-top:30px;overflow:hidden}.card-carousel-wrapper{overflow:hidden;width:100vw}.card-carousel{animation:loop var(--duration) linear infinite;animation-direction:var(--direction);display:flex;width:-moz-fit-content;width:fit-content}.brand-card{align-items:center;display:flex;height:120px;justify-content:center;margin:10px 30px;width:200px}.brand-card img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media (max-width:767px){.brand-card{height:80px;margin:0 20px;width:140px}}@keyframes loop{0%{transform:translate(0)}to{transform:translate(-50%)}}.card-tools-container{padding:48px}@media (max-width:767px){.card-tools-container{padding:24px 12px}}.cards-tools-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));width:100%}.cards-tools-grid .card-tool{min-height:155px}.cards-tools-grid:has(.card-tool:nth-child(n+3)) .card-tool{min-height:180px}.cards-tools-grid:has(.card-tool:nth-last-child(2n):first-child){grid-template-columns:repeat(2,1fr)}.cards-tools-grid:has(.card-tool:nth-last-child(2n):first-child) .card-tool{min-height:155px}.cards-tools-grid:has(.card-tool:nth-last-child(2n):first-child):has(.card-tool:nth-child(2):last-child) .card-tool{min-height:170px}@media (min-width:1440px){.cards-tools-grid:has(.card-tool:nth-last-child(2n):first-child):has(.card-tool:nth-child(2):last-child) .card-tool{min-height:155px}}.cards-tools-grid:has(.card-tool:nth-last-child(2n):first-child):has(.card-tool:nth-last-child(n+6):first-child){grid-template-columns:repeat(3,1fr)}.cards-tools-grid:has(.card-tool:nth-last-child(2n):first-child):has(.card-tool:nth-last-child(n+6):first-child) .card-tool{grid-column:span 1;min-height:180px}.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child){grid-template-columns:repeat(12,1fr)}.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child) .card-tool{grid-column:span 4;min-height:180px}.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child):has(.card-tool:nth-child(5):last-child) .card-tool:nth-child(-n+3){grid-column:span 4;min-height:180px}.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child):has(.card-tool:nth-child(5):last-child) .card-tool:nth-child(4),.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child):has(.card-tool:nth-child(5):last-child) .card-tool:nth-child(5){grid-column:span 6;min-height:155px}.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child):has(.card-tool:nth-child(7):last-child) .card-tool:nth-child(-n+3){grid-column:span 4;min-height:198px}@media (min-width:1440px){.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child):has(.card-tool:nth-child(7):last-child) .card-tool:nth-child(-n+3){min-height:180px}}.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child):has(.card-tool:nth-child(7):last-child) .card-tool:nth-child(n+4){grid-column:span 3;min-height:215px}@media (min-width:1580px){.cards-tools-grid:has(.card-tool:nth-last-child(odd):first-child):has(.card-tool:nth-child(7):last-child) .card-tool:nth-child(n+4){min-height:180px}}@media (max-width:1024px){.cards-tools-grid{grid-template-columns:repeat(2,1fr)!important}.cards-tools-grid .card-tool{grid-column:span 1!important;min-height:155px!important}}@media (max-width:767px){.cards-tools-grid{grid-template-columns:1fr!important}.cards-tools-grid .card-tool{grid-column:span 1!important;min-height:155px!important}.cards-tools-grid .card-tool__left,.cards-tools-grid .card-tool__right{display:flex!important}}.card-tool{border-radius:16px!important;font-family:Inter,sans-serif;font-style:normal;font-weight:600;padding:24px 12px 12px 24px!important;position:relative;width:100%}.card-tool:hover{box-shadow:0 0 14px 10px #ffffff8c!important}.card-tool:hover .card-tool__desc{max-height:200px;opacity:1;transform:translateY(-12px)}.card-tool:hover .card-tool__label,.card-tool:hover .card-tool__title{transform:translateY(-12px)}.card-tool__desc{font-size:14px!important;font-weight:500!important;letter-spacing:-.42px!important;line-height:normal!important;margin-top:6px;max-height:0;opacity:0;overflow:hidden;padding:0!important;transform:translateY(12px);transition:all .3s ease-in}@media (max-width:767px){.card-tool__desc{margin-top:12px}}.card-tool__label{border:1px solid #8c36d0;border-radius:48px;box-shadow:2px 2px 4px #8c36d040;color:#8c36d0;font-size:16px!important;letter-spacing:-.48px!important;line-height:20px!important;padding:10px!important;transition:all .3s ease-in}.card-tool__title{word-wrap:break-word;font-size:22px!important;letter-spacing:-.66px!important;line-height:28px!important;margin-top:6px;overflow-wrap:break-word;padding:0!important;text-align:left;transform:translateY(12px);transition:all .3s ease-in;white-space:pre-wrap!important;z-index:1}@media (max-width:767px){.card-tool__title{font-size:16px;margin-top:12px}}.card-tool__left{align-items:start;display:flex;flex-direction:column;height:100%;justify-content:space-between}.card-tool__right{height:85px;padding:0!important;position:absolute;right:0;top:12px;transition:all .3s ease-in;width:100px}@media (max-width:767px){.card-tool__right{height:70px;width:80px}}.card-tool__right img{height:100%;width:100%}
