<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
            *::before,
            *::after {
                box-sizing: border-box
            }

            html {
                font-family: sans-serif;
                line-height: 1.15
            }

            article,
            aside,
            dialog,
            figcaption,
            figure,
            footer,
            header,
            hgroup,
            main,
            nav,
            section {
                display: block
            }

            body {
                margin: 0;
                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                color: rgb(33, 37, 41);
                text-align: left;
                background-color: rgb(255, 255, 255)
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                margin-top: 0;
                margin-bottom: .5rem
            }

            p {
                margin-top: 0;
                margin-bottom: 1rem
            }

            blockquote {
                margin: 0 0 1rem
            }

            b,
            strong {
                font-weight: bolder
            }

            a {
                color: rgb(0, 123, 255);
                text-decoration: none;
                background-color: transparent
            }

            a:hover {
                color: rgb(0, 86, 179);
                text-decoration: underline
            }

            img {
                vertical-align: middle;
                border-style: none
            }

            a,
            area,
            button,
            [role="button"],
            input:not([type="range"]),
            label,
            select,
            summary,
            textarea {
                touch-action: manipulation
            }

        &lt;/style&gt;
        &lt;style&gt;
            html {
                box-sizing: border-box
            }

            *,
            *::before,
            *::after {
                box-sizing: inherit
            }

            .container {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto
            }

            @media (min-width:576px) {
                .container {
                    max-width: 540px
                }
            }

            @media (min-width:768px) {
                .container {
                    max-width: 720px
                }
            }

            @media (min-width:992px) {
                .container {
                    max-width: 960px
                }
            }

            @media (min-width:1200px) {
                .container {
                    max-width: 1140px
                }
            }

            .container-fluid {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto
            }

            .row {
                display: flex;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px
            }

            .col-1,
            .col-2,
            .col-3,
            .col-4,
            .col-5,
            .col-6,
            .col-7,
            .col-8,
            .col-9,
            .col-10,
            .col-11,
            .col-12,
            .col,
            .col-auto,
            .col-sm-1,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm,
            .col-sm-auto,
            .col-md-1,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9,
            .col-md-10,
            .col-md-11,
            .col-md-12,
            .col-md,
            .col-md-auto,
            .col-lg-1,
            .col-lg-2,
            .col-lg-3,
            .col-lg-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7,
            .col-lg-8,
            .col-lg-9,
            .col-lg-10,
            .col-lg-11,
            .col-lg-12,
            .col-lg,
            .col-lg-auto,
            .col-xl-1,
            .col-xl-2,
            .col-xl-3,
            .col-xl-4,
            .col-xl-5,
            .col-xl-6,
            .col-xl-7,
            .col-xl-8,
            .col-xl-9,
            .col-xl-10,
            .col-xl-11,
            .col-xl-12,
            .col-xl,
            .col-xl-auto {
                position: relative;
                width: 100%;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px
            }

            .col-5 {
                flex: 0 0 41.6667%;
                max-width: 41.6667%
            }

            .col-6 {
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-7 {
                flex: 0 0 58.3333%;
                max-width: 58.3333%
            }

            .col-12 {
                flex: 0 0 100%;
                max-width: 100%
            }

            @media (min-width:576px) {
                .col-sm-4 {
                    flex: 0 0 33.3333%;
                    max-width: 33.3333%
                }

                .col-sm-6 {
                    flex: 0 0 50%;
                    max-width: 50%
                }

                .col-sm-12 {
                    flex: 0 0 100%;
                    max-width: 100%
                }

                .offset-sm-0 {
                    margin-left: 0
                }
            }

            @media (min-width:768px) {
                .col-md-3 {
                    flex: 0 0 25%;
                    max-width: 25%
                }

                .col-md-4 {
                    flex: 0 0 33.3333%;
                    max-width: 33.3333%
                }

                .col-md-5 {
                    flex: 0 0 41.6667%;
                    max-width: 41.6667%
                }

                .col-md-6 {
                    flex: 0 0 50%;
                    max-width: 50%
                }

                .col-md-8 {
                    flex: 0 0 66.6667%;
                    max-width: 66.6667%
                }

                .col-md-9 {
                    flex: 0 0 75%;
                    max-width: 75%
                }

                .col-md-12 {
                    flex: 0 0 100%;
                    max-width: 100%
                }
            }

        &lt;/style&gt;
        &lt;style&gt;
            :root {
                --blue: #007bff;
                --indigo: #6610f2;
                --purple: #6f42c1;
                --pink: #e83e8c;
                --red: #dc3545;
                --orange: #fd7e14;
                --yellow: #ffc107;
                --green: #28a745;
                --teal: #20c997;
                --cyan: #17a2b8;
                --white: #fff;
                --gray: #868e96;
                --gray-dark: #343a40;
                --primary: #007bff;
                --secondary: #868e96;
                --success: #28a745;
                --info: #17a2b8;
                --warning: #ffc107;
                --danger: #dc3545;
                --light: #f8f9fa;
                --dark: #343a40;
                --breakpoint-xs: 0;
                --breakpoint-sm: 576px;
                --breakpoint-md: 720px;
                --breakpoint-lg: 992px;
                --breakpoint-xl: 1200px;
                --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
                --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
            }

            @media print {

                *,
                *::before,
                *::after {
                    text-shadow: none !important;
                    box-shadow: none !important
                }

                a,
                a:visited {
                    text-decoration: underline
                }

                pre,
                blockquote {
                    border: 1px solid rgb(153, 153, 153);
                    page-break-inside: avoid
                }

                tr,
                img {
                    page-break-inside: avoid
                }

                h2,
                h3 {
                    page-break-after: avoid
                }
            }

            *,
            *::before,
            *::after {
                box-sizing: border-box
            }

            html {
                font-family: sans-serif;
                line-height: 1.15
            }

            article,
            aside,
            dialog,
            figcaption,
            figure,
            footer,
            header,
            hgroup,
            main,
            nav,
            section {
                display: block
            }

            body {
                margin: 0;
                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                color: rgb(33, 37, 41);
                text-align: left;
                background-color: rgb(255, 255, 255)
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                margin-top: 0;
                margin-bottom: .5rem
            }

            p {
                margin-top: 0;
                margin-bottom: 1rem
            }

            blockquote {
                margin: 0 0 1rem
            }

            b,
            strong {
                font-weight: bolder
            }

            a {
                color: rgb(0, 123, 255);
                text-decoration: none;
                background-color: transparent
            }

            a:hover {
                color: rgb(0, 86, 179);
                text-decoration: underline
            }

            img {
                vertical-align: middle;
                border-style: none
            }

            a,
            area,
            button,
            [role="button"],
            input:not([type="range"]),
            label,
            select,
            summary,
            textarea {
                touch-action: manipulation
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6,
            .h1,
            .h2,
            .h3,
            .h4,
            .h5,
            .h6 {
                margin-bottom: .5rem;
                font-family: inherit;
                font-weight: 500;
                line-height: 1.2;
                color: inherit
            }

            h1,
            .h1 {
                font-size: 2.5rem
            }

            h2,
            .h2 {
                font-size: 2rem
            }

            .container {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px;
                margin-right: auto;
                margin-left: auto
            }

            @media (min-width:576px) {
                .container {
                    max-width: 540px
                }
            }

            @media (min-width:720px) {
                .container {
                    max-width: 610px
                }
            }

            @media (min-width:992px) {
                .container {
                    max-width: 960px
                }
            }

            .container-fluid {
                width: 100%;
                padding-right: 10px;
                padding-left: 10px;
                margin-right: auto;
                margin-left: auto
            }

            .row {
                display: flex;
                flex-wrap: wrap;
                margin-right: -10px;
                margin-left: -10px
            }

            .col-1,
            .col-2,
            .col-3,
            .col-4,
            .col-5,
            .col-6,
            .col-7,
            .col-8,
            .col-9,
            .col-10,
            .col-11,
            .col-12,
            .col,
            .col-auto,
            .col-sm-1,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm,
            .col-sm-auto,
            .col-md-1,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9,
            .col-md-10,
            .col-md-11,
            .col-md-12,
            .col-md,
            .col-md-auto,
            .col-lg-1,
            .col-lg-2,
            .col-lg-3,
            .col-lg-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7,
            .col-lg-8,
            .col-lg-9,
            .col-lg-10,
            .col-lg-11,
            .col-lg-12,
            .col-lg,
            .col-lg-auto,
            .col-xl-1,
            .col-xl-2,
            .col-xl-3,
            .col-xl-4,
            .col-xl-5,
            .col-xl-6,
            .col-xl-7,
            .col-xl-8,
            .col-xl-9,
            .col-xl-10,
            .col-xl-11,
            .col-xl-12,
            .col-xl,
            .col-xl-auto {
                position: relative;
                width: 100%;
                min-height: 1px;
                padding-right: 10px;
                padding-left: 10px
            }

            .col-5 {
                flex: 0 0 41.6667%;
                max-width: 41.6667%
            }

            .col-6 {
                flex: 0 0 50%;
                max-width: 50%
            }

            .col-7 {
                flex: 0 0 58.3333%;
                max-width: 58.3333%
            }

            .col-12 {
                flex: 0 0 100%;
                max-width: 100%
            }

            @media (min-width:576px) {
                .col-sm-4 {
                    flex: 0 0 33.3333%;
                    max-width: 33.3333%
                }

                .col-sm-6 {
                    flex: 0 0 50%;
                    max-width: 50%
                }

                .col-sm-12 {
                    flex: 0 0 100%;
                    max-width: 100%
                }

                .offset-sm-0 {
                    margin-left: 0
                }
            }

            @media (min-width:992px) {
                .col-md-3 {
                    flex: 0 0 25%;
                    max-width: 25%
                }

                .col-md-4 {
                    flex: 0 0 33.3333%;
                    max-width: 33.3333%
                }

                .col-md-5 {
                    flex: 0 0 41.6667%;
                    max-width: 41.6667%
                }

                .col-md-6 {
                    flex: 0 0 50%;
                    max-width: 50%
                }

                .col-md-8 {
                    flex: 0 0 66.6667%;
                    max-width: 66.6667%
                }

                .col-md-9 {
                    flex: 0 0 75%;
                    max-width: 75%
                }

                .col-md-12 {
                    flex: 0 0 100%;
                    max-width: 100%
                }
            }

            .text-right {
                text-align: right !important
            }

            .text-center {
                text-align: center !important
            }

            .img-responsive {
                max-width: 100%;
                display: block;
                margin: 3px auto 15px
            }
            .form-row {
                margin: 0 auto 10px auto;
                display: flex;
                flex-direction: column;
                max-width: 400px;
            }

            .form-row input,
            .country-select {
                padding: 10px 5px;
            }

            .prices {
                width: 100%;
                max-width: 400px;
                margin: 20px auto 0 auto;
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                font-size: 30px;
                font-weight: bold;
            }

            .new-price {
                color: rgb(248, 34, 34);
            }

            .old-price {
                position: relative;
            }

            .btn.second {
                display: block;
                background-color: rgb(248, 34, 34);
                color: #ffffff;
                width: 200px;
                padding: 10px;
                font-size: 17px;
                font-weight: bold;
                margin: 20px auto;
                text-transform: uppercase;
                border: none;
                cursor: pointer;
            }

            .btn.second:hover {
                color: #000000;
            }

            input[type=checkbox] {
                margin-right: 10px;
            }

            .form-checkbox {            
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
	            margin: 0 auto 10px;
                max-width: 400px;
            }

            .check-text {
                text-align: left;
                font-size: 11px;
            }

            .form-link {
                color: inherit;
                text-decoration: none;
            }
@font-face {
                font-family: "Roboto";
                font-style: normal;
                font-weight: 400;
                src: url() format("embedded-opentype"), url() format("woff"), url() format("truetype")
            }

            @font-face {
                font-family: "RobotoBold";
                font-style: normal;
                font-weight: 400;
                src: url() format("embedded-opentype"), url() format("woff"), url() format("truetype")
            }

            @font-face {
                font-family: "RobotoBoldItalic";
                font-style: normal;
                font-weight: 400;
                src: url() format("embedded-opentype"), url() format("woff"), url() format("truetype")
            }

            @font-face {
                font-family: "RobotoItalic";
                font-style: normal;
                font-weight: 400;
                src: url() format("embedded-opentype"), url() format("woff"), url() format("truetype"), url() format("svg")
            }

            body {
                padding: 0;
                font-family: "Roboto", arial;
                font-size: 16px;
                line-height: 22px;
                overflow-x: hidden;
                width: 100%;
                box-sizing: border-box
            }

            body a {
                font-family: "RobotoBold";
                transition: all 0.5s ease 0s;
                font-weight: 400;
                text-decoration: underline;
                color: rgb(21, 139, 230)
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                text-align: center;
                color: rgb(102, 102, 102);
                font-weight: 400;
                line-height: normal;
                margin: 0 0 15px
            }

            b,
            strong {
                font-family: "RobotoBold", arial;
                font-weight: 400
            }

            nav,
            footer {
                padding: 20px 0;
                margin: 0
            }

            main {
                padding: 7px 0 20px;
                margin: 0
            }

            header {
                background-color: rgb(0, 0, 0);
                height: 59px;
                padding: 10px 0;
                margin: 0;
                border-top: 5px solid rgb(255, 255, 255);
                border-bottom: 5px solid rgb(255, 255, 255)
            }

            nav {
                background-color: rgb(41, 41, 41);
                height: 46px;
                line-height: 46px;
                padding: 0;
                font-size: 28px
            }

            nav a {
                text-decoration: none;
                color: rgb(99, 99, 99)
            }

            nav a:hover {
                color: rgb(255, 255, 255)
            }

            span.red {
                font-size: 15px;
                font-family: "RobotoBold";
                color: rgb(255, 1, 1);
                line-height: 26px;
                text-align: left
            }

            span.gray {
                display: block;
                font-size: 14px;
                font-family: "Roboto";
                color: rgb(141, 141, 141);
                line-height: 26px;
                text-align: left
            }

            h1 {
                font-size: 24px;
                font-family: "RobotoBold";
                color: rgb(1, 1, 1);
                line-height: 1.2;
                text-align: left;
                margin-top: 15px
            }

            h2 {
                font-size: 18px;
                font-family: "RobotoItalic";
                color: rgb(70, 70, 70);
                line-height: 1.2;
                text-align: left;
                margin-bottom: 15px
            }

            blockquote {
                font-size: 22px;
                font-family: "RobotoItalic";
                color: rgb(248, 34, 34);
                line-height: 1.2;
                text-align: center
            }

            .doc-quote {
                font-family: "RobotoItalic"
            }

            .row.commentarios {
                background: rgb(232, 232, 232) none repeat scroll 0% 0%;
                margin-left: -40px;
                margin-bottom: 20px;
                margin-top: 20px
            }

            .row.commentarios .col-md-12,
            .otros-commentarios .col-md-12 {
                padding: 3px 0 5px 40px;
                font-family: "RobotoBold", arial
            }

            .otros-commentarios {
                background: rgb(232, 232, 232) none repeat scroll 0% 0%;
                border-radius: 5px;
                margin-bottom: 40px;
                margin-top: 25px
            }

            .otros-commentarios a {
                font-family: "RobotoBold";
                font-size: 15px;
                text-decoration: none;
                color: rgb(72, 71, 71)
            }

            .otros-commentarios .col-md-12 {
                font-size: 17px
            }

            .img-circle {
                border-radius: 50%
            }

            .related a {
                display: block;
                font-size: 21px;
                font-family: "RobotoBold";
                color: rgb(1, 1, 1);
                line-height: 1.2;
                text-align: left;
                text-decoration: none;
                padding-bottom: 15px
            }

            .related a:hover {
                text-decoration: underline
            }

            .comm-table {
                display: table;
                margin-top: 0
            }

            .col-avatar {
                display: table-cell;
                margin-left: 10px;
                max-width: 40px;
                vertical-align: top;
                padding-top: 0;
                margin-top: 0
            }

            .col-comm-text {
                padding-left: 15px;
                display: table-cell;
                vertical-align: top;
                padding-top: 0;
                margin-top: 0;
                margin-bottom: 20px
            }

            .nickname {
                font-family: "RobotoBold";
                font-size: 17px;
                line-height: 17px;
                margin-bottom: 9px
            }

            .comment {
                font-family: "Roboto";
                font-size: 15px;
                line-height: 17px;
                color: rgb(1, 1, 1);
                margin-bottom: 5px
            }

            .date {
                font-family: "RobotoItalic";
                font-size: 15px;
                color: rgb(1, 1, 1)
            }

            .orderlink {
                font-size: 25px;
                font-family: "RobotoBold";
                color: rgb(95, 146, 230);
                text-decoration: underline;
                line-height: 1.2;
                text-align: center
            }

            .border {
                border: 1px solid rgb(196, 196, 196);
                padding: 5px 10px;
                font-size: 14px;
                line-height: 18px
            }

            .border [class*="col-"] {
                padding-right: 0;
                padding-left: 0
            }

            .border .sidebar-table {
                display: table;
                margin-bottom: 15px
            }

            .border .row:last-child .sidebar-table {
                margin-bottom: 5px
            }

            .border .col-sidebar-img {
                display: table-cell;
                margin-left: 10px;
                max-width: 105px;
                position: relative;
                float: left;
                min-height: 81px
            }

            .border .col-sidebar-img img {
                width: 105px;
                height: 81px;
                margin-top: 5px
            }

            .border .col-sidebar-text {
                padding-left: 10px;
                max-width: 180px;
                display: table;
                vertical-align: middle;
                min-height: 81px
            }

            .border .col-sidebar-text p {
                display: table-cell;
                vertical-align: middle;
                margin: 0
            }

            .border .col-sidebar-text a {
                font-family: "Roboto";
                text-decoration: none;
                color: rgb(1, 1, 1)
            }

            .border .col-sidebar-text a:hover {
                text-decoration: underline
            }

            footer {
                background: rgb(2, 2, 2) none repeat scroll 0% 0%;
                color: rgb(154, 154, 154);
                padding: 30px 0 20px
            }

            footer img.img-responsive {
                margin: 3px 0 20px
            }

            footer p {
                color: rgb(154, 154, 154);
                font-size: 12px;
                line-height: 17px
            }

            footer a {
                font-family: "Roboto";
                color: rgb(154, 154, 154);
                text-decoration: underline;
                font-weight: 400
            }

            footer .socialicons a {
                color: rgb(255, 255, 255);
                font-size: 21px;
                padding-right: 5px
            }

            footer a:hover {
                color: rgb(234, 0, 0)
            }

            @media (min-width:992px) {
                blockquote {
                    font-size: 26px
                }

                header {
                    height: 79px;
                    padding: 20px
                }

                span.gray {
                    float: right
                }

                h1 {
                    font-size: 34px
                }

                h2 {
                    font-size: 24px
                }

                body {
                    font-size: 20px;
                    line-height: 26px
                }

                main {
                    padding: 17px 0 60px
                }

                span.red {
                    font-size: 20px
                }

                .related a {
                    padding-top: 0;
                    padding-bottom: 0
                }
            }

            @media (max-width:991px) {
                .hidden-sm-down {
                    display: none
                }

                .row.related img {
                    width: 100%
                }
            }

            @media (max-width:576px) {
                .hidden-xs {
                    display: none
                }

                .related a {
                    font-size: 16px
                }
            }           









.header[data-v-5a6adbd8] {
    width: 100%;
    margin: 0 auto;
    z-index: 9999
}

.header__top[data-v-5a6adbd8] {
    padding: 20px 0;
    background-color: #fff
}

.header__container[data-v-5a6adbd8] {
    max-width: 1200px;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.header__logo[data-v-5a6adbd8] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #234069;
    margin-left: 10px
}

.header__logo strong[data-v-5a6adbd8] {
    font-weight: 700;
    font-size: 28px;
    display: block
}

@media screen and (max-width:576px) {
    .header__logo strong[data-v-5a6adbd8] {
        font-size: 20px
    }
}

.header__logo span[data-v-5a6adbd8] {
    max-width: 271px;
    display: block;
    font-size: 12px;
    width: 100%;
    font-weight: 400
}

@media screen and (max-width:576px) {
    .header__logo span[data-v-5a6adbd8] {
        max-width: 190px;
        font-size: 10px
    }

    .header__logo[data-v-5a6adbd8] {
        margin-left: 0
    }
}

.header__logo-icon[data-v-5a6adbd8] {
    margin-right: 18px;
    width: 42px;
    height: 53px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='44' height='54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 29.666h-6.667v-8H18V15h8v6.666h6.667v8H26v6.667h-8v-6.667ZM22 .333l-21.333 8v16.24C.667 38.04 9.76 50.6 22 53.666 34.24 50.6 43.333 38.04 43.333 24.573V8.333L22 .333Z' fill='%23234069'/%3E%3C/svg%3E")
}

@media screen and (max-width:576px) {
    .header__logo-icon[data-v-5a6adbd8] {
        margin-right: 10px;
        width: 34px;
        height: 42px;
        background-size: contain
    }
}

.header__search[data-v-5a6adbd8] {
    max-width: 230px;
    width: 100%;
    background-color: #eff2f7;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #323f4d;
    position: relative
}

.header__search[data-v-5a6adbd8]:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.677 16.83 13.38 11.6a7.032 7.032 0 0 0 1.61-4.475C14.99 3.196 11.751 0 7.77 0 3.79 0 .552 3.196.552 7.125S3.789 14.25 7.77 14.25a7.24 7.24 0 0 0 4.535-1.589l5.298 5.23a.384.384 0 0 0 .537 0l.537-.531a.372.372 0 0 0 0-.53ZM7.77 12.75c-3.143 0-5.7-2.523-5.7-5.625S4.628 1.5 7.77 1.5c3.143 0 5.7 2.523 5.7 5.625s-2.557 5.625-5.7 5.625Z' fill='%23323F4D'/%3E%3C/svg%3E")
}

@media screen and (max-width:576px) {
    .header__search[data-v-5a6adbd8] {
        background-color: transparent;
        padding-left: 0;
        max-width: 44px
    }

    .header__search span[data-v-5a6adbd8] {
        display: none
    }
}

.navbar[data-v-5a6adbd8] {
    background-color: #00204c;
    position: sticky;
    top: 0;
    z-index: 9999
}

.navbar__container[data-v-5a6adbd8] {
    max-width: 1200px;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:1200px) {
    .navbar__container[data-v-5a6adbd8] {
        justify-content: flex-end
    }
}

.navbar__menu[data-v-5a6adbd8] {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    justify-content: space-between
}

@media screen and (max-width:1200px) {
    .navbar__menu[data-v-5a6adbd8] {
        display: none
    }
}

.navbar__item[data-v-5a6adbd8] {
    font-size: 14px;
    color: #fff;
    padding: 26px 23px;
    transition: background .15s ease
}

.navbar__item[data-v-5a6adbd8]:hover {
    background-color: #234069
}

@media screen and (max-width:1200px) {
    .navbar__item[data-v-5a6adbd8] {
        padding: 26px 10px
    }
}

.navbar__mobile-menu[data-v-5a6adbd8] {
    width: 30px;
    height: 20px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    position: relative
}

.navbar__mobile-menu[data-v-5a6adbd8]:after,
.navbar__mobile-menu[data-v-5a6adbd8]:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px
}

