/* Header
----------------------------------------------- */

html {
  background-color: #eeeeee;
}

#main-nav,
#main-nav nav {
  height: 90px;
  line-height: 89px;
}

.main-title {
  font-weight: 400;
}

nav .brand-logo {
  color: transparent;
  font-size: 20px;
  width: 150px;
}

nav .brand-logo:before {
  display: inline-block;
  background-image: url("../images/fc_logo_v2.png");
  background-repeat: no-repeat;
  background-size: 150px 73px;
  content: " ";
  width: 150px;
  height: 73px;
  top: 10px;
  position: relative;
  /*left: -50px;*/
}

.break_line {
  margin-bottom: 100px;
}

nav ul.side-nav li {
  float: none;
  display: block;
}

ul#main-navbar li {
  float: none;
  display: inline-block;
}

nav ul li.active {
  background-color: transparent;
}

nav ul li a:hover {
  color: #01579b !important;
  background-color: transparent;
  text-decoration: none;
}

nav ul li a.btn:hover {
  color: #ffffff !important;
  background-color: #1565c0 !important;
}

nav ul li.active a {
  color: #01579b !important;
  font-weight: bold;
}

nav .btn-become-partner,
nav .btn-become-partner:hover {
  background: #09509e;
}

nav a.btn-become-partner:hover {
  color: #fff !important;
}

nav ul a {
  padding: 0 10px;
}

nav .user {
  color: #01579b;
}

.step-menu-navbar {
  z-index: 500;
}

.hide-on-med-and-down {
  line-height: 60px;
}

/* Typography
  ----------------------------------------------- */
h6 {
  color: #5a5a5a;
  text-transform: uppercase;
  font-weight: bold;
}

.sub-title {
  line-height: 130%;
}

main h4 {
  margin-top: 3.8rem;
  margin-bottom: 2rem;
}

main h5 {
  margin: 2rem 0;
}

a {
  color: #01579b;
}

hr.divider {
  border: medium none;
}

ul.list {
  padding-left: 15px;
}

ul.list > li {
  list-style-type: disc;
  margin-left: 20px;
}

ol.list > li {
  list-style-type: decimal;
}

ol.list.alpha > li {
  list-style-type: lower-alpha;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

@media only screen and (max-width: 576px) {
  ul.list,
  ol.list,
  ol.list.alpha {
    padding-left: 0;
  }

  ul.list > li {
    margin-left: 15px;
  }
  ol.list,
  ol.list.alpha > li {
    margin-left: 10px;
  }
}

a.active .flow-text {
  font-weight: bold;
  color: #01579b;
}

.exagon-container:hover a,
.exagon-container:active a,
.exagon-container:focus a {
  text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus {
  text-decoration: none;
}

a.nav-link:hover,
a.nav-link:active,
a.nav-link:focus {
  text-decoration: none;
}

a.btn:hover,
a.btn:active,
a.btn:focus {
  text-decoration: none;
}

.brand-logo:hover,
.brand-logo:active,
.brand-logo:focus {
  text-decoration: none;
}

.quick-action:hover,
.quick-action:active,
.quick-action:focus {
  color: #01579b;
}

.input-field label.invalid {
  color: #f44336;
}

.bg-grey {
  background: #eee;
}

/* Header
  ----------------------------------------------- */

.franceconnect-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/fc-bg-1.jpg");
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}

/* Home
  ----------------------------------------------- */

#hero {
  color: #fff;
}

#hero .row {
  margin-bottom: 0;
}

#hero h1 {
  font-size: 3.2rem;
  margin: 110px 0;
}

#hero h5 {
  margin-bottom: 50px;
}

#hero #call-to-action {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.4em 3em;
  height: auto;
  font-size: 18px;
}

#hero .powered-by {
  margin-top: 15px;
}

#hero.partner h1 {
  font-size: 4rem;
}

#promo,
#what-is-it {
  background-color: white;
  padding: 2em 0 4em;
}

#promo {
  padding: 10em 16vw 50px;
}

#promo h4,
#what-is-it h4 {
  margin: 50px 0;
}

