/* colors */
/* selected card / virtual card box (light gray) */
/* horizontal lines */
/* page background */
/* selected card border */
/* checkbox background */
/* form info text */
/* footer copyrights */
/* footer vertical lines (dark gray) */
/* cookies info background */
/* mint */
/* violet */
/* line 5, ../../assets/sass/modules/_layout.modern.scss */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #DCDDDE url("../img/modern/ms-white-opacity.svg");
}
/* line 10, ../../assets/sass/modules/_layout.modern.scss */
body div#main {
  min-height: calc(100vh - 260px);
  /* sticky footer */
  margin: 0 auto;
}
/* line 13, ../../assets/sass/modules/_layout.modern.scss */
body div#main header {
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
}
/* line 18, ../../assets/sass/modules/_layout.modern.scss */
body div#main header div.ms-logotype img {
  width: 170px;
}
/* line 22, ../../assets/sass/modules/_layout.modern.scss */
body div#main header div.language-picker {
  position: absolute;
  right: 0;
  top: 2px;
}
/* line 26, ../../assets/sass/modules/_layout.modern.scss */
body div#main header div.language-picker ul {
  display: block;
}
/* line 28, ../../assets/sass/modules/_layout.modern.scss */
body div#main header div.language-picker ul li {
  display: inline;
  margin: 0 2px;
}
/* line 31, ../../assets/sass/modules/_layout.modern.scss */
body div#main header div.language-picker ul li a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 36, ../../assets/sass/modules/_layout.modern.scss */
body div#main header div.language-picker ul li a.active {
  text-decoration: underline;
  color: #00C9B8;
}
/* line 45, ../../assets/sass/modules/_layout.modern.scss */
body div#main header div.customer-header p {
  text-align: right;
}
/* line 49, ../../assets/sass/modules/_layout.modern.scss */
body div#main header p {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}
/* line 56, ../../assets/sass/modules/_layout.modern.scss */
body div#main section.page-container {
  border-radius: 4px;
  padding-bottom: 115px;
  background: #FFFFFF url("../img/modern/ms-bg-form.svg") no-repeat;
  background-size: 130%, 18px;
  background-position-y: bottom;
  margin: 10px auto 40px;
}
/* line 64, ../../assets/sass/modules/_layout.modern.scss */
body div#main .cookies-policy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999998;
  background-color: #EEEEEE;
  margin: 0;
  display: none;
}
/* line 73, ../../assets/sass/modules/_layout.modern.scss */
body div#main .cookies-policy .cookies-policy-content {
  padding: 5px;
  max-width: 940px;
  margin: 0 auto;
}
/* line 77, ../../assets/sass/modules/_layout.modern.scss */
body div#main .cookies-policy .cookies-policy-content p {
  margin: 0;
  padding: 0;
}
/* line 81, ../../assets/sass/modules/_layout.modern.scss */
body div#main .cookies-policy .cookies-policy-content .cookies-policy-accept {
  display: block;
  float: right;
  padding: 5px;
}
/* line 89, ../../assets/sass/modules/_layout.modern.scss */
body footer {
  width: 100%;
  height: 260px;
}
/* line 92, ../../assets/sass/modules/_layout.modern.scss */
body footer div.top {
  background-image: url("../img/modern/ms-footer-wave-min.svg");
  background-size: 15px 70px;
  background-position-y: top;
  width: 100%;
  height: 38px;
  background-repeat: repeat-x;
}
/* line 100, ../../assets/sass/modules/_layout.modern.scss */
body footer div.wide {
  background-color: #3642AE;
}
/* line 103, ../../assets/sass/modules/_layout.modern.scss */
body footer div.wide div.container img {
  height: 70px;
}
/* line 106, ../../assets/sass/modules/_layout.modern.scss */
body footer div.wide div.container div.content {
  text-align: center;
  margin-top: 50px;
}
/* line 109, ../../assets/sass/modules/_layout.modern.scss */
body footer div.wide div.container div.content p {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
/* line 115, ../../assets/sass/modules/_layout.modern.scss */
body footer div.wide div.container div.content:nth-of-type(2) {
  border-left: 1px solid #5F5F5F;
  border-right: 1px solid #5F5F5F;
}
/* line 122, ../../assets/sass/modules/_layout.modern.scss */
body footer div.footer-content {
  margin-bottom: 40px;
}

/**
  styles for error pages
 */
/* line 12, ../../assets/sass/_errorpages.modern.scss */
.errorpage .vert-padded {
  margin-top: 10vh;
}
/* line 15, ../../assets/sass/_errorpages.modern.scss */
.errorpage .error-animation-container {
  display: block;
  margin: 0 auto;
  width: 460px;
  height: 340px;
  background-color: transparent;
}
/* line 22, ../../assets/sass/_errorpages.modern.scss */
.errorpage .error-image {
  width: 460px;
  height: 340px;
}
/* line 26, ../../assets/sass/_errorpages.modern.scss */
.errorpage h1.error-description {
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.8em;
}
/* line 35, ../../assets/sass/_errorpages.modern.scss */
.errorpage p.error-description {
  margin-top: 2em;
  text-align: center;
}
/* line 39, ../../assets/sass/_errorpages.modern.scss */
.errorpage p.error-description:last-child {
  padding-bottom: 2em;
}
/* line 42, ../../assets/sass/_errorpages.modern.scss */
.errorpage a.btn-custom {
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  background: #00C9B8;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  font-size: 1.1em;
  padding: 1em 1.8em;
  border-radius: 0.4em;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
/* line 56, ../../assets/sass/_errorpages.modern.scss */
.errorpage a.btn-custom:hover, .errorpage a.btn-custom:focus {
  background: #3642AE;
}

@media (max-width: 991px) {
  /* line 62, ../../assets/sass/_errorpages.modern.scss */
  .errorpage h1.error-description {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 3em;
  }
  /* line 70, ../../assets/sass/_errorpages.modern.scss */
  .errorpage p.error-description {
    font-size: 150%;
  }
}
/* line 4, ../../assets/sass/modern.scss */
div.tabs-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 9, ../../assets/sass/modern.scss */
div.tab-content {
  padding: 20px 100px;
  position: relative;
  display: none;
}
/* line 13, ../../assets/sass/modern.scss */
div.tab-content.active {
  display: block;
}
/* line 16, ../../assets/sass/modern.scss */
div.tab-content h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 21, ../../assets/sass/modern.scss */
div.tab-content h2 span {
  color: #00C9B8;
}

/* line 27, ../../assets/sass/modern.scss */
button.btn-custom, button.btn-custom:hover, button.btn-custom:focus {
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  background: #00C9B8;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  font-size: 15px;
}

/* line 38, ../../assets/sass/modern.scss */
footer div.white p, footer div.white a {
  color: #fff;
}

/* line 42, ../../assets/sass/modern.scss */
button.btn-confirm, button.btn-confirm:hover {
  background: #00C9B9;
  color: #fff;
  outline: none;
  font-weight: bold;
  height: 45px;
}

/* line 50, ../../assets/sass/modern.scss */
div.virtual-card-section {
  background: #F5F5F5;
  height: 121px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

/* line 59, ../../assets/sass/modern.scss */
div.virtual-card-image {
  background-image: url("../img/modern/ms-ilu-wkm.svg");
  background-repeat: no-repeat;
  -ms-background-position-x: right;
  background-position-x: right;
  width: 150px;
  height: 150px;
  bottom: -14px;
  position: absolute;
  right: -6px;
}

/* line 73, ../../assets/sass/modern.scss */
div.checkbox-label {
  font-size: 13px;
  line-height: 26px;
}
/* line 76, ../../assets/sass/modern.scss */
div.checkbox-label p {
  display: block;
}
/* line 79, ../../assets/sass/modern.scss */
div.checkbox-label.consent-content, div.checkbox-label.js-full-consent-content {
  padding-left: 35px;
  margin-top: -12px;
}

/* Custom checkbox */
/* The checkbox-container */
/* line 87, ../../assets/sass/modern.scss */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Show the checkmark when checked */
}
/* line 100, ../../assets/sass/modern.scss */
.checkbox-container label {
  line-height: 26px;
}
/* line 105, ../../assets/sass/modern.scss */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 114, ../../assets/sass/modern.scss */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #C2C4C4;
  /* Create the checkmark/indicator (hidden when not checked) */
}
/* line 124, ../../assets/sass/modern.scss */
.checkbox-container .checkmark:hover {
  border: 2px solid #00C9B8;
}
/* line 129, ../../assets/sass/modern.scss */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 145, ../../assets/sass/modern.scss */
.checkbox-container input:checked ~ .checkmark {
  background-color: #00C9B8;
  border: 2px solid #00C9B8;
}
/* line 151, ../../assets/sass/modern.scss */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* line 156, ../../assets/sass/modern.scss */
div.virtual-card-section .checkbox-container {
  font-size: 17px;
  font-weight: bold;
}

/* line 161, ../../assets/sass/modern.scss */
div.tab-content p.additional-info {
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding-bottom: 10px;
  display: inline-block;
}

/* line 169, ../../assets/sass/modern.scss */
p.form-info {
  font-size: 18px;
}
/* line 171, ../../assets/sass/modern.scss */
p.form-info span {
  font-size: 13px;
  color: #B5B6B6;
}

/* line 177, ../../assets/sass/modern.scss */
ul.legend {
  padding: 7px 15px;
}
/* line 179, ../../assets/sass/modern.scss */
ul.legend li {
  list-style-type: none;
}

/* line 185, ../../assets/sass/modern.scss */
form input:focus {
  border: 1px solid #00C9B8 !important;
  box-shadow: none !important;
}

/* line 191, ../../assets/sass/modern.scss */
div.hr {
  border-top: 1px solid #E4E4E4;
  width: 80%;
  margin: 40px auto;
}

/* line 197, ../../assets/sass/modern.scss */
div.consent {
  margin-bottom: 30px;
}
/* line 200, ../../assets/sass/modern.scss */
div.consent label.js-required-agreement:after {
  content: '*';
  position: absolute;
  top: 0;
  left: -8pt;
  font-size: 14pt;
  line-height: 1;
  font-weight: bold;
  color: #5F5F5F;
}
/* line 211, ../../assets/sass/modern.scss */
div.consent p {
  margin-left: 0;
}

/* line 216, ../../assets/sass/modern.scss */
div.submit-section {
  text-align: center;
  margin: 0 auto;
}

/* line 221, ../../assets/sass/modern.scss */
div.centered {
  margin: 0 auto;
  text-align: center;
}

/* line 226, ../../assets/sass/modern.scss */
div.program-opportunities {
  font-size: 21px;
  margin-top: 60px;
}

/* GIODO form */
/* line 5, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-content div.hr {
  margin-top: 0;
}

/* line 11, ../../assets/sass/modules/_giodo.modern.scss */
div.form-header p.additional-info {
  padding-bottom: 0;
}

/* line 18, ../../assets/sass/modules/_giodo.modern.scss */
div.selected-card-section {
  min-height: 85px;
  margin-top: 40px;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  background: #F5F5F5;
}
/* line 26, ../../assets/sass/modules/_giodo.modern.scss */
div.selected-card-section .name-and-image {
  height: 100%;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
}
/* line 31, ../../assets/sass/modules/_giodo.modern.scss */
div.selected-card-section .name-and-image img {
  margin-right: 15px;
  width: 40px;
}
/* line 35, ../../assets/sass/modules/_giodo.modern.scss */
div.selected-card-section .description {
  display: flex;
  min-height: 85px;
  align-items: center;
  background: #FFFFFF;
  /* IE 11 fix (partial flex support) */
}
/* line 45, ../../assets/sass/modules/_giodo.modern.scss */
div.selected-card-section .description:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 54, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form div.virtual-card-section {
  margin-bottom: 0;
}
/* line 57, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form div.firstname-and-lastname {
  margin-top: 30px;
}
/* line 61, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form div.virtual-card-contact-data div.or {
  text-align: center;
  padding-top: 5px;
}
/* line 66, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form div.obligation_to_provide_information {
  padding-left: 50px;
}
/* line 69, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form div.submit-section {
  margin-top: 5px;
}
/* line 71, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form div.submit-section button {
  height: 46px;
  width: 260px;
}
/* line 77, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form div.help-block ul {
  padding-left: 0;
  list-style-type: none;
}

@media (max-device-width: 992px) {
  /* line 87, ../../assets/sass/modules/_giodo.modern.scss */
  section#giodo-form div.submit-section button {
    height: 78px;
  }
}
/* line 94, ../../assets/sass/modules/_giodo.modern.scss */
.navbar-fixed-bottom {
  position: relative;
}

