<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.none-style {
  all: unset;  /* Modern browsers - removes all styling */
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  list-style: none;
  box-shadow: none;
}

iv.container.getflix-page {
  box-shadow: none;
}

html body {
  background-color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
}

label.col-sm-6.control-label {
  text-align: left;
}

.nav&gt;li&gt;a {
  color: #000000;
}

.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:hover, .nav-pills&gt;li.active&gt;a:focus {
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
}

.navbar-header a img {
  height: 40px;
  padding-top: 4px;
}

.navbar-nav&gt;li&gt;a {
  line-height: 14px;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
  background: none;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a {
  background: none;
  box-shadow: none;
  font-weight: bold;
  border-bottom: solid 4px #000000;
}

.panel-default&gt;.panel-heading {
  background-image: none;
}

.alert-success, .alert-danger {
  border: solid 1px #e5e5e5;
  background: none;
  color: #000000
}

.alert-warning {
  background: #fdf4ca;
  border: solid 1px #fdcf08;
}

.alert-warning a {
  color: #8a6d3b;
  text-decoration: underline;
}

.alert-warning ul {
  padding-left: 0;
}

.alert-warning ul li {
  list-style: none;
}

.alert-info {
  background: #cae2fd;
  border: solid 1px #428bca;
}

.ico-ok-circle:before {
  color: #2da137;
}

.ico-cancel-circle:before {
  color: #fe0205;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  background-image: none;
  border: none
}

[class^="ico-"]:before, [class*=" ico-"]:before {
  margin-left: 0;
}

.wg-flags a img.wg-flag {
  height: 20px!important;
  margin-bottom: 4px;
}

.btn:active, .btn.active {
  text-shadow: none;
}

.zopim {
  left: 20px;
}

@media (min-width: 992px) {
  .col-md-6:first-child {
    padding-right: 7px
  }

  .col-md-6:last-child {
    padding-left: 7px
  }

  .alert {
    margin-bottom: 15px;
  }

  .getflix-footer {
    padding: 20px 10%;
    width: 100%;
    padding: 20px 140px 20px 440px;
  }

  .footerMenu {
    width: 150px;
  }

  form .col-md-2 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

/* -------------------------------------------

    Name:               Getflix
    Date:               2022/05/27
    Author:             http://psdhtml.me

---------------------------------------------  */


/*! Variables --------- */
:root {
    --black:    #000000;
    --boulder:  #7a7a7a;
    --dove:     #636363;
    --sand:     #f5f5f5;
    --mercury:  #e8e8e8;
    --alto:     #dedede;
    --red-dark: #b31b21;
    --red-light:#f52f36;
    --sand-light:#f8f8f8;

}


/*! Modules --------- */
.m6-app { position: relative; z-index: 2; margin: 0 0 32px; padding: 30px 310px 15px 32px; color: var(--red-dark); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.1875; }
    .m6-app:before { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; border-radius: 3px; border: 2px solid var(--mercury); background: var(--sand-light); text-align: left; text-indent: -3000em; direction: ltr; }
    .m6-app h1 { margin: 0 0 24px; color: var(--red); font-size: 26px; font-weight: 700; line-height: 1.2307692308; }
    .m6-app h2, .m6-app h3, .m6-app h4, .m6-app h5, .m6-app h6 { margin: 0 0 24px; color: var(--red-dark); font-weight: 700; line-height: 1.2307692308; }
    .m6-app h2 {font-size: 20;}
    .m6-app h3 {font-size: 18;}
    .m6-app p { max-width: 494px; margin: 0 0 19px; color: var(--black);}
    .m6-app ol li a p {text-decoration: underline;}
        .m6-app p a { color: inherit; text-decoration: underline; }
        .m6-app p i { display: inline-block; position: relative; line-height: 1px; }
        .m6-app p .icon-chevron-left, .m6-app p .icon-chevron-right { top: -.25em; font-size: 0.4375em; }
    .m6-app p a:hover { text-decoration: none; }
    .m6-app &gt; figure { position: absolute; right: 30px; top: 12px; width: 250px; margin: 0; }
        .m6-app &gt; figure img { box-shadow: 0 2px 4px rgba(219,219,219,.5); border-radius: 6px 6px 0 0; border: 1px solid var(--alto); border-bottom-width: 0; }
    .m6-app &gt; a.close { display: block; position: absolute; right: 0; top: 0; width: 25px; height: 25px; color: var(--boulder); font-size: 8px; text-indent: -3000em; text-align: left; direction: ltr; opacity: 1; }
        .m6-app &gt; a.close:before { content: "\e900"; display: block; position: absolute; left: 0; right: 0; top: 50%; margin: -10px 0 0; font-weight: 400; font-family: i; line-height: 20px; text-align: center; text-indent: 0; letter-spacing: normal; }
@media (max-width: 990px){
.m6-app { padding-right: 32px; }
.m6-app &gt; figure { display: none; }
}
@media (max-width: 480px) {
.m6-app { padding: 16px 16px .1px; }
    .m6-app h1, .m6-app h2, .m6-app h3, .m6-app h4, .m6-app h5, .m6-app h6 { font-size: 24px; }
    
.m6-app h1 br, .m6-app h2 br, .m6-app h3 br, .m6-app h4 br, .m6-app h5 br, .m6-app h6 br { display: none; }
}


/*! Content --------- */
.s18 { font-size: 17px; }

.overlay-black { color: var(--red-dark); }


/*! Lists --------- */
.list-social { list-style: none; margin: 22px -12px 18px 0; padding: 0; color: var(--red-dark); font-size: 20px; }
    .list-social li { margin: 0 12px 6px 0; }
    .list-social a { display: block; color: inherit; text-decoration: none; }
    .list-social i { display: block; line-height: 20px; }
        .list-social i.icon-windows { font-size: 18px; }
.list-social { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.list-social { -webkit-align-items: center; align-items: center; }


/*! Icons --------- */
@font-face { font-family: 'i'; src: url('icons/icomoon.woff2') format('woff2'), url('icons/icomoon.woff') format('woff'); font-display: swap; }
[class*="icon-"] { font-family: 'i' !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    .icon-android:before { content: "\e908"; }
    .icon-apple:before { content: "\e905"; }
    .icon-chevron-down:before { content: "\e906"; }
    .icon-chevron-left:before { content: "\e907"; }
    .icon-chevron-right:before { content: "\e904"; }
    .icon-chevron-up:before { content: "\e901"; }
    .icon-os-ios-dark:before { content: "\e902"; }
    .icon-windows:before { content: "\e903"; }
    .icon-x:before { content: "\e900"; }

.disabled-dashboard {
  pointer-events: none;
  opacity: 0.6;
}</pre></body></html>