#promo p,
#what-is-it p,
p.intro,
.intro p,
#section-classic {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.3rem;
}

#providers {
  padding: 8em 16vw 95px;
  text-align: center;
}

#number-of-connected {
  padding: 2em 0 0;
}

#number-of-connected .row {
  margin-bottom: 0;
}

#providers h4 {
  margin-top: 20px;
  margin-bottom: 80px;
}

#why-to-connect {
  background: #eee;
  padding: 3em 0 3em;
}

#why-to-connect .exagon-container h6 {
  font-size: 18px;
  font-weight: bold;
  color: #5a5a5a;
}

.how-it-works h4 {
  margin-bottom: 40px;
}

.how-it-works .item {
  background: #eee;
  text-align: center;
  height: 380px;
}

.how-it-works .item {
  margin-bottom: 30px;
}

.how-it-works .item .item-img img {
  width: 90%;
}

.how-it-works .item-content {
  padding: 0 10px;
}

.how-it-works .item-content h6 {
  font-weight: 300;
  text-transform: none;
  color: #121212;
  font-size: 2em;
}

.how-it-works .item-content p {
  color: #5a5a5a;
  margin-top: 0;
}

.how-it-works .item-wrap:nth-child(1) .item .item-img {
  padding-top: 40px;
}

.how-it-works .item-wrap:nth-child(2) .item .item-img {
  padding-top: 75px;
}

.how-it-works .item-wrap:nth-child(3) .item .item-img {
  padding-top: 5px;
}

.how-it-works .item-wrap:nth-child(4) .item .item-img {
  padding-top: 15px;
}

#how-it-works div.row:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 2560px) {
  .how-it-works .item {
    height: 420px;
  }
}

@media only screen and (max-width: 600px) {
  .how-it-works .item {
    margin-bottom: 30px;
  }
  .how-it-works .item .item-img img {
    width: 60%;
  }
}

#call-to-action-question {
  text-align: center;
  margin-top: 20px;
}

#fis {
  padding: 3em 0 4em;
}

#fis p {
  padding-top: 20px;
}

#section-classic {
  padding: 3em 0;
}

section {
  background-color: #ffffff;
  height: 100%;
  padding-top: 34px;
  position: relative;
  width: 100%;
}

section h3 {
  text-align: center;
}

.exagon-container {
  padding-top: 40px;
}

.exagon-container p {
  color: #5a5a5a;
}

.video-img-container {
  margin-top: 20px;
  display: inline-block;
  float: none !important;
}

.video-img {
  width: 100%;
  height: auto;
}

#gif-container {
  text-align: center;
}

#intro-gif,
#what-is-it img {
  border: 1px solid #e4e4e4;
  background-color: white;
}

#what-is-it img {
  width: 15%;
}

.center {
  margin: auto;
  width: 60%;
  padding: 10px;
  margin-top: 4em;
}

.connect-or-subscribe {
  text-align: center;
}

/* FAQ
  ----------------------------------------------- */

.iframe-container {
  height: 50vw;
}

.custom-anchor {
  z-index: -1;
  position: absolute;
  top: -90px;
  height: 100%;
  width: 100%;
}

.faq-heading {
  position: relative;
}

.faq-heading h4 {
  margin-bottom: 0;
}

ul.faq-answer ul > li {
  margin-left: 40px;
  margin-right: 40px;
  list-style: disc;
}

ul.faq-answer pre {
  padding: 1em;
  white-space: pre-wrap;
  background-color: #000;
  color: #aeaeae;
  font-style: italic;
  margin: 1em;
}

.col-main img {
  max-width: 100%;
}

/* HELP Section
  ----------------------------------------------- */

.help-heading h4 {
  margin-bottom: 0;
}

.requirement-list {
  padding-left: 40px;
}

.requirement-item {
  list-style: square;
}


/* hackish way to keep cards the same height */
.card.fc-data {
  min-height: 385px;
}