/* GIODO form confirmation */
/* line 99, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form-confirmation {
  padding-bottom: 75px !important;
}
/* line 100, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form-confirmation div.tab-content {
  background-color: #FFFFFF;
  min-height: 330px;
  padding-top: 60px;
}
/* line 104, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form-confirmation div.tab-content img {
  margin: 0 auto;
  width: 50%;
}
/* line 108, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form-confirmation div.tab-content div.confirmation-message {
  font-size: 21px;
  text-align: center;
}
/* line 112, ../../assets/sass/modules/_giodo.modern.scss */
section#giodo-form-confirmation div.tab-content div.error-message {
  margin-top: 60px;
}

/** TMP cardApplication **/
/* line 121, ../../assets/sass/modules/_giodo.modern.scss */
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #DCDDDE url("../images/MS_white_opacity.svg");
  contain: paint;
  font-family: Ubuntu,sans-serif;
  background-size: cover;
}

/* line 131, ../../assets/sass/modules/_giodo.modern.scss */
div#main {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* line 137, ../../assets/sass/modules/_giodo.modern.scss */
header {
  padding-top: 20px;
  /*max-width: 1000px;*/
  margin: 0 auto;
  position: relative;
}

/* line 144, ../../assets/sass/modules/_giodo.modern.scss */
header div.language-picker {
  position: absolute;
  right: 0;
  top: 2px;
}