.navbar__mobile-menu[data-v-5a6adbd8]:before {
    top: 0
}

.navbar__mobile-menu[data-v-5a6adbd8]:after {
    bottom: 0
}

.navbar__mobile-menu-inner[data-v-5a6adbd8] {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px
}

.news-container[data-v-1d64e30e] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden
}

.news[data-v-1d64e30e] {
    padding: 8px 8px 16px;
    margin: 0 0 24px;
    flex: 0 0 31.1904761905%;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    cursor: pointer;
    color: inherit;
    line-height: 1.15;
    transition: all .65s ease;
    background-color: #eff2f7;
    display: flex;
    flex-direction: column
}

.news__title[data-v-1d64e30e] {
    line-height: 1.15;
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #292a31
}

.news p[data-v-1d64e30e],
.news__title[data-v-1d64e30e] {
    text-decoration: inherit;
    -webkit-text-decoration-line: inherit;
    text-decoration-line: inherit
}

.news p[data-v-1d64e30e] {
    line-height: 1.15;
    margin: 0;
    padding: 10px 0
}

.news__image[data-v-1d64e30e] {
    display: block;
    width: 100%;
    margin: 0 auto 16px;
    flex: 0 0 100px;
    overflow: hidden;
    height: 100%
}

.news__image img[data-v-1d64e30e] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .65s ease;
    vertical-align: middle
}

