@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Open+Sans:wght@300;400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;400;700&family=Roboto+Condensed:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amaranth:wght@400;700&display=swap');




body {
    margin: 0px;
    background: #fff;
}

.ui-datepicker {
  font-size: 12px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}




.bodytext {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
    color: #000;
    text-decoration: none;
}


.client_tab {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #888;
  text-align: center;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #888;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.client_tab:hover {
  color: #000;
  border-bottom: 1px solid #000;
} 

.client_tab_active {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #444;
  text-align: center;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: 3px solid #444;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.info_body_collapsed {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 23px;
  padding: 0px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  text-align: left;
  height: 55px;
  margin-bottom: 10px;
  overflow-y: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.info_body_collapsed:after {
  content: "\A [Read more]      ";
  white-space: pre;
  position: absolute;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: rgba(0,0,200,0.6);
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8), rgba(255,255,255,1));
}

.info_body_expanded {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 23px;
  padding: 0px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  text-align: left;
  margin-bottom: 10px;
  overflow-y: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.h_rule {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}


.bodytitle {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1C0556;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.copyrighttext {
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.CFC_micro_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 4px 4px 3px 4px;
    border-radius: 2px;
    background: #1C0556;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px; 
    line-height: 13px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CFC_micro_button:hover {
    background: #888 !important;
    color: #fff;
}

.CFC_micro_button_disabled {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 4px 4px 2px 4px;
    border-radius: 2px;
    background: #ccc;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px; 
    line-height: 13px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.block_header {
  display: block; 
  position: absolute; 
  left: 0px; 
  right: 0px; 
  top: 0px; 
  height: 80px; 
  background: #1C0556;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(255,255,255,0.7);
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block_box {
  display: inline-block; 
  position: relative; 
  padding: 15px; 
  padding-top: 95px; 
  box-sizing: border-box; 
  width: 30%; 
  min-width: 270px;
  max-width: 500px;
  text-align: center;
  line-height: 25px;
  border: 1px solid rgba(255,255,255,0.3); 
  box-shadow: 0px 0px 6px 2px rgba(255,255,255,0.2);
  transition: 0.3;
  transition-duration: 0.2s;
}

.block_box:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 11px 0px rgba(255,255,255,0.4);
}



#footer {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  left: -15px;
  width: calc(100% + 30px);
  padding: 15px;
  box-sizing: border-box;
  background: #1C0556;
  min-height: 60px;
  z-index: 9999;
}

#footer::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  height: 15px;
  background: #000;
}

#footer_left_block {
  display: inline-block; 
  position: relative; 
  width: initial;
  text-align: left;
}

#footer_right_block {
  display: inline-flex; 
  justify-content: flex-end; 
  position: relative; 
  flex-grow: 1;
}

#footer_seal {
  display: inline-block; 
  position: relative; 
  text-align: right; 
  margin-left: 20px;
  flex-grow: 0;
}

@media screen and (min-width: 451px) {
  #footer_left_block {
    width: initial;
  }
  #footer_right_block { 
    justify-content: flex-end;
  }
  #footer_seal {
    flex-grow: 0;
  }
}
@media screen and (max-width: 450px) {
  #footer_left_block {
    width: 100%;
  }
  #footer_right_block { 
    justify-content: flex-start;
  }
  #footer_seal {
    flex-grow: 1;
  }
}





.terms_container {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-align: justify;
    column-count: 2; 
    column-gap: 20px;
    column-rule: 1px solid #efefef;
    box-sizing: border-box;
    padding: 3px;
}

@media screen and (min-width: 651px) {
    .terms_container { 
        column-count: 2;
    }
}
@media screen and (max-width: 650px) {
    .terms_container { 
        column-count: 1;
    }
}





#menu_container {
    display: none; 
    position: absolute; 
    top: calc(100% + 4px); 
    right: 0px; 
    background: #fff; 
    border: 1px solid #000; 
    padding: 0px; 
    box-sizing: border-box; 
    z-index: 999999;
}


.menu_item {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    background: #efefef;
    border-bottom: 1px solid #aaa;
    padding: 5px 24px 3px 16px;
    box-sizing: border-box;
    text-align: left;
    transition: 0.3;
    margin: 0px;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu_item:hover {
    color: #000;
}



.new_text_link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  box-sizing: border-box;
  padding: 0px;
  margin-left: 20px;
  transition: 0.3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new_text_link:hover {
  color: #aaa;
}



#nav_text_links_container {
  display: inline-flex; 
  position: relative; 
  height: 30px; 
  padding: 0px; 
  flex-grow: 1; 
  align-items: center; 
  align-content: center; 
  color: #fff; 
  justify-content: flex-end;
}

#nav_menu_icon {
    display: none; 
    position: absolute; 
    right: 0px; 
    top: 10px; 
    bottom: 10px; 
    width: 28px; 
    box-sizing: border-box; 
    padding: 0px; 
    cursor: pointer; 
    flex-flow: row wrap; 
    gap: 6px; 
    align-content: center; 
    align-items: center;
}