/* line 150, ../../assets/sass/modules/_giodo.modern.scss */
header div.language-picker ul {
  display: block;
}

/* line 154, ../../assets/sass/modules/_giodo.modern.scss */
header div.language-picker ul li {
  display: inline;
  margin: 0 2px;
}

/* line 159, ../../assets/sass/modules/_giodo.modern.scss */
header div.language-picker ul li a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 166, ../../assets/sass/modules/_giodo.modern.scss */
header div.language-picker ul li a.active {
  text-decoration: underline;
  color: #00C9B8;
}

/* line 171, ../../assets/sass/modules/_giodo.modern.scss */
div.ms-logotype img {
  width: 170px;
}

/* line 175, ../../assets/sass/modules/_giodo.modern.scss */
header p {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 0;
  margin-top: 20px;
}

/* line 183, ../../assets/sass/modules/_giodo.modern.scss */
header div.customer-header p {
  text-align: right;
}

/* line 187, ../../assets/sass/modules/_giodo.modern.scss */
section.page-container {
  /*width: 964px;*/
  border-radius: 4px;
  padding-bottom: 115px;
  background: #fff url(../images/MS_bg_form.svg) no-repeat;
  background-size: 130%, 18px;
  background-position-y: bottom;
  margin: 10px auto 40px;
}

/* line 197, ../../assets/sass/modules/_giodo.modern.scss */
div.tabs-header {
  background: #F5F5F5;
}

/* line 201, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-header:first-of-type {
  border-top: 5px solid #BBBBBB;
  border-top-left-radius: 5px;
}

/* line 206, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-header:nth-of-type(2) {
  border-top: 5px solid #BBBBBB;
  border-top-right-radius: 5px;
}

/* line 211, ../../assets/sass/modules/_giodo.modern.scss */
div.tabs-header div.tab-header a {
  color: #959595;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  padding: 30px;
  width: 100%;
}

/* line 223, ../../assets/sass/modules/_giodo.modern.scss */
div.tabs-header {
  text-align: center;
}

