@media only screen and (min-width: 1px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  :host {
    height: 100%;
  }
}
.container {
  width: 384px;
  min-height: 370px;
  max-width: 100vw;
  padding: 32px 32px 16px 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.container .content {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.container .content > div {
  width: 100%;
}
.container .options {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 16px;
  font-size: 13px;
}
.container .options .method-toggle {
  cursor: pointer;
}
.container .options .language-selector {
  margin-left: auto;
}
.container .options cmf-core-controls-title-dropdown {
  font-size: 13px;
}
.cmf-logo-horizontal {
  background-size: 100% 80px;
  display: block;
  height: 80px;
  margin-bottom: 48px;
}