.news__text[data-v-1d64e30e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news:hover img[data-v-1d64e30e] {
    transform-origin: center;
    transform: scale(1.1)
}

.news__item-tag[data-v-1d64e30e] {
    font-size: 16px;
    line-height: 18px;
    color: #00204c;
    letter-spacing: .5px;
    text-decoration: underline;
    font-family: Roboto, sans-serif
}

@media screen and (max-width:767px) {
    .news[data-v-1d64e30e] {
        max-width: 45%;
        flex-basis: 50%
    }
}

@media screen and (max-width:560px) {
    .news[data-v-1d64e30e] {
        max-width: 100%;
        flex-basis: 100%
    }
}

.success-news[data-v-68157a86] {
    padding: 0 0 40px
}

.success-news__title[data-v-68157a86] {
    text-align: center;
    margin: 0;
    padding: 0 0 40px
}

.success-news__old-title[data-v-68157a86] {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 700;
    color: #333
}

.success-news__new-title[data-v-68157a86] {
    font-family: Bebas Neue, cursive;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
    color: #000
}

.main-news[data-v-704c22b3] {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    padding: 0 0 32px;
    grid-template-columns: 57.7751196172% 40.3110047847%
}

@media screen and (max-width:576px) {
    .main-news[data-v-704c22b3] {
        grid-template-columns: none
    }
}

.main-news__item[data-v-704c22b3] {
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    cursor: pointer;
    color: inherit;
    line-height: 1.15;
    transition: all .65s ease;
    background-color: #eff2f7;
    border: 1px solid #d5dfeb
}

.main-news__item:hover img[data-v-704c22b3] {
    transform-origin: center;
    transform: scale(1.1)
}

.main-news__item-title[data-v-704c22b3] {
    text-decoration: inherit;
    -webkit-text-decoration-line: inherit;
    text-decoration-line: inherit;
    font-size: 18px;
    margin: 0 0 16px;
    font-weight: 600;
    color: #292a31
}

.main-news__item-title--h2[data-v-704c22b3] {
    font-size: 24px
}

@media screen and (max-width:576px) {
    .main-news__item-title--h2[data-v-704c22b3] {
        font-size: 18px
    }
}

.main-news__item-image[data-v-704c22b3] {
    display: block;
    width: 100%;
    margin: 0 auto 16px;
    max-height: 100px;
    overflow: hidden;
    height: 100%
}

.main-news__item-image img[data-v-704c22b3] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .65s ease;
    vertical-align: middle
}