/* line 227, ../../assets/sass/modules/_giodo.modern.scss */
div.tabs-header div.active {
  border-top: 5px solid #00C9B8;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

/* line 233, ../../assets/sass/modules/_giodo.modern.scss */
div.tabs-header div.active a {
  color: #000;
}

/* line 237, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-content {
  padding: 20px 100px;
  position: relative;
  display: none;
}

/* line 243, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-content.active {
  display: block;
}

/* line 247, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-content h2, div.order-additional-cards h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

/* line 254, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards h2 {
  font-size: 20px;
  text-align: left;
}

/* line 259, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-content h2 span, div.order-additional-cards h2 span {
  color: #00C9B9;
}

/* line 263, ../../assets/sass/modules/_giodo.modern.scss */
div.step {
  padding: 20px 0;
}

/* line 267, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker-container {
  position: relative;
}

/* line 271, ../../assets/sass/modules/_giodo.modern.scss */
div.overflow-hidden-mobile {
  -ms-overflow-style: none;
}

/* line 275, ../../assets/sass/modules/_giodo.modern.scss */
div.overflow-hidden-mobile::-webkit-scrollbar {
  display: none;
}

/* line 279, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

/* line 285, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type {
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

/* line 293, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.header {
  background: #F5F5F5;
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}

/* line 301, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.header img {
  position: absolute;
  top: 28%;
  left: 10px;
}

/* line 307, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.content {
  background: #fff;
  margin-top: 15px;
  position: relative;
}

/* line 313, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.content div.card-type-description {
  padding: 10px;
  height: 440px;
}

/* line 318, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.content ul {
  padding: 5px 34px;
  margin-bottom: 20px;
}

/* line 323, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.content ul li {
  font-size: 13px;
}

/* line 327, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.content ul li:before {
  margin-right: 15px;
}

/* line 331, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type div.header h4 {
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  margin-left: 65px;
  line-height: 20px;
  text-align: left;
}

/* line 340, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-footer {
  margin: 0 auto;
  text-align: center;
}

/* line 345, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type-selected {
  border: 2px solid #00C9B9;
}

/* line 349, ../../assets/sass/modules/_giodo.modern.scss */
div.selected-tick {
  background: url("../images/selected-card-type-tick.png");
  width: 38px;
  height: 38px;
  position: absolute;
  top: -18px;
  right: -18px;
  display: none;
}

/* line 359, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-selected div.selected-tick {
  display: block !important;
}

/* line 363, ../../assets/sass/modules/_giodo.modern.scss */
div.remove-x {
  display: none;
  background: url("../images/remove-card-type-x.png");
  width: 38px;
  height: 38px;
  position: absolute;
  top: -19px;
  right: -19px;
}

/* line 373, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker span.help-block {
  text-align: center;
  font-size: 1.3em;
}

/* line 378, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-selected:hover div.remove-x {
  display: block !important;
}

/* line 382, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type button.choose-card-type {
  display: block;
}

/* line 386, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type button.resign-card-type {
  display: none;
}

/* line 390, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type-selected button.choose-card-type {
  display: none;
}

/* line 394, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type-selected button.resign-card-type {
  display: block;
}

/* line 399, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type-selected button, div.summary button.resign {
  background: #fff;
  color: #00C9B9;
  border: 2px solid #00C9B9;
}

/* line 405, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type-not-selected {
  opacity: 0.6;
}

/* line 409, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type-picker div.card-type-not-selected button {
  background: #EDEFEF;
}

/* line 413, ../../assets/sass/modules/_giodo.modern.scss */
button.btn-custom, button.btn-custom:hover, button.btn-custom:focus, a.btn-custom, a.btn-custom:hover, a.btn-custom:focus {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #00C9B9;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  font-size: 15px;
}

/* line 424, ../../assets/sass/modules/_giodo.modern.scss */
div.virtual-card-section {
  background: #F5F5F5;
  min-height: 141px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}

/* line 433, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards div.virtual-card-section {
  margin-top: 50px;
}

/** CUSTOM CHECKBOX */
/* The checkbox-container */
/* line 440, ../../assets/sass/modules/_giodo.modern.scss */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 26px;
}

/* Hide the browser's default checkbox */
/* line 456, ../../assets/sass/modules/_giodo.modern.scss */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 465, ../../assets/sass/modules/_giodo.modern.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #C2C4C4;
}

/* line 476, ../../assets/sass/modules/_giodo.modern.scss */
.checkmark:hover {
  border: 2px solid #00C9B9;
}

/* line 480, ../../assets/sass/modules/_giodo.modern.scss */
.checkbox-container:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