@media screen and (min-width: 626px) {
  #nav_text_links_container { 
    display: inline-flex;
  }
  #nav_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 625px) {
  #nav_text_links_container { 
      display: none;
  }
  #nav_menu_icon {
      display: inline-flex;
  }
}



#para_sky {
  display: block; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box; 
  background-image: url(pics/comic_para_sky.png); 
  background-size: 190%; 
  background-position: center; 
  background-repeat: no-repeat;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transition: 0s linear;
  transition-property: background-position;
}

#para_plane {
  display: block; 
  position: absolute;
  position: fixed !important; 
  left: 50%; 
  top: 0px; 
  width: 100%; 
  max-width: 1400px;
  padding: 0px; 
  overflow: hidden;
  box-sizing: border-box; 
  background-image: url(pics/comic_para_plane.png?v=3); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translateX(-50%);
}

#para_pilot {
  display: block; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box; 
  background-image: url(pics/comic_para_pilot.png?v=3); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transition: 0s linear;
  transition-property: background-position;
}

#para_curve2 {
  display: block; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transition: 0s linear;
  transition-property: background-position;
}

#para_curve1 {
  display: block; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box;
}

.para_curve2_img {
  content: url(pics/comic_para_curve2.png?v=2);
  border: 0px; 
  position: absolute; 
  left: 0px; 
  width: 100%; 
  bottom: 0px; 
  height: auto;
}

.para_curve1_img {
  content: url(pics/comic_para_curve1.png);
  border: 0px; 
  position: absolute; 
  left: 0px; 
  width: 100%; 
  bottom: 0px; 
  height: auto;
}



.comic_spacer {
  content: url(pics/spacer_70pct.png);
  border: 0px; 
  width: 100%; 
  height: auto;
}

@media screen and (min-width: 701px) {
  .comic_spacer { 
    content: url(pics/spacer_70pct.png); 
  }
  #para_sky {
    background-image: url(pics/comic_para_sky.png);
  }
  #para_plane {
    background-image: url(pics/comic_para_plane.png?v=3); 
  }
  #para_pilot { 
    background-image: url(pics/comic_para_pilot.png?v=3); 
  }
  .para_curve2_img {
    content: url(pics/comic_para_curve2.png?v=2);
  }
  .para_curve1_img {
    content: url(pics/comic_para_curve1.png);
  }
}
@media screen and (max-width: 700px) {
  .comic_spacer { 
    content: url(pics/spacer.png);
  }
  #para_sky {
    background-image: url(pics/comic_para_sky_small.png);
  }
  #para_plane {
    background-image: url(pics/comic_para_plane_small.png?v=3); 
  }
  #para_pilot { 
    background-image: url(pics/comic_para_pilot_small.png?v=3); 
  }
  .para_curve2_img {
    content: url(pics/comic_para_curve2_small.png?v=2);
  }
  .para_curve1_img {
    content: url(pics/comic_para_curve1_small.png);
  }
}












.mobile_button {
  display: inline-block; 
  position: relative; 
  padding: 6px 10px; 
  border: 1px solid #aaa; 
  border-radius: 5px; 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 24px; 
  color: #444; 
  background: #efefef; 
  text-align: center;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
}

.mobile_button:hover {
  background: #ddd;
  color: #000;
}



.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #390FA3;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #1C0556 !important;
    color: #fff;
}

.custom_button_disabled {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #ccc;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 200;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.textfield_grey {
  border-radius: 0px;
  border: 1px solid #aaa;
  padding: 3px 2px 3px 2px;
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  margin-top: 2px;
  /* -webkit-text-fill-color: #222;
  -moz-text-fill-color: #222;
  -o-text-fill-color: #222;
  -khtml-text-fill-color: #222; */
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
  box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
  -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}



.form_error_block {
  display: none; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  font-weight: 700; 
  font-size: 13px; 
  line-height: 15px; 
  color: #d6372c; 
  margin-top: 10px; 
  margin-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
}






.link_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}





input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}







.bobble {
  -webkit-animation-name: bobble1; /* Chrome, Safari, Opera */
  animation-name: bobble1;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bobble1 {
   0% { transform: translateX(0%); }
   15% { transform: translateX(-2%) rotate(-7deg); }
   30% { transform: translateX(2%) rotate(4deg); }
   45% { transform: translateX(-1%) rotate(-4deg); }
   60% { transform: translateX(2%) rotate(3deg); }
   75% { transform: translateX(-1%) rotate(-2deg); }
   100% { transform: translateX(0%); }
}

@keyframes bobble1 {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-2%) rotate(-7deg); }
  30% { transform: translateX(2%) rotate(4deg); }
  45% { transform: translateX(-1%) rotate(-4deg); }
  60% { transform: translateX(2%) rotate(3deg); }
  75% { transform: translateX(-1%) rotate(-2deg); }
  100% { transform: translateX(0%); }
}