@media only screen and (max-width: 1200px) {
  .card.fc-data {
    min-height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .card.fc-data {
    min-height: inherit;
  }
}

/* source https://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/C7 */
a span.accessibility-helper {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.btn-floating.btn-large.promotion-table {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 116px;
  width: 116px;
  margin: auto;
  cursor: inherit;
}

/* Shared
  ----------------------------------------------- */

.doc {
  font-size: 90%;
}

/* Footer */

#why-to-connect + footer {
  margin-top: 0 !important;
}

footer #footer-nav {
  background-color: #0277bd;
  padding-bottom: 15px;
  padding-top: 15px;
}

footer ul {
  margin-bottom: 0;
}

/* Table */

td,
th {
  padding: 10px 15px;
}

thead tr {
  font-weight: bold;
}

table.bordered.no-header tr:first-child {
  border-top: 1px solid #d0d0d0;
}

/* Layout */

html {
  color: #121212;
}

.section {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

nav .nav-wrapper {
  padding: 0 30px;
}

.row .col.m15 {
  left: auto;
  margin-left: auto;
  right: auto;
  width: 20%;
}

/* Pages */

header {
  min-height: 150px;
  padding: 10px 0;
}

header h3 {
  color: #fff;
  margin: 0;
  padding: 20px 0;
}

header p {
  margin-top: 0;
  font-size: 20px;
}

header p + .italic {
  font-style: italic;
  font-size: 14px;
}

.nav-bread {
  margin-bottom: 20px;
}

.nav-bread .breadcrumb:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.nav-bread .breadcrumb.active {
  color: #ffffff;
}

/* Accordion */

.collapsible-header {
  font-size: 16px;
  padding: 0.5rem 1rem;
}

.collapsible-header {
  min-height: 2rem;
  line-height: 1.5rem;
  padding: 1rem;
  background-color: #f9f9f9;
  font-weight: 500;
}

.collapsible-header.active {
  background-color: #0277bd;
  color: white;
}

.collapsible-body {
  padding-bottom: 1rem;
}

.collapsible-body p,
.collapsible-body h6 {
  padding: 1rem 1rem 0;
}

.collapsible-body .table-container {
  padding: 1rem;
}

.modal.bottom-sheet {
  max-height: 100%;
}

.btn,
.btn-large,
.btn-flat {
  text-transform: none;
}

.btn.custom {
  padding: 10px 20px;
  height: inherit;
  line-height: inherit;
}

.btn i {
  font-size: 1rem;
}

.list-inline {
  list-style: outside none none;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
}

#modal-cgu {
  height: 100%;
}

#modal-cgu .list-inline {
  margin-bottom: 0;
}

#modal-cgu .modal-content {
  padding: 0 40px;
  height: 75%;
}

h4 small {
  font-size: 14px;
}

.material-tooltip {
  max-width: 300px;
  padding: 20px;
}

.card.small {
  height: 285px;
}

.disclaimer {
  text-align: center;
  font-style: italic;
  font-size: 13px;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.row .tabs-container {
  float: none;
  display: inline-block;
  margin-bottom: 15px;
}

.tabs-FS .tab a {
  color: #01579b;
}

.tabs-FS .tab a:hover {
  color: #0277bd;
}

.tabs-FS {
  display: flex;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs-FS > .tab {
  flex-grow: 3;
}

.tabs-FS .tab ~ .tab {
  flex-grow: 1;
}

.tabs-FS .tab {
  height: 48px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.8px;
}

.tabs-FS .active {
  border-bottom: 1px solid #01579b;
}

/* Production Section
  ----------------------------------------------- */

.productionForm .input-field textarea.materialize-textarea {
  padding: 0.8rem 0;
  margin: 0 0 0px 0;
  box-sizing: content-box;
  min-height: 0rem;
}

.productionForm .row {
  margin-bottom: 15px;
}

.productionForm .input-field {
  margin-top: 0.8rem;
}

.production-step li {
  list-style-type: disc;
}

.dropdown-content li > span {
  color: #000000 !important;
}

#ip_tooltip,
#production_tooltip {
  vertical-align: bottom;
  color: #01579b;
  /* Blue */
  margin-left: 16px;
  cursor: pointer;
  position: absolute;
  top: -22px;
}

#contact_tooltip {
  vertical-align: bottom;
  color: #01579b;
  /* Blue */
  margin-left: 16px;
  cursor: pointer;
  position: absolute;
}

