@font-face {
    font-family: 'Tide Sans 300 Lil Kahuna';
    src: url('fonts/TideSans-300LilKahuna.eot');
    src: url('fonts/TideSans-300LilKahuna.eot?#iefix') format('embedded-opentype'),
        url('fonts/TideSans-300LilKahuna.woff2') format('woff2'),
        url('fonts/TideSans-300LilKahuna.woff') format('woff'),
        url('fonts/TideSans-300LilKahuna.svg#TideSans-300LilKahuna') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Tide Sans 400 Lil Dude';
    src: url('fonts/TideSans-400LilDude.eot');
    src: url('fonts/TideSans-400LilDude.eot?#iefix') format('embedded-opentype'),
        url('fonts/TideSans-400LilDude.woff2') format('woff2'),
        url('fonts/TideSans-400LilDude.woff') format('woff'),
        url('fonts/TideSans-400LilDude.svg#TideSans-400LilDude') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Tide Sans 700 Mondo';
    src: url('fonts/TideSans-700Mondo.eot');
    src: url('fonts/TideSans-700Mondo.eot?#iefix') format('embedded-opentype'),
        url('fonts/TideSans-700Mondo.woff2') format('woff2'),
        url('fonts/TideSans-700Mondo.woff') format('woff'),
        url('fonts/TideSans-700Mondo.svg#TideSans-700Mondo') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tide Sans 500 Dudette';
    src: url('fonts/TideSans-500Dudette.eot');
    src: url('fonts/TideSans-500Dudette.eot?#iefix') format('embedded-opentype'),
        url('fonts/TideSans-500Dudette.woff2') format('woff2'),
        url('fonts/TideSans-500Dudette.woff') format('woff'),
        url('fonts/TideSans-500Dudette.svg#TideSans-500Dudette') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tide Sans 600 Bunny';
    src: url('fonts/TideSans-600Bunny.eot');
    src: url('fonts/TideSans-600Bunny.eot?#iefix') format('embedded-opentype'),
        url('fonts/TideSans-600Bunny.woff2') format('woff2'),
        url('fonts/TideSans-600Bunny.woff') format('woff'),
        url('fonts/TideSans-600Bunny.svg#TideSans-600Bunny') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Tide Sans 400 Lil Dude';
    line-height: inherit;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tide Sans 600 Bunny'; 
}
h2 {
    font-family: 'Tide Sans 700 Mondo';
}
.show_wideget {
    max-height: 390px;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 570px;
    justify-content: center;
    margin: 0 auto;
}
.show_wideget_in {
    /*height: 100vh;*/
    width: 100%;
    position: relative;
    padding: 4px;
	overflow:hidden;
}
.show_widget_top {
    height: 172px;
}
.container {
    padding: 0 90px;
}

.progress_in {
    position: relative;
    z-index: 1;
}

.progress_in:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: 0;
    border-radius: 50%;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    z-index: 2;
}

.progressInside {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

#showProgress {
    opacity: 0;
}

.progress_article {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(0%);
    transition: 0.3s;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.lds-ring,
#showProgress {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*transition: 0.2s;*/
}

.lds-ring {
    z-index: 0;
    transform: rotate(45deg);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 12px solid #9620ce;
    border-radius: 50%;
    animation: lds-ring 1s cubic-bezier(0.5, 0, 0.5, 1) 2;
    border-color: #9620ce transparent transparent transparent;
    z-index: 4;
}

.lds-ring:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 12px solid #acb5bd;
    border-radius: 50%;
    z-index: 2;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.20s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.10s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.05s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tox-progress {
    position: relative
}

.tox-progress .radial-outer,
.tox-progress .radial-inner {
    border-radius: 50%
}

.tox-progress .radial-inner,
.tox-progress .radial-mask-1,
.tox-progress .radial-mask-2,
.tox-progress .radial-mask-3,
.tox-progress .tox-progress-content {
    position: relative
}

.tox-progress .radial-mask-1,
.tox-progress .radial-mask-2,
.tox-progress .radial-mask-3 {
    transform-origin: bottom center
}

.tox-progress .radial-mask-1,
.tox-progress .radial-mask-3 {
    transform: rotate(90deg)
}

.tox-progress .radial-mask-2 {
    transform: rotate(270deg)
}

.show_counter {
    transition: 0.3s;
    margin-right: 23px;
}

.show_counter,
.show_counter span {
    font-size: 18px;
    color: #acb5bd;
    font-family: 'Tide Sans 700 Mondo';
}

.show_percent {
    color: #acb5bd;
    /*font-size: 158px;*/
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    text-align: center;
    /*transition: 0.3s;*/
}