.main-news__item--first[data-v-704c22b3] {
    grid-row: 1/span 2;
    padding: 57px 25px
}

@media screen and (max-width:576px) {
    .main-news__item--first[data-v-704c22b3] {
        grid-row: 1;
        padding: 11px 8px 19px
    }
}

.main-news__item--first .main-news__item-image[data-v-704c22b3] {
    max-height: 243px
}

@media screen and (max-width:576px) {
    .main-news__item--first .main-news__item-image[data-v-704c22b3] {
        max-height: 100px
    }
}

.main-news__item--second[data-v-704c22b3],
.main-news__item--third[data-v-704c22b3] {
    padding: 11px 8px 19px
}

.main-news__item--second[data-v-704c22b3] {
    grid-row: 1
}

@media screen and (max-width:576px) {
    .main-news__item--second[data-v-704c22b3] {
        grid-row: 2
    }
}

.main-news__item--third[data-v-704c22b3] {
    grid-row: 2
}

@media screen and (max-width:576px) {
    .main-news__item--third[data-v-704c22b3] {
        grid-row: 3
    }
}

.main-news__item-tag[data-v-704c22b3] {
    font-size: 16px;
    line-height: 18px;
    color: #00204c;
    letter-spacing: .5px;
    text-decoration: underline;
    font-family: Roboto, sans-serif
}