#ip_tooltip {
  margin-left: 184px;
  top: -16px;
}

.production-step ul {
  padding-left: 40px;
}

.row .production-checkbox {
  padding-bottom: 30px;
}

#production-submit-btn {
  display: block;
  margin: 10px auto;
}

.production-checkbox label {
  color: black;
  line-height: 120%;
}

.production-information {
  color: #797979;
}

.production-checkbox.invalid:after,
.logo.invalid:after {
  top: 15px;
  bottom: -12px;
}

.production-contact-icon {
  vertical-align: top;
  color: grey;
}

.contact-phone {
  font-size: xx-large;
}

.availability {
  min-height: 45px;
}

.availability label {
  margin-right: 20px;
}

.availability,
.availability .input-field {
  margin-top: 0px;
}

#add-contact {
  float: right;
}

#add-contact .material-icons {
  background-color: #01579b;
}

.card .card-content .card-title .secondary-contact {
  line-height: 50px;
}

.card .card-content .card-title {
  line-height: 36px;
}

#main-contact p {
  font-size: 17px;
  line-height: 17px;
}

/* Iframe
  ----------------------------------------------- */

iframe {
  width: 100%;
  border: solid 1px #ccc;
}

/* Production checbox */

#production_prod {
  font-size: 14px !important;
}

input[name="production_key"]::-webkit-input-placeholder {
  color: #000000;
}

input[name="production_key"]::-moz-placeholder {
  color: #000000;
}

input[name="production_key"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

input[name="production_key"]:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

#hourglassIcon {
  position: relative;
  margin-left: 25px;
  margin-top: -31px;
}

/* contributor (share FS)
  ----------------------------------------------- */

.delete-btn {
  margin-top: 2px;
  float: right;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #01579b;
}

.delete-btn:hover {
  background-color: #0e6eb8;
}

.delete-btn i {
  padding-top: 6px;
  padding-left: 1px;
  line-height: 6px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 600px) {
  .card-panel .valign-wrapper {
    display: block;
    text-align: center;
  }
  #hero h1 {
    font-size: 2.8rem;
  }
  #hero h5 {
    font-size: 1.4rem;
  }
  #hero #call-to-action {
    padding: 0 1.8em;
    font-size: 16px;
  }
  #what-is-it img {
    display: none;
  }
  #call-to-action-question {
    margin-top: 0;
  }
  #call-to-action-question .btn {
    line-height: inherit;
    height: 75px;
    padding-top: 15px;
  }
  #providers .provider-screenshot {
    height: 160px;
  }
  .item-provider {
    margin-bottom: 30%;
  }
}

nav.nav-bread {
  height: auto;
}