/* line 484, ../../assets/sass/modules/_giodo.modern.scss */
.checkbox-container input:checked ~ .checkmark {
  background-color: #00C9B9;
  border: 2px solid #00C9B9;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 490, ../../assets/sass/modules/_giodo.modern.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 497, ../../assets/sass/modules/_giodo.modern.scss */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 502, ../../assets/sass/modules/_giodo.modern.scss */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 514, ../../assets/sass/modules/_giodo.modern.scss */
div.virtual-card-section .checkbox-container, div.additional-cards-section .checkbox-container {
  font-size: 17px;
  font-weight: bold;
}

/* line 519, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-content p.additional-info {
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding-bottom: 10px;
  display: inline-block;
}

/* line 527, ../../assets/sass/modules/_giodo.modern.scss */
p.form-info {
  font-size: 18px;
}

/* line 531, ../../assets/sass/modules/_giodo.modern.scss */
p.form-subinfo {
  text-align: center;
  line-height: 35px;
}

/* line 536, ../../assets/sass/modules/_giodo.modern.scss */
p.form-info span {
  font-size: 13px;
  color: #B5B6B6;
}

/* line 541, ../../assets/sass/modules/_giodo.modern.scss */
ul.legend {
  padding: 7px 15px;
}

/* line 545, ../../assets/sass/modules/_giodo.modern.scss */
ul.legend li {
  list-style-type: none;
}

/* line 549, ../../assets/sass/modules/_giodo.modern.scss */
form input:focus {
  border: 1px solid #00C9B9 !important;
  box-shadow: none !important;
}

/* line 554, ../../assets/sass/modules/_giodo.modern.scss */
div.card-type {
  cursor: pointer;
}

/* line 558, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards {
  border: 1px solid #E4E4E4;
  position: relative;
  bottom: 2px;
  width: 90%;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 22px -2px #d1cfd1;
  -moz-box-shadow: 0px 0px 22px -2px #d1cfd1;
  box-shadow: 0px 0px 22px -2px #d1cfd1;
  padding: 15px 60px 60px 60px;
}

/* line 575, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards div.bottom-background {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/MS_bg_form.svg");
  background-position-y: bottom;
  background-repeat: no-repeat;
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.2;
  height: 50px;
  overflow: hidden;
}

/* line 589, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards:last-of-type div.bottom-background {
  display: none !important;
}

/* line 593, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards div.order-new-additional-card {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #efefef url("../images/order-cards-bg.svg");
  overflow: hidden;
  display: none;
}

/* line 604, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards:last-of-type div.order-new-additional-card {
  display: block !important;
}

/* line 607, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards button.btn-another-cards, div.order-additional-cards button.btn-another-cards:focus {
  margin: 0 auto;
  text-align: center;
  top: 33%;
  position: absolute;
  left: 32%;
  background-image: url("../images/MS_ico_add.svg");
  -webkit-background-size: 33px 33px;
  background-size: 33px 33px;
  background-repeat: no-repeat;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  color: #00C7B9;
  outline: none;
  padding-left: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 628, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards button.btn-another-cards:disabled {
  color: #AEAEAE;
  background-image: none;
}

/* line 633, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards div.positioner {
  margin-bottom: 50px;
}

/* line 637, ../../assets/sass/modules/_giodo.modern.scss */
div.personal-data h4 {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 642, ../../assets/sass/modules/_giodo.modern.scss */
div.personal-data p {
  color: #BBBBBB;
  line-height: 39px;
}

/* line 647, ../../assets/sass/modules/_giodo.modern.scss */
div.additional-cards-header button.btn-close, div.additional-cards-header button.btn-close:focus {
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #00C7B9;
  font-weight: bold;
  outline: none;
  box-shadow: none;
  background-size: 12px 12px;
  background: url("../images/MS_ico_x.svg") no-repeat;
  margin-top: 22px;
}

/* line 660, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards button.remove-application {
  display: none;
}

/* line 664, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards:first-of-type button.remove-application {
  display: none;
}

/* line 668, ../../assets/sass/modules/_giodo.modern.scss */
div.order-additional-cards:last-of-type button.remove-application {
  display: block;
}

/* line 672, ../../assets/sass/modules/_giodo.modern.scss */
div.hr {
  border-top: 1px solid #E4E4E4;
  width: 80%;
  margin: 40px auto;
}

/* line 678, ../../assets/sass/modules/_giodo.modern.scss */
div.submit-section {
  text-align: center;
  margin: 0 auto;
}

/* line 683, ../../assets/sass/modules/_giodo.modern.scss */
footer {
  background-color: #3642ae;
  width: 100%;
  position: relative;
  height: auto;
}

/* line 690, ../../assets/sass/modules/_giodo.modern.scss */
footer div.top {
  background-image: url(../images/MS_Footer_Wave_min.svg);
  background-size: 15px 70px;
  background-position-y: top;
  width: 100%;
  height: 50px;
  background-repeat: repeat-x;
  position: absolute;
  top: -38px;
}

/* line 701, ../../assets/sass/modules/_giodo.modern.scss */
footer div.container img {
  height: 70px;
}

/* line 705, ../../assets/sass/modules/_giodo.modern.scss */
footer div.container div.content {
  text-align: center;
  margin-top: 80px;
}

/* line 710, ../../assets/sass/modules/_giodo.modern.scss */
footer div.container div.content p {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

/* line 717, ../../assets/sass/modules/_giodo.modern.scss */
footer div.container div.content:nth-of-type(2) {
  border-left: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
}

/* line 722, ../../assets/sass/modules/_giodo.modern.scss */
footer div.bottom-content {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 40px;
}

/* line 728, ../../assets/sass/modules/_giodo.modern.scss */
footer div.bottom-content p {
  color: #888;
  font-weight: bold;
}

/* line 733, ../../assets/sass/modules/_giodo.modern.scss */
div.tab-content div.summary p {
  font-size: 18px;
}

/* line 737, ../../assets/sass/modules/_giodo.modern.scss */
div.card-number-row button#clear-card {
  display: none;
}

/* line 741, ../../assets/sass/modules/_giodo.modern.scss */
div.card-number-row.card-ready button#clear-card {
  display: inline-block;
}

/* line 745, ../../assets/sass/modules/_giodo.modern.scss */
div.card-number-row.card-ready button#search-card {
  display: none;
}

/* line 750, ../../assets/sass/modules/_giodo.modern.scss */
div.row-5-elements {
  width: 1716px;
}

/* line 754, ../../assets/sass/modules/_giodo.modern.scss */
div.row-6-elements {
  width: 1716px;
}

/* line 758, ../../assets/sass/modules/_giodo.modern.scss */
div.row-4-elements {
  width: 1607px;
}