.news-item[data-v-1dc598ac] {
    margin: 0 auto 64px;
    max-width: 100%;
    white-space: pre-wrap
}

.news-item__image[data-v-1dc598ac] {
    height: 435px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 48px
}

@media screen and (max-width:576px) {
    .news-item__image[data-v-1dc598ac] {
        height: 200px
    }
}

.news-item__image img[data-v-1dc598ac] {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.news-item__title[data-v-1dc598ac] {
    margin: 0 0 32px;
    font-size: 24px;
    font-weight: 600
}

.news-item__content[data-v-1dc598ac] {
    margin: 0 0 64px;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 28px
}

.news-item__breadcrumb[data-v-1dc598ac] {
    display: flex;
    font-size: 14px;
    margin-bottom: 26px;
    align-items: center
}

.news-item__breadcrumb-item[data-v-1dc598ac]:first-child {
    color: #00204c;
    margin-right: 27px;
    position: relative;
    cursor: pointer
}

.news-item__breadcrumb-item[data-v-1dc598ac]:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 7px;
    height: 11px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.287 5.07 1.392.177A.597.597 0 0 0 .966 0a.597.597 0 0 0-.425.176l-.36.36a.603.603 0 0 0 0 .851l4.11 4.11L.176 9.614a.598.598 0 0 0-.176.425c0 .162.063.313.176.426l.36.36A.597.597 0 0 0 .962 11a.597.597 0 0 0 .425-.176l4.9-4.9a.598.598 0 0 0 .175-.426.598.598 0 0 0-.175-.427Z' fill='%238A8A8A'/%3E%3C/svg%3E")
}