.show_percent .percent_txt {
    font-size: 58px;
    transition: 0.3s;
    animation: myfontsize 0.4s 4;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Tide Sans 700 Mondo';
    z-index: 5;
    padding-left: 0;
    /*background-color: #fff;*/
}

/*.show_percent .percent_txt span {
    background-color: #fff;
    padding: 0 20px;
    display: inline-block;
}*/

.show_percent.mystyle .percent_txt {
    font-size: 18px;
    padding-left: 36px;
    font-family: 'Tide Sans 700 Mondo';
    animation : none;
}
.show_percent.mystyle .percent_txt span {
    padding: 0;
}
.showInsideContent .show_percent.mystyle .percent_txt,
.showInsideContent .show_counter {
    opacity: 0;
}

@keyframes myfontsize {
    0% {
        font-size: 58px;
    }

    50% {
        font-size: 70px;
    }

    100% {
        font-size: 58px;
    }
}

.show_content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    top: 52%;
    transform: translateY(-50%);
    width: calc(100% - 6px);
    padding: 0 20px;
    opacity: 0;
    transition: 0.4s;
    padding-bottom: 12px;
}

.show_content h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px;
    color: #cd149d;
    line-height: 1.1;
}

.show_content h3 {
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 8px;
    font-family: 'Tide Sans 300 Lil Kahuna';
    padding: 0 4px;
    color: #000;
}
.show_content p {
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 8px;
    font-family: 'Tide Sans 300 Lil Kahuna';
    padding: 0 5px;
}

.show_content p em {
    font-style: normal;
    color: #9620ce;
    display: block;
    margin-bottom: 3px;
}

.progress_article.hidePercent {
    left: 6px;
    top: 6px;
    transform: translate(0%, 0%);
}

.progress_article.showInsideContent .show_content {
    opacity: 1;
}

.side_content {
    opacity: 0;
    padding-left: 177px;
    width: 100%;
    position: relative;
    height: 100%;
}
.side_content h1 {
    margin: 0 0 15px;
    font-size: 25px;
    color: #100802;
    line-height: 1.3;
    font-family: 'Tide Sans 700 Mondo';
}
.side_content h1 .letters2 {
    color: #cd149d;
}
.side_content h2 {
    margin: 0 0 20px;
    font-size: 16px;
    color: #100802;
    line-height: 1.3;
    font-family: 'Tide Sans 500 Dudette';
}

.show_wideget_in.showSideContent .side_content {
    opacity: 1;
}


.ml1 .letter {
    display: inline-block;
    line-height: 1em;
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0;
}

.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform-origin: 0 0;
}

.solidBtn {
    width: 220px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #cd149d;
    /*text-transform: uppercase;*/
    display: block;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 5;
    /*font-weight: bold;*/
    transition: 0.3s;
    opacity: 0;
    max-width: 100%;
}

.solidBtn:hover {
    background-color: #9620ce;
}
.show_wideget_in .solidBtn {
    position: relative;
    width: auto;
    display: table;
    padding: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.show_wideget_in .solidBtn i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #9e0f79;
    font-size: 21px;
}
.show_wideget_in .solidBtn span {
    padding: 0 20px 0 12px;
}
.show_wideget_in.showButton .solidBtn {
    opacity: 1;
}

.bottom_content {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    /*margin-top: 220px;*/
    opacity: 0;
    transition: 0.3s;
    align-items: center;
}

.bottom_left {
    width: 330px;
}

.bottom_left p {
    font-size: 11px;
    font-family: 'Tide Sans 300 Lil Kahuna';
    margin: -4px 0 2px;
}

.bottom_left h3 {
    font-size: 9px;
    /*font-weight: 500;*/
    color: #000;
    margin: 0;
    font-family: 'Tide Sans 400 Lil Dude';
}