/* line 762, ../../assets/sass/modules/_giodo.modern.scss */
div.gray-box {
  background: #F5F5F5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 768, ../../assets/sass/modules/_giodo.modern.scss */
.rounded {
  border-radius: 5px;
}

/* line 772, ../../assets/sass/modules/_giodo.modern.scss */
div.summary div.bordered {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #E8E8E8;
  position: relative;
}

/* line 781, ../../assets/sass/modules/_giodo.modern.scss */
div.summary-remove-button {
  position: absolute;
  top: -18px;
  right: -18px;
}

/* line 787, ../../assets/sass/modules/_giodo.modern.scss */
button.remove-button {
  background: url("../images/remove-card-type-x.png") no-repeat;
  width: 35px;
  height: 35px;
  border: none;
}

/* line 794, ../../assets/sass/modules/_giodo.modern.scss */
div.summary .inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 799, ../../assets/sass/modules/_giodo.modern.scss */
div.full-height {
  height: 100%;
  line-height: 68px;
}

/* line 804, ../../assets/sass/modules/_giodo.modern.scss */
div.summary h4 {
  font-weight: bold;
  font-size: 15px;
}

/* line 810, ../../assets/sass/modules/_giodo.modern.scss */
div.overflow-hidden-mobile {
  overflow: -moz-hidden-unscrollable;
  overflow-y: hidden;
  text-align: center;
  position: relative;
}

/* line 818, ../../assets/sass/modules/_giodo.modern.scss */
div.summary h4.application-personal-data {
  line-height: 49px;
}

/* line 822, ../../assets/sass/modules/_giodo.modern.scss */
div.go-right {
  position: absolute;
  right: -30px;
  font-size: 45px;
  display: none;
  opacity: 0.4;
  z-index: 10;
}

/* line 831, ../../assets/sass/modules/_giodo.modern.scss */
div.go-left {
  position: absolute;
  left: -30px;
  font-size: 45px;
  display: none;
  opacity: 0.4;
  z-index: 10;
}

/* line 840, ../../assets/sass/modules/_giodo.modern.scss */
div.go-right:hover, div.go-left:hover {
  opacity: 0.6;
}

/* line 844, ../../assets/sass/modules/_giodo.modern.scss */
div.go-right i, div.go-left i {
  cursor: pointer;
}

/* line 848, ../../assets/sass/modules/_giodo.modern.scss */
img.card-thumbnail {
  width: 40px;
  height: 24px;
}

/* line 853, ../../assets/sass/modules/_giodo.modern.scss */
div.summary div.full-height img {
  margin-right: 10px;
}

/* line 858, ../../assets/sass/modules/_giodo.modern.scss */
div.summary p.small {
  font-size: 14px !important;
}

/* line 862, ../../assets/sass/modules/_giodo.modern.scss */
div.summary .padder {
  padding: 0 15px;
}

/* line 866, ../../assets/sass/modules/_giodo.modern.scss */
div.summary button.btn-custom {
  background: #fff;
  color: #00C9B9;
  border: 2px solid #00C9B9;
}

/* line 872, ../../assets/sass/modules/_giodo.modern.scss */
div.summary a.backlink {
  font-weight: bold;
  color: #00C9B9;
  position: absolute;
  left: 0;
}

/* line 879, ../../assets/sass/modules/_giodo.modern.scss */
div.summary div.relative {
  position: relative;
}

/* line 883, ../../assets/sass/modules/_giodo.modern.scss */
.no-bg {
  background: #fff;
}

/* line 887, ../../assets/sass/modules/_giodo.modern.scss */
a.btn-blank, button.btn-blank, a.btn-blank:hover, button.btn-blank:hover {
  color: #00C9B9;
  outline: none;
  border: none;
  font-weight: bold;
  background: none;
  height: 45px;
}

/* line 896, ../../assets/sass/modules/_giodo.modern.scss */
button.btn-confirm, button.btn-confirm:hover {
  background: #00C9B9;
  color: #fff;
  outline: none;
  font-weight: bold;
  height: 45px;
}

/* line 904, ../../assets/sass/modules/_giodo.modern.scss */
div.resolution p.min {
  display: none;
}

/* line 908, ../../assets/sass/modules/_giodo.modern.scss */
div.resolution p.mid {
  display: none;
}

/* line 912, ../../assets/sass/modules/_giodo.modern.scss */
div.resolution p.max {
  display: block;
}

/* line 916, ../../assets/sass/modules/_giodo.modern.scss */
div#loader {
  margin: 10px auto;
  text-align: center;
}

/* line 921, ../../assets/sass/modules/_giodo.modern.scss */
div.position {
  text-align: center;
  margin: 0 auto 39px;
}

/* line 926, ../../assets/sass/modules/_giodo.modern.scss */
.download-link {
  font-size: 20px;
}
/* line 928, ../../assets/sass/modules/_giodo.modern.scss */
.download-link i {
  margin-right: 10px;
}

/* line 933, ../../assets/sass/modules/_giodo.modern.scss */
div.additional-card-sticker {
  margin-top: 20px;
}

/* line 937, ../../assets/sass/modules/_giodo.modern.scss */
div.absolute {
  position: absolute;
}

/* line 941, ../../assets/sass/modules/_giodo.modern.scss */
.page-container select {
  background-image: url("../images/dropdown.png");
  background-repeat: no-repeat;
  background-position: 99.5% 50%;
  -webkit-appearance: none;
  background-size: 1%;
}

/* line 949, ../../assets/sass/modules/_giodo.modern.scss */
select::-ms-expand {
  display: none;
}

/* line 953, ../../assets/sass/modules/_giodo.modern.scss */
div.row-7-elements {
  width: 2000px;
}

/* line 957, ../../assets/sass/modules/_giodo.modern.scss */
.row-7-elements .col-md-1,
.row-7-elements .col-sm-1,
.row-7-elements .col-lg-1 {
  width: 14.285714285714285714285714285714%;
  *width: 14.285714285714285714285714285714%;
}

/* line 964, ../../assets/sass/modules/_giodo.modern.scss */
div.row-8-elements {
  width: 2400px;
}

/* line 968, ../../assets/sass/modules/_giodo.modern.scss */
.row-8-elements .col-md-1,
.row-8-elements .col-sm-1,
.row-8-elements .col-lg-1 {
  width: 12.5%;
  *width: 12.5%;
}

/* line 975, ../../assets/sass/modules/_giodo.modern.scss */
div.row-9-elements {
  width: 2500px;
}

/* line 979, ../../assets/sass/modules/_giodo.modern.scss */
div.row-nth-elements {
  width: 5000px;
}