.news-item__breadcrumb-item[data-v-1dc598ac]:last-child {
    color: #8a8a8a
}

.news-item__tags[data-v-1dc598ac] {
    display: flex
}

@media screen and (max-width:414px) {
    .news-item__tags[data-v-1dc598ac] {
        flex-direction: column
    }
}

.news-item__tags-title[data-v-1dc598ac] {
    color: #5a5b6a;
    font-size: 16px;
    line-height: 18px;
    margin-right: 24px;
    white-space: nowrap
}

@media screen and (max-width:414px) {
    .news-item__tags-title[data-v-1dc598ac] {
        margin-bottom: 20px
    }
}

.news-item__tags-list[data-v-1dc598ac] {
    flex-flow: row wrap
}

.news-item__tags-item[data-v-1dc598ac] {
    text-decoration: underline;
    margin-right: 21px;
    color: #00204c;
    position: relative
}

.news-item__tags-item[data-v-1dc598ac]:after {
    content: "";
    position: absolute;
    top: 56%;
    right: -11px;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background-color: gray
}

.news-item__tags-item[data-v-1dc598ac]:last-child {
    margin-right: 0
}

.news-item__tags-item[data-v-1dc598ac]:last-child:after {
    display: none
}

.news-item__tags-list[data-v-1dc598ac] {
    display: flex;
    font-family: Roboto, sans-serif
}