.bottom_right {
    /*width: calc(100% - 330px);*/
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.showbottomContent.bottom_content {
    opacity: 1;
}
.logo {
    width: 80px;
}
.logo img {
    max-width: 100%;
    max-height: 37px;
}

.form_section {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 5;
    display: none;
    overflow-y: scroll;
}
.form_holder {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    max-width: 100%;
    border-radius: 7px;
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}
.form_holder h2 {
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 1;
    font-family: 'Tide Sans 500 Dudette';
    color: #acb5bd;
    text-align: center;
}
.form_control {
    display: flex;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.form_holder input[type="text"],
.form_holder input[type="email"],
.form_holder input[type="tel"],
.form_holder input[type="password"],
.form_holder input[type="url"],
.form_holder input[type="date"],
.form_holder input[type="number"] {
    padding: 0 8px;
    outline: none;
    height: 25px;
    line-height: 25px;
    width: 100%;
    font-size: 12px;
    color: #404040;
    background-color: #f6f6f6;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    transition: 0.3s;
    outline: none;
    font-family: 'Tide Sans 400 Lil Dude';
}
.form_holder select {
    outline: none;
    border-radius: 3px;
    color: #404040;
    background-color: #f6f6f6;
    border: 1px solid #d2d2d2;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 5px;
    width: 100%;
    font-family: 'Tide Sans 400 Lil Dude';
}
.form_holder textarea {
    color: #404040;
    background-color: #f6f6f6;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    padding: 5px 8px;
    width: 100%;
    height: 50px;
    outline: none;
    border-radius: 3px;
    resize: vertical;
    transition: 0.3s;
    resize: none;
    font-family: 'Tide Sans 400 Lil Dude';
}
.submit_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.form_holder label {
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}
.form_holder .input_type {
    margin-right: 6px;
}
.form_holder .input_type:last-child {
    margin-right: 0;
} 
.form_holder .input_type.prefix {
    width: 80px;
}
.form_holder .input_type.first_name, .form_holder .input_type.name {
    width: calc(50% - 46px);
}
.form_holder .input_type.email, .form_holder .input_type.confirm_email, .form_holder .input_type.cash, .form_holder .input_type.personal_equity, .form_holder .input_type.annual_income, .form_holder .input_type.phone {
    width: calc(50% - 3px);
}
.form_holder label.country_label {
    width: 239.5px;
    margin-bottom: 0;
    line-height: 1;
    margin-right: 6px;
}
.form_holder .input_type.country {
    width: calc(100% - 245.5px);
}
.form_holder .input_type.comments {
    width: 100%;
}
.disclaimer_desc {
    font-size: 11px;
    margin-bottom: 6px;
}
.submit_block button {
    width: 140px;
    text-align: center;
    height: 30px;
    outline: none;
    border-radius: 0;
    line-height: 30px;
    padding: 0 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 30px;
}
.submit_block button.submit {
    background-color: #acb5bd;
    color: #fff;
    margin-right: 6px;
}
.submit_block button.submit:hover {
    background-color: #9620ce;
}
.submit_block button.cancel {
    background-color: #ccc;
    color: #000;
}
.submit_block button.cancel:hover {
    opacity: 0.7;
}
.close_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    font-weight: bold;
    font-stretch: extra-expanded;
}


/* Smaller Width */
.small_width {
    /*width: 338px;*/
    width: 384px;
    max-width: 100%;
    height: 164px;
    max-height: 100%;
}
.small_width .show_wideget_in {
	padding: 0;
}
.small_width .progress_article {
    width: 106px;
    height: 106px;
}
.small_width .progress_article.hidePercent {
    left: 0;
    top: 0;
}
.small_width .show_widget_top {
    height: 106px;
}
.small_width .lds-ring div, .small_width .lds-ring:before {
    border-width: 8px;
}
.small_width .progress_in:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.small_width .show_content {
    padding: 0 10px;
}
.small_width .show_content h1 {
    font-size: 11px;
    line-height: 1.1;
}
.small_width .side_content h2 {
    margin: 0 0 10px;
    font-size: 9px;
}
.small_width .show_percent .percent_txt {
    font-size: 35px;
    animation: mysmallfontsize 0.4s 3;
}
.small_width .show_percent.mystyle .percent_txt {
    font-size: 18px;
}
@keyframes mysmallfontsize {
    0% {
        font-size: 35px;
    }

    50% {
        font-size: 50px;
    }

    100% {
        font-size: 35px;
    }
}
.small_width .side_content {
    padding-left: 108px;
}
.small_width .solidBtn {
    line-height: 28px;
    font-size: 7px;
    width: 170px;
    font-weight: normal;
}
.small_width .bottom_left {
    width: 260px;
}
.small_width .bottom_right {
    padding-left: 6px;
}
.small_width .bottom_left p {
    line-height: 1;
    font-size: 9px;
}
.small_width .bottom_left h3 {
    line-height: 1;
    font-size: 8px;
}
.small_width .logo {
    width: 40px;
}
.small_width .bottom_content {
    margin-top: 8px;
    justify-content: space-between;
}
.small_width .show_content p {
    padding: 0;
    margin: 0 0 2px;
}
.small_width .show_content p em {
    padding: 0 10px;
}

/* Portrait Width */
.portrait_widget {
    max-width: 278px;
    max-height: 415px;
}
.portrait_widget .show_widget_top {
    height: inherit;
}
.portrait_widget .side_content {
    padding-left: 0;
    margin-top: 175px;
    text-align: center;
}
.portrait_widget .progress_article.hidePercent {
    left: 50%;
    transform: translate(-50%, 0%);
    top: 15px;
}
.portrait_widget .side_content h2 {
    font-size: 16px;
    margin: 0 0 10px;
}
.portrait_widget .bottom_content {
    margin-top: 12px;
}
.portrait_widget .bottom_right {
    padding-left: 10px;
}
.portrait_widget .logo {
    width: 75px;
}
.portrait_widget .solidBtn {
    margin: 0 auto;
}
.portrait_form .form_holder .input_type.first_name {
    width: calc(100% - 86px);
    margin-bottom: 6px;
    margin-right: 0;
}
.portrait_form .form_holder .input_type.name {
    width: 100%;
    margin-right: 0;
}
.portrait_form .form_holder .input_type.email, .portrait_form .form_holder .input_type.confirm_email, .portrait_form .input_type.cash, .portrait_form .form_holder .input_type.personal_equity, .portrait_form .form_holder .input_type.annual_income, .portrait_form .form_holder .input_type.phone {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
}
.portrait_form .form_holder .input_type:last-child {
    margin-bottom: 0;
}
.portrait_form .submit_block button.submit {
    margin-bottom: 6px;
}
.portrait_form .form_holder h2 {
    font-size: 13px;
}
.submit_block button {
    width: 100px;
}
.wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
/*.small_wrapper.wrapper {
    height: 155px;
}
.portrait_wrapper.wrapper {
    height: 415px;
}*/
.show_wideget.addCSS1 {

}
.show_wideget.addCSS1 .ml1 {
    max-width: 283px;
}
.show_wideget.addCSS1 .side_content .ml2 h1 {
    font-size: 21px;
}
.show_wideget.addCSS1 .side_content .ml1 h2 {
    font-size: 11.8px;
}
.show_wideget.addCSS1 .show_wideget_in .solidBtn i {
    height: 32px;
    line-height: 32px;
    width: 32px;
    font-size: 16px;
}
.show_wideget.addCSS2 .ml1 {
    max-width: 308px;
    margin: 0 auto;
}
.show_wideget.addCSS2 .side_content .ml1 h2 {
    font-size: 12.8px;
    margin: 0 0 10px;
}
.show_wideget.addCSS2 .side_content .ml2 h1 {
    font-size: 27px;
    line-height: 1;
}
.show_wideget.addCSS2 .side_content .ml2 h1 > span {
    display: block;
}
/*.small_width .ml1 {
    max-width: 146px;
}*/
.show_wideget.addCSS2 .side_content {
    padding-left: 0;
    text-align: center;
}
.show_wideget.addCSS2 .show_widget_top {
    height: 280px;
}
.show_wideget.addCSS2 .progress_article.hidePercent {
    left: 10px;
    text-align: center;
    top: 120px;
}
.show_wideget.addCSS2 .show_wideget_in {
    padding: 10px;
}
.show_wideget.addCSS2 .bottom_content {
    display: block;
    margin-bottom: 50px;
}
.show_wideget.addCSS2 .bottom_left {
    width: 100%;
    text-align: center;
}
.show_wideget.addCSS2 .bottom_right {
    display: none;
}
.show_wideget.addCSS2 .bottom_left h3 br:first-child {
    display: none;
}
.show_wideget.addCSS2 .show_wideget_in {
    padding: 10px;
}
.show_wideget.addCSS2 .show_wideget_in .solidBtn {
    position: absolute;
    bottom: -70px;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 220px;
}
.show_wideget.addCSS2 .show_wideget_in .solidBtn i {
    height: 32px;
    line-height: 32px;
    width: 32px;
    font-size: 16px;
}
.show_wideget.addCSS2 .show_content h1 {
    position: absolute;
    left: 165px;
    width: 135px;
    top: 0;
    font-size: 21px;
    text-align: left;
}
.show_wideget.addCSS2 .show_content h3 {
    position: absolute;
    left: 165px;
    width: 135px;
    font-size: 10px;
    padding: 0;
    margin-top: -10px;
    text-align: left;
}
.show_wideget.addCSS2 .progress_article.showInsideContent .show_content {
    padding-bottom: 0;
}
.show_wideget.addCSS2 .show_content p {
    font-size: 13px;
}
.show_wideget.addCSS3 .ml1 {
    max-width: 312px;
}
.show_wideget.addCSS3 .side_content .ml1 h2 {
    font-size: 13px;
}
.show_wideget.addCSS3 .side_content .ml2 h1 {
    font-size: 26px;
}
.show_wideget.addCSS3 .bottom_left h3 {
    font-size: 10px;
}
/*.mobile_ml1 {
    display: none;
}
.show_wideget.addCSS2 .side_content .desktop_ml1 {
    display: none;
}
.show_wideget.addCSS2 .side_content .mobile_ml1 {
    display: block;
}*/