/* line 983, ../../assets/sass/modules/_giodo.modern.scss */
.row-9-elements .col-md-1,
.row-9-elements .col-sm-1,
.row-9-elements .col-lg-1 {
  width: 11.111111111%;
  *width: 11.111111111%;
}

/* line 990, ../../assets/sass/modules/_giodo.modern.scss */
.row-nth-elements .col-md-1,
.row-nth-elements .col-sm-1,
.row-nth-elements .col-lg-1 {
  width: 5.5%;
  *width: 5.5%;
}

@media (max-device-width: 992px) {
  /* line 998, ../../assets/sass/modules/_giodo.modern.scss */
  div.tabs-header div.tab-header a {
    font-size: 25px;
  }

  /* line 1002, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-nth-elements {
    width: 9000px;
  }

  /* line 1006, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-9-elements {
    width: 4000px;
  }

  /* line 1010, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-8-elements {
    width: 3500px;
  }

  /* line 1014, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-7-elements {
    width: 3200px;
  }

  /* line 1018, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-7-elements {
    width: 3000px;
  }

  /* line 1022, ../../assets/sass/modules/_giodo.modern.scss */
  .page-container select {
    -webkit-background-size: 3%;
    background-size: 3%;
  }

  /* line 1027, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary button.btn-confirm, button.btn-confirm:hover {
    font-size: 3em;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  /* line 1035, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary a.backlink {
    top: 20px;
    font-size: 2em;
  }

  /* line 1040, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary-actions {
    margin-top: 53px;
  }

  /* line 1044, ../../assets/sass/modules/_giodo.modern.scss */
  div.tab-content {
    padding: 15px 40px;
  }

  /* line 1048, ../../assets/sass/modules/_giodo.modern.scss */
  div.tab-content h2, div.order-additional-cards h2 {
    text-align: center;
    font-size: 40px;
  }

  /* line 1053, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker {
    overflow-x: scroll;
    padding-top: 16px;
  }

  /* line 1058, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-5-elements {
    width: 2315px;
  }

  /* line 1062, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-4-elements {
    width: 1923px;
  }

  /* line 1066, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-3-elements {
    width: 1700px;
  }

  /* line 1070, ../../assets/sass/modules/_giodo.modern.scss */
  div.go-right i, div.go-left i {
    font-size: 2em;
  }

  /* line 1074, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-2-elements {
    width: 1000px;
  }

  /* line 1078, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-1-elements {
    width: 100%;
  }

  /* line 1082, ../../assets/sass/modules/_giodo.modern.scss */
  header div.customer-header p {
    font-size: 1.6em;
  }

  /* line 1086, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker div.card-type div.header h4 {
    font-size: 1.9em;
    line-height: 40px;
  }

  /* line 1091, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker div.card-type div.content ul {
    min-height: 150px;
  }

  /* line 1095, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker div.card-type div.content ul li {
    font-size: 26px;
  }

  /* line 1099, ../../assets/sass/modules/_giodo.modern.scss */
  button.btn-custom, button.btn-custom:hover, button.btn-custom:focus {
    width: 70%;
    height: 78px;
    font-size: 30px;
    padding-bottom: 2px;
  }

  /* line 1106, ../../assets/sass/modules/_giodo.modern.scss */
  .container {
    width: 100%;
  }

  /* line 1110, ../../assets/sass/modules/_giodo.modern.scss */
  div.virtual-card-section .checkbox-container, div.additional-cards-section .checkbox-container {
    font-size: 26px;
    margin-left: 25px;
    line-height: 33px;
    padding-left: 47px;
  }

  /* line 1117, ../../assets/sass/modules/_giodo.modern.scss */
  div.virtual-card-section .checkbox-container {
    margin-left: 9px;
  }

  /* line 1121, ../../assets/sass/modules/_giodo.modern.scss */
  div.virtual-card-section div.virtual-card-description {
    font-size: 25px;
  }

  /* line 1126, ../../assets/sass/modules/_giodo.modern.scss */
  div.virtual-card-section div.virtual-card-image {
    top: auto;
    bottom: -17px;
    right: 10px;
  }

  /* line 1132, ../../assets/sass/modules/_giodo.modern.scss */
  div.tab-content p.additional-info {
    font-size: 2em;
  }

  /* line 1136, ../../assets/sass/modules/_giodo.modern.scss */
  .form-control {
    height: 67px;
    font-size: 2.5em;
  }

  .form-control option {
    font-size: 14px;
  }

  /* line 1141, ../../assets/sass/modules/_giodo.modern.scss */
  .only-additional-cards-section .card-number-row button {
    height: 67px;
  }

  /* line 1145, ../../assets/sass/modules/_giodo.modern.scss */
  p.form-info {
    font-size: 2.1em;
  }

  /* line 1149, ../../assets/sass/modules/_giodo.modern.scss */
  p.form-info span {
    font-size: 23px;
    display: block;
  }

  /* line 1154, ../../assets/sass/modules/_giodo.modern.scss */
  p.form-subinfo {
    font-size: 2em;
  }

  /* line 1158, ../../assets/sass/modules/_giodo.modern.scss */
  .checkbox-container {
    font-size: 1.6em;
    margin-top: 10px;
  }

  /* line 1163, ../../assets/sass/modules/_giodo.modern.scss */
  ul.legend {
    font-size: 1.3em;
  }

  /* line 1167, ../../assets/sass/modules/_giodo.modern.scss */
  div.additional-cards-section {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
  }

  /* line 1173, ../../assets/sass/modules/_giodo.modern.scss */
  div.order-additional-cards {
    margin-bottom: 20px;
  }

  /* line 1177, ../../assets/sass/modules/_giodo.modern.scss */
  .checkmark {
    width: 40px;
    height: 40px;
    left: -18px;
    top: -6px;
  }

  /* line 1184, ../../assets/sass/modules/_giodo.modern.scss */
  div.agreement-row .checkmark {
    left: -2px;
  }

  /* line 1188, ../../assets/sass/modules/_giodo.modern.scss */
  div.agreement-row .checkbox-container {
    padding-left: 57px;
  }

  /* line 1192, ../../assets/sass/modules/_giodo.modern.scss */
  .checkbox-container .checkmark {
    width: 33px;
    height: 33px;
  }

  /* line 1197, ../../assets/sass/modules/_giodo.modern.scss */
  .checkbox-container .checkmark:after {
    left: 8px;
    top: -3px;
    width: 15px;
    height: 27px;
  }

  /* line 1204, ../../assets/sass/modules/_giodo.modern.scss */
  div.order-additional-cards button.btn-another-cards, div.order-additional-cards button.btn-another-cards:focus {
    font-size: 1.6em;
    left: 24%;
    line-height: 21px;
  }

  /* line 1210, ../../assets/sass/modules/_giodo.modern.scss */
  .order-additional-cards .virtual-card-section p {
    font-size: 1.5em;
  }

  /* line 1214, ../../assets/sass/modules/_giodo.modern.scss */
  .personal-data p {
    font-size: 1.3em;
  }

  /* line 1218, ../../assets/sass/modules/_giodo.modern.scss */
  div.personal-data h4 {
    font-size: 1.7em;
  }

  /* line 1222, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker div.card-type-selected:hover {
    border: none;
  }

  /* line 1226, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-selected:hover div.selected-tick {
    display: block !important;
  }

  /* line 1230, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker div.card-type-selected:hover {
    border: 2px solid #00C9B9;
  }

  /* line 1234, ../../assets/sass/modules/_giodo.modern.scss */
  .page-container .tabs-header .tab-header h2.summary {
    font-size: 3em;
  }

  /* line 1238, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary h2 {
    margin-bottom: 30px;
  }

  /* line 1241, ../../assets/sass/modules/_giodo.modern.scss */
  div.tab-content div.summary p {
    font-size: 2em;
  }

  /* line 1245, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary h4.inline {
    font-size: 2em;
  }

  /* line 1252, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary .padder {
    padding: 15px 60px;
  }

  /* line 1256, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary h4 {
    font-size: 2em;
  }

  /* line 1260, ../../assets/sass/modules/_giodo.modern.scss */
  div.summary p.small {
    font-size: 2em !important;
  }

  /* line 1264, ../../assets/sass/modules/_giodo.modern.scss */
  .summary .order-elements {
    margin-top: 59px;
  }

  /* line 1273, ../../assets/sass/modules/_giodo.modern.scss */
  div.resolution p.min {
    display: none;
  }

  /* line 1277, ../../assets/sass/modules/_giodo.modern.scss */
  div.resolution p.mid {
    display: block;
  }

  /* line 1281, ../../assets/sass/modules/_giodo.modern.scss */
  div.resolution p.max {
    display: none;
  }

  /* line 1285, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker div.card-type div.content ul {
    margin-bottom: 47px;
  }

  /* line 1289, ../../assets/sass/modules/_giodo.modern.scss */
  #confirmation-modal .modal-dialog {
    width: 90%;
  }

  /* line 1293, ../../assets/sass/modules/_giodo.modern.scss */
  #confirmation-modal .modal-body p {
    font-size: 2em;
    padding: 40px 0;
  }

  /* line 1298, ../../assets/sass/modules/_giodo.modern.scss */
  #confirmation-modal .modal-header h4.modal-title {
    font-size: 2em;
  }

  /* line 1302, ../../assets/sass/modules/_giodo.modern.scss */
  #confirmation-modal .modal-footer .hidden-md button {
    font-size: 2em;
  }

  /* line 1306, ../../assets/sass/modules/_giodo.modern.scss */
  .only-additional-cards-section .card-number-row label {
    font-size: 2em;
  }

  /* line 1310, ../../assets/sass/modules/_giodo.modern.scss */
  div.language-picker {
    top: -4px;
  }

  /* line 1314, ../../assets/sass/modules/_giodo.modern.scss */
  div.language-picker ul li a {
    font-size: 1.7em;
  }

  div.selected-card-section {
    flex-direction: column;
  }

  div.virtual-card-section {
    height: 100%;
  }

  .virtual-card-contact-data {
    margin-bottom: 50px;
  }

  p.form-info {
    margin-top: 30px;
  }
}

@media (max-device-width: 1200px) {
  /* line 1321, ../../assets/sass/modules/_giodo.modern.scss */
  div.row-4-elements {
    width: 1880px;
  }

  /* line 1325, ../../assets/sass/modules/_giodo.modern.scss */
  div.card-type-picker {
    overflow-x: scroll;
    padding-top: 16px;
    /*hide x scrollbar for element*/
    padding-bottom: 250px;
    margin-bottom: -250px;
  }

  /* line 1333, ../../assets/sass/modules/_giodo.modern.scss */
  div.overflow-hidden-mobile {
    overflow-y: hidden;
  }
}

@media (max-device-width: 640px) {
  /* line 1339, ../../assets/sass/modules/_giodo.modern.scss */
  div.virtual-card-section p.virtual-card-description {
    font-size: 1.2em;
  }

  /* line 1343, ../../assets/sass/modules/_giodo.modern.scss */
  div.resolution p.min {
    display: block;
  }

  /* line 1347, ../../assets/sass/modules/_giodo.modern.scss */
  div.resolution p.mid {
    display: none;
  }

  /* line 1351, ../../assets/sass/modules/_giodo.modern.scss */
  div.resolution p.max {
    display: none;
  }
}