@media only screen and (max-width: 720px) {
  .quickstart-timeline {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .quickstart-timeline {
    margin-left: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .card-callback-url {
    margin-top: 140px;
  }
}

@media only screen and (max-width: 992px) {
  nav .brand-logo:before {
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .brand-logo.no-display {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  /*  html {
        font-size: 12.5px;
      }*/
  .first_visite {
    height: 100%;
    width: 70%;
    float: right;
  }
}

@media only screen and (max-width: 320px) {
  nav .nav-wrapper {
    padding: 0;
  }
}

/* Helper classes */

.uppercase {
  text-transform: uppercase;
}

/********* BETA HOME *********/
.padding-top15 {
  padding-top: 15px !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.login-btn-align,
.partenaires-btn {
  float: right;
}

.partenaires-btn {
  line-height: 15px !important;
  text-align: center;
  padding: 29px;
}

.partenaires-btn > a {
  color: #333333;
}

.become-partner {
  background: #eee;
  margin-top: 3.5em;
  padding: 3em 0 3em;
}

.become-partner p {
  font-size: 1.2em;
}

.become-partner a {
  font-size: 1.3em;
}

.catalogue {
  background: #ffffff;
  margin-top: 3.5em;
  padding: 3em 0 3em;
}

.catalogue p {
  font-size: 1.2em;
}

.catalogue a {
  font-size: 1em;
}

.clear {
  clear: both;
}
p.excerpt {
  font-size: 20px;
  font-weight: 100;
}

.text-no-link {
  font-size: 14px;
}

.soon {
  font-style: italic;
  color: #5a5a5a;
}

i.cursor {
  cursor: pointer;
}

.black-text {
  color: #000000;
}

nav .new-brand-logo:before {
  display: inline-block;
  background-image: url("../images/fc_logo_v2.png");
  background-repeat: no-repeat;
  background-size: 150px 73px;
  content: " ";
  width: 150px;
  height: 73px;
  top: 10px;
  position: relative;
}

.underline {
  text-decoration: underline;
  font-size: 1em;
}

.btn-fc-custom {
  border: 1px solid #005fc7;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 185px;
  padding: 4px 10px 0 10px;
  background-color: #fafafa;
}

.btn-fc-custom > .divider {
  border-left: 1px solid #005fc7;
  height: 30px;
  opacity: 0.2;
}

.btn-fc-custom > a {
  text-decoration: none;
}

nav .btn-new-fc {
  height: 60px;
  margin: 15px 0 0 0;
}

.custom-card {
  margin-top: 20px;
  min-width: 25%;
}

.custom-card > .custom-card-content,
.custom-card > .small-custom-card-content,
.custom-card > .big-custom-card-content {
  padding: 1px 0 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.custom-card > .custom-card-footer {
  padding: 10px 5px 0 5px;
  border-top: 1px solid #fafafa;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.custom-card > .custom-card-footer {
  height: 75px;
}

.custom-card > .no-footer-custom-card-content {
  padding: 1px 0 25px 0;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.custom-card.grey-blue > .custom-card-content,
.custom-card.grey-blue > .big-custom-card-content,
.custom-card.grey-blue > .small-custom-card-content,
.custom-card.grey-blue > .no-footer-custom-card-content,
.custom-card.grey-blue > .custom-card-footer {
  background-color: #eceff1;
  height: 100%;
}

.custom-card.grey-grey > .custom-card-content,
.custom-card.grey-grey > .big-custom-card-content,
.custom-card.grey-grey > .small-custom-card-content,
.custom-card.grey-grey > .no-footer-custom-card-content,
.custom-card.grey-grey > .custom-card-footer {
  background-color: #f5f5f5;
  height: 100%;
}

.custom-card.dark-grey-blue > .custom-card-content,
.custom-card.dark-grey-blue > .big-custom-card-content,
.custom-card.dark-grey-blue > .small-custom-card-content,
.custom-card.dark-grey-blue > .no-footer-custom-card-content,
.custom-card.dark-grey-blue > .custom-card-footer {
  background-color: #cfd8dc;
}

.custom-card.dark-grey-blue > .custom-card-content {
  height: calc(100% - 75px);
}

.custom-card > div > h3 {
  font-size: 28px;
}

.custom-card > div > div:not(.btn-fc-custom) {
  padding: 0 15px 10px 15px;
}

@media only screen and (max-width: 1441px) {
  .padding-why-fc {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1025px) {
  .padding-top15 {
    padding-top: 0 !important;
  }

  .custom-card > div > h3 {
    font-size: 23px;
  }

  .padding-why-fc {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 769px) {
  .no-mobile {
    display: none;
  }

  .mobile-align-center {
    text-align: center;
  }

  .custom-card > div > div:not(.btn-fc-custom) {
    padding: 0 15px 7px 15px;
  }

  .padding-why-fc {
    padding-bottom: 7px;
  }

  .login-btn-align {
    float: none;
    text-align: center;
  }

  nav .new-brand-logo:before {
    display: none;
  }
}

@media only screen and (max-width: 426px) {
  .custom-card > div > div:not(.btn-fc-custom) {
    padding: 0 15px 10px 15px;
  }

  .padding-why-fc {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 376px) {
  .custom-card > div > div:not(.btn-fc-custom) {
    padding: 0 15px 5px 15px;
  }

  .padding-why-fc {
    padding-bottom: 5px !important;
  }
}