.comebacker-news[data-v-38588f3a] {
    flex: 1;
    padding: 32px
}

@media screen and (max-width:576px) {
    .comebacker-news[data-v-38588f3a] {
        padding: 16px
    }
}

.comebacker-news__title[data-v-38588f3a] {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600
}

.comebacker-news__download-more[data-v-38588f3a] {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden
}

.sidebar {
    height: calc(100vh - 69px);
    flex: 0 0 23.0769230769%;
    padding: 16px 0;
    position: sticky;
    top: 69px
}

@media screen and (max-width:992px) {
    .sidebar {
        display: none
    }
}

.sidebar__inner {
    height: calc(100% - 100px)
}

.sidebar__inner,
.sidebar__inner100 {
    padding: 0 16px;
    overflow: hidden;
    overflow-y: scroll
}

.sidebar__inner100 {
    height: 100%
}

.sidebar__news {
    background-color: #eff2f7;
    padding: 8px 8px 16px;
    display: block
}

.sidebar__news:last-child {
    margin-bottom: 0
}

.sidebar__news,
.sidebar__tags {
    margin-bottom: 16px
}

.sidebar__news-image {
    height: 100px;
    margin-bottom: 16px
}

.sidebar__news-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sidebar__news-title {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #292a31
}

.sidebar__news-tag {
    font-size: 16px;
    line-height: 18px;
    color: #00204c;
    letter-spacing: .5px;
    text-decoration: underline;
    font-family: Roboto, sans-serif
}

.sidebar__tags {
    padding: 16px;
    font-family: Roboto, sans-serif
}

.sidebar__tags-title {
    color: #5a5b6a;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px
}

.sidebar__tags-item {
    text-decoration: underline;
    margin-right: 8px;
    display: inline-block;
    color: #00204c
}

.sidebar__tags-item:nth-child(2) {
    font-size: 22px
}

.sidebar__tags-item:nth-child(3) {
    font-size: 20px
}

.sidebar__tags-item:nth-child(4) {
    font-size: 10px
}

.sidebar__tags-item:last-child {
    font-size: 28px
}

.sidebar__download-more {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    margin-top: -50px
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-family: Montserrat, sans-serif
}

a {
    text-decoration: none
}

.wv_window_comebacker {
    position: fixed !important;
    z-index: 999999999 !important;
    left: 0 !important;
    top: 0 !important;
    overflow: auto !important;
    display: none !important;
    width: 0 !important;
    min-height: 0 !important;
    box-sizing: border-box !important
}

.wv_window-open {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #fff !important;
    box-sizing: border-box !important
}

.wv_window_comebacker_close {
    display: none !important
}

.wv_window_main {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important
}

.wv_window_main__container {
    background-color: #fff !important;
    display: flex !important
}</pre></body></html>