.spinner {
  -webkit-animation-name: spinner; /* Chrome, Safari, Opera */
  animation-name: spinner;
  -webkit-animation: spinner 3s infinite ease;
  animation: spinner 3s infinite ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translateX(100);
  transform-origin: 54.2% 76.3%;
}

@-webkit-keyframes spinner {
   0% { transform: scale(1.43) rotate(0deg); }
   100% { transform: scale(1.43) rotate(360deg); }
}

@keyframes spinner {
  0% { transform: scale(1.43) rotate(0deg); }
  100% { transform: scale(1.43) rotate(360deg); }
}





/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}






.terms_container {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-align: justify;
  column-count: 2; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  padding: 3px;
}

@media screen and (min-width: 651px) {
  .terms_container { 
  column-count: 2;
  }
}
@media screen and (max-width: 650px) {
  .terms_container { 
  column-count: 1;
  }
}




#index_content {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 26px;
  background: #390FA3;
  padding: 15px;
  top: -2px;
}



#regular_content {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 26px;
  background: #ffffff;
  padding: 15px;
  top: -2px;
}



.review_box {
  display: flex;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  justify-content: center;
  align-content: center;
  align-items: center;
}



.review {
  display: inline-block; 
  position: relative;
  padding: 0px; 
  box-sizing: border-box;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.CFC_dialog_container {
    display: flex; 
    position: fixed; 
    width: 90%; 
    top: 0px; 
    min-height: 95vh; 
    padding: 0px;
    padding-top: 20px;
    left: -20000px; 
    justify-content: center; 
    align-items: center; 
    align-content: center; 
    text-align: center; 
    z-index: 99999999;
}

.CFC_dialog_base {
    display: block;
    position: relative;
    font-family: "Noto Sans", sans-serif;
    font-weight: 200;
    color: #222;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    width: 100%;
    padding: 16px 26px 20px 26px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
    min-height: 100px;
}





#comic_image {
  display: block; 
  position: relative; 
  left: 0vw; 
  right: 0vw; 
  height: calc(100vh - 50px);
  padding: 0px; 
  margin: 0px;
  box-sizing: border-box;
  background: #fff; 
  background-image: url(pics/comic_alt.jpg?v=2); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  overflow: hidden;
}

#comic_image2 {
  display: none; 
  position: relative; 
  left: 0vw; 
  right: 0vw; 
  padding: 0px; 
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 1201px) {
  #comic_image { 
    display: block;
  }
  #comic_image2 {
    display: none; 
  }
}
@media screen and (max-width: 1200px) {
  #comic_image {
    display: none;
  }
  #comic_image2 {
    display: block; 
  }
}







.flex_block_inner {
  display: inline-block; 
  position: relative; 
  width: calc(40% - 20px);
  max-width: 400px; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

@media screen and (min-width: 701px) {
  .flex_block_inner { 
    width: calc(40% - 20px); 
    font-size: 18px;
    line-height: 20px; 
  }
}
@media screen and (max-width: 700px) {
  .flex_block_inner { 
    width: 100%; 
    max-width: 500px; 
    font-size: 16px;
    line-height: 18px; 
  }
}



.info_container {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 10px); 
  padding: 0px; 
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .info_container {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .info_container {
    width: 100%;
  }
}




.expanding_line {
  display: inline-block; 
  position: relative; 
  width: 1%; 
  height: 1px; 
  border-bottom: 1px solid #020286; 
  margin-top: 4px; 
  margin-bottom: 6px;
}


.flex_box_inner_title {
  display: inline-block; 
  position: relative; 
  font-weight: 400;
  color: #222;
}



.loader {
    display: inline-block;
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: CFC_load6 1.7s infinite ease, CFC_round 1.7s infinite ease;
    animation: CFC_load6 1.7s infinite ease, CFC_round 1.7s infinite ease;
}
@-webkit-keyframes CFC_load6 {
    0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes CFC_load6 {
    0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes CFC_round {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
@keyframes CFC_round {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}




.tiny_loader {
  display: inline-block;
  color: #fff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 25px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: tiny_loader2 1.7s infinite ease, round2 1.7s infinite ease;
  animation: tiny_loader2 1.7s infinite ease, round2 1.7s infinite ease;
}
@-webkit-keyframes tiny_loader2 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes tiny_loader2 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round2 {
  0% {
    -webkit-transform: rotate(0deg) scale(50%);
    transform: rotate(0deg) scale(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(50%);
    transform: rotate(360deg) scale(50%);
  }
}
@keyframes round2 {
  0% {
    -webkit-transform: rotate(0deg) scale(50%);
    transform: rotate(0deg) scale(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(50%);
    transform: rotate(360deg) scale(50%);
  }
}

