.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-bbbfbca3-239a-4ae9-a5f1-7b338e530532 {
  margin-top: 20px;
margin-bottom: 20px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-47626b4c-6a94-4ee4-8aba-5609be9e8280 {
  margin-left: 10%;
margin-right: 10%;
}

#s-47626b4c-6a94-4ee4-8aba-5609be9e8280 .shogun-tabs {
  justify-content: center;
}


  #s-47626b4c-6a94-4ee4-8aba-5609be9e8280 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #DDDDDD;
  }
  #s-47626b4c-6a94-4ee4-8aba-5609be9e8280 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(191, 56, 56, 1);
    border: 2px solid #ddd;
  }
#s-47626b4c-6a94-4ee4-8aba-5609be9e8280 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: assistant;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-47626b4c-6a94-4ee4-8aba-5609be9e8280 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-47626b4c-6a94-4ee4-8aba-5609be9e8280 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(191, 56, 56, 1);
}

#s-47626b4c-6a94-4ee4-8aba-5609be9e8280 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-d38f4ab4-d832-4ccb-bdf2-196c09a6bb54 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(34, 34, 34, 1);
  border-radius: 0px;
}

#s-d38f4ab4-d832-4ccb-bdf2-196c09a6bb54 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d38f4ab4-d832-4ccb-bdf2-196c09a6bb54 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-d38f4ab4-d832-4ccb-bdf2-196c09a6bb54 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d38f4ab4-d832-4ccb-bdf2-196c09a6bb54 td.shogun-table-column, #s-d38f4ab4-d832-4ccb-bdf2-196c09a6bb54 td.shogun-table-row {
  border: 1px solid rgba(34, 34, 34, 1);
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-de58d97c-7a06-4464-a452-4b00725700f2 {
  text-align: center;
}




  #s-de58d97c-7a06-4464-a452-4b00725700f2 img.shogun-image {
    
    width: px;
  }


#s-de58d97c-7a06-4464-a452-4b00725700f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-71da89fb-da33-46f9-a561-4323961e5b5f {
  text-align: center;
}




  #s-71da89fb-da33-46f9-a561-4323961e5b5f img.shogun-image {
    
    width: px;
  }


#s-71da89fb-da33-46f9-a561-4323961e5b5f .shogun-image-content {
  
    align-items: center;
  
}

#s-e3c58ed9-4855-47fd-beb0-94ab7875c8c7 {
  text-align: center;
}




  #s-e3c58ed9-4855-47fd-beb0-94ab7875c8c7 img.shogun-image {
    
    width: px;
  }


#s-e3c58ed9-4855-47fd-beb0-94ab7875c8c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ede8fa47-9084-4c0f-8fd8-a45f404a4ed5 {
  text-align: center;
}




  #s-ede8fa47-9084-4c0f-8fd8-a45f404a4ed5 img.shogun-image {
    
    width: px;
  }


#s-ede8fa47-9084-4c0f-8fd8-a45f404a4ed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-638ecd2b-a03d-4d2f-ac5b-15d9a56427e8 {
  text-align: center;
}




  #s-638ecd2b-a03d-4d2f-ac5b-15d9a56427e8 img.shogun-image {
    
    width: px;
  }


#s-638ecd2b-a03d-4d2f-ac5b-15d9a56427e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cba77af-27fd-4f42-8015-43f202a3ceb9 {
  text-align: center;
}




  #s-8cba77af-27fd-4f42-8015-43f202a3ceb9 img.shogun-image {
    
    width: px;
  }


#s-8cba77af-27fd-4f42-8015-43f202a3ceb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8aea73d-2cc5-4fa7-8c2f-b8f0898a0a56 {
  text-align: center;
}




  #s-a8aea73d-2cc5-4fa7-8c2f-b8f0898a0a56 img.shogun-image {
    
    width: px;
  }


#s-a8aea73d-2cc5-4fa7-8c2f-b8f0898a0a56 .shogun-image-content {
  
    align-items: center;
  
}

#s-74bb52fe-6042-4899-bcfa-e0ba38794b20 {
  text-align: center;
}




  #s-74bb52fe-6042-4899-bcfa-e0ba38794b20 img.shogun-image {
    
    width: px;
  }


#s-74bb52fe-6042-4899-bcfa-e0ba38794b20 .shogun-image-content {
  
    align-items: center;
  
}

#s-94fce9ec-afc4-4955-987f-3cbdc7926bc4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e1266657-1ead-46e5-9f1a-158bf51c3e86 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bab419c4-b164-4dea-b25a-4ad59df18222 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-07b0c787-273c-49af-a17b-a7cf6c2b352b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a1f9af36-6ef7-4ddb-9c87-42139f199b20 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b79f661d-e925-45e5-84a9-1f88f3198945 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-68e0ca55-c690-44a0-975a-debfe477f247 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c68dea25-719e-438b-a18f-a1b7cff45fdd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7085aa76-ed63-4fca-a6c6-0c501f98d9b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-093d800b-3d87-4a63-a216-ac41683c4c67 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3b0c68e1-44f3-46d7-a76b-02c4781a710a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2bbb3a7f-2f29-47a8-b747-e7cf8a0d9e0f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c535152f-6a52-4b67-b62c-d07148a01a9d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b539391f-6f16-42f5-8d28-8157eb183723 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7a391bc5-7e09-48ad-be7b-6c21bc19e5b3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-54ecc179-f374-4475-a379-f048fb26be3f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-92e86f29-57a5-4510-9345-dbeedf339ef6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-80a0d760-2ab4-40c7-8a0b-20553552a317 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-737177e7-6b6e-4f08-8e8b-61c1516ff29d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2efe3a15-2ed4-409d-8db4-8062df47817f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-556dce04-d78f-43ef-ae52-5cbd4e7e4c41 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(34, 34, 34, 1);
  border-radius: 0px;
}

#s-556dce04-d78f-43ef-ae52-5cbd4e7e4c41 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-556dce04-d78f-43ef-ae52-5cbd4e7e4c41 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-556dce04-d78f-43ef-ae52-5cbd4e7e4c41 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-556dce04-d78f-43ef-ae52-5cbd4e7e4c41 td.shogun-table-column, #s-556dce04-d78f-43ef-ae52-5cbd4e7e4c41 td.shogun-table-row {
  border: 1px solid rgba(34, 34, 34, 1);
}

#s-baeb534f-0ef4-4e2d-b390-3b58faaf596d {
  text-align: center;
}




  #s-baeb534f-0ef4-4e2d-b390-3b58faaf596d img.shogun-image {
    
    width: px;
  }


#s-baeb534f-0ef4-4e2d-b390-3b58faaf596d .shogun-image-content {
  
    align-items: center;
  
}

#s-c65ad9c9-de84-46c6-91f4-af10e8e3e79c {
  text-align: center;
}




  #s-c65ad9c9-de84-46c6-91f4-af10e8e3e79c img.shogun-image {
    
    width: px;
  }


#s-c65ad9c9-de84-46c6-91f4-af10e8e3e79c .shogun-image-content {
  
    align-items: center;
  
}

#s-61d1c373-9e66-4289-88ee-19abc0caa27c {
  text-align: center;
}




  #s-61d1c373-9e66-4289-88ee-19abc0caa27c img.shogun-image {
    
    width: px;
  }


#s-61d1c373-9e66-4289-88ee-19abc0caa27c .shogun-image-content {
  
    align-items: center;
  
}

#s-ba5b1aec-61ca-443d-aab6-c58fe0206252 {
  text-align: center;
}




  #s-ba5b1aec-61ca-443d-aab6-c58fe0206252 img.shogun-image {
    
    width: px;
  }


#s-ba5b1aec-61ca-443d-aab6-c58fe0206252 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddbcb145-a352-4e51-acab-9f1c34ea15cd {
  text-align: center;
}




  #s-ddbcb145-a352-4e51-acab-9f1c34ea15cd img.shogun-image {
    
    width: px;
  }


#s-ddbcb145-a352-4e51-acab-9f1c34ea15cd .shogun-image-content {
  
    align-items: center;
  
}

#s-c6edcb28-11a1-49bb-8a16-62335ee4099e {
  text-align: center;
}




  #s-c6edcb28-11a1-49bb-8a16-62335ee4099e img.shogun-image {
    
    width: px;
  }


#s-c6edcb28-11a1-49bb-8a16-62335ee4099e .shogun-image-content {
  
    align-items: center;
  
}

#s-22bea057-688e-4f38-ba36-789bddf1f6da {
  text-align: center;
}




  #s-22bea057-688e-4f38-ba36-789bddf1f6da img.shogun-image {
    
    width: px;
  }


#s-22bea057-688e-4f38-ba36-789bddf1f6da .shogun-image-content {
  
    align-items: center;
  
}

#s-8faeae2d-480a-487f-9e8c-aab5c2a5d480 {
  text-align: center;
}




  #s-8faeae2d-480a-487f-9e8c-aab5c2a5d480 img.shogun-image {
    
    width: px;
  }


#s-8faeae2d-480a-487f-9e8c-aab5c2a5d480 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f70bef9-6292-422c-936d-d354903a439b {
  text-align: center;
}




  #s-3f70bef9-6292-422c-936d-d354903a439b img.shogun-image {
    
    width: px;
  }


#s-3f70bef9-6292-422c-936d-d354903a439b .shogun-image-content {
  
    align-items: center;
  
}

#s-ff6ed9cc-650d-4a9a-9a87-8cf0ef11764d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-87a2e4ff-18e5-4fdd-81f6-7bedfb3f0806 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a3f10e03-8f37-4a49-8601-d9205b4373b8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ec982bc2-9aa3-4db4-bc80-ffbd4760e1ee hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ef291112-fcd5-4e02-9f70-03c5cf7f59b9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4b207df6-3726-4325-a06d-1a041d5befd4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b19d7928-4238-429e-8667-924671e57faf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fd09f365-da94-49ba-aa6d-4375e2592eeb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2238f390-28fa-43b0-984d-7796650cd35f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e59877bf-2290-4a6a-9b8f-2c9fe17e827b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6208ea43-3295-47ff-8a41-659641dc4e82 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-cb478dbb-efe7-421f-a272-bd0eacac2a27 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3280e8c4-0880-414f-9403-c5f39c4bc47c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a004ed9b-d457-4591-9694-a11f495cbdcf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d1614842-aad7-4969-b15c-4e54a7ca5595 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5fe47023-d31e-43d2-9f53-dbe02aa1c8cc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ea04230a-ec85-48b1-9a2d-33dbbe1c9041 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6c2a9086-4bb4-4953-830d-290bfc4f1ce9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-59fb7769-0d4f-49ed-9e82-70f4e6252cb0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f93b5f1d-3b9c-43c0-9777-75d1ff9c5cec hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b9de6def-dac2-43dd-b708-bbb27e59950e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-40e58895-1711-4056-8ba0-af8996a17e14 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(34, 34, 34, 1);
  border-radius: 0px;
}

#s-40e58895-1711-4056-8ba0-af8996a17e14 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-40e58895-1711-4056-8ba0-af8996a17e14 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-40e58895-1711-4056-8ba0-af8996a17e14 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-40e58895-1711-4056-8ba0-af8996a17e14 td.shogun-table-column, #s-40e58895-1711-4056-8ba0-af8996a17e14 td.shogun-table-row {
  border: 1px solid rgba(34, 34, 34, 1);
}

#s-888d3bef-19d0-4b7d-a809-717a94c8db05 {
  text-align: center;
}




  #s-888d3bef-19d0-4b7d-a809-717a94c8db05 img.shogun-image {
    
    width: px;
  }


#s-888d3bef-19d0-4b7d-a809-717a94c8db05 .shogun-image-content {
  
    align-items: center;
  
}

#s-b19abdf3-bc00-448e-9726-11e638795e7a {
  text-align: center;
}




  #s-b19abdf3-bc00-448e-9726-11e638795e7a img.shogun-image {
    
    width: px;
  }


#s-b19abdf3-bc00-448e-9726-11e638795e7a .shogun-image-content {
  
    align-items: center;
  
}

#s-6da16230-9c4a-4cd5-b216-3453066a642a {
  text-align: center;
}




  #s-6da16230-9c4a-4cd5-b216-3453066a642a img.shogun-image {
    
    width: px;
  }


#s-6da16230-9c4a-4cd5-b216-3453066a642a .shogun-image-content {
  
    align-items: center;
  
}

#s-327b1daf-9598-4ecc-bab0-2d54dda37cc6 {
  text-align: center;
}




  #s-327b1daf-9598-4ecc-bab0-2d54dda37cc6 img.shogun-image {
    
    width: px;
  }


#s-327b1daf-9598-4ecc-bab0-2d54dda37cc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-de2dcab4-1daa-477c-aab5-c126fee450b2 {
  text-align: center;
}




  #s-de2dcab4-1daa-477c-aab5-c126fee450b2 img.shogun-image {
    
    width: px;
  }


#s-de2dcab4-1daa-477c-aab5-c126fee450b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c330134d-d7b4-4129-a688-d20f4fc4c8db {
  text-align: center;
}




  #s-c330134d-d7b4-4129-a688-d20f4fc4c8db img.shogun-image {
    
    width: px;
  }


#s-c330134d-d7b4-4129-a688-d20f4fc4c8db .shogun-image-content {
  
    align-items: center;
  
}

#s-42da9deb-bdbd-4a2a-a649-991e5329f0a6 {
  text-align: center;
}




  #s-42da9deb-bdbd-4a2a-a649-991e5329f0a6 img.shogun-image {
    
    width: px;
  }


#s-42da9deb-bdbd-4a2a-a649-991e5329f0a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a65a8ff3-c046-424d-9e60-c2fcb7ca5230 {
  text-align: center;
}




  #s-a65a8ff3-c046-424d-9e60-c2fcb7ca5230 img.shogun-image {
    
    width: px;
  }


#s-a65a8ff3-c046-424d-9e60-c2fcb7ca5230 .shogun-image-content {
  
    align-items: center;
  
}

#s-e03c9bf2-4334-4dfe-9c3f-d87d161742ce {
  text-align: center;
}




  #s-e03c9bf2-4334-4dfe-9c3f-d87d161742ce img.shogun-image {
    
    width: px;
  }


#s-e03c9bf2-4334-4dfe-9c3f-d87d161742ce .shogun-image-content {
  
    align-items: center;
  
}

#s-7c7d602f-9d31-40f8-a68b-3effb09689ac {
  text-align: center;
}




  #s-7c7d602f-9d31-40f8-a68b-3effb09689ac img.shogun-image {
    
    width: px;
  }


#s-7c7d602f-9d31-40f8-a68b-3effb09689ac .shogun-image-content {
  
    align-items: center;
  
}

#s-52d78277-29e5-43cf-b640-2e8796c8f026 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4c6960b2-111f-4f55-a56f-98b06db121eb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8fcbd6e5-2bda-445a-9f53-d360e98fb7a1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-40a5ec3a-d6de-4655-9a3a-ec001a0b1dbf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1e919a39-4cd1-412a-b005-ec303c032a8a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b1a36918-2f66-4b50-bc69-30fcab8ae21e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9e16de9e-97e0-411b-b4ce-d43d45374927 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-33e97c82-89cc-44f0-9726-7738353df26f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ee53a83a-4c27-4d27-8226-0b95ddd23e91 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-70a64263-75c9-452c-827e-4ccd76ca2be8 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(34, 34, 34, 1);
  border-radius: 0px;
}

#s-70a64263-75c9-452c-827e-4ccd76ca2be8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-70a64263-75c9-452c-827e-4ccd76ca2be8 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-70a64263-75c9-452c-827e-4ccd76ca2be8 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-70a64263-75c9-452c-827e-4ccd76ca2be8 td.shogun-table-column, #s-70a64263-75c9-452c-827e-4ccd76ca2be8 td.shogun-table-row {
  border: 1px solid rgba(34, 34, 34, 1);
}

#s-2daa48d6-30b6-4605-949e-37a9e224aee7 {
  text-align: center;
}




  #s-2daa48d6-30b6-4605-949e-37a9e224aee7 img.shogun-image {
    
    width: px;
  }


#s-2daa48d6-30b6-4605-949e-37a9e224aee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-02a82300-8b0f-4d8e-874e-39087f84f06b {
  text-align: center;
}




  #s-02a82300-8b0f-4d8e-874e-39087f84f06b img.shogun-image {
    
    width: px;
  }


#s-02a82300-8b0f-4d8e-874e-39087f84f06b .shogun-image-content {
  
    align-items: center;
  
}

#s-abb2f36d-b095-44ee-9025-2865678bd3fc {
  text-align: center;
}




  #s-abb2f36d-b095-44ee-9025-2865678bd3fc img.shogun-image {
    
    width: px;
  }


#s-abb2f36d-b095-44ee-9025-2865678bd3fc .shogun-image-content {
  
    align-items: center;
  
}

#s-f417986a-08ad-4dfe-b87a-65a5e1f8f07a {
  text-align: center;
}




  #s-f417986a-08ad-4dfe-b87a-65a5e1f8f07a img.shogun-image {
    
    width: px;
  }


#s-f417986a-08ad-4dfe-b87a-65a5e1f8f07a .shogun-image-content {
  
    align-items: center;
  
}

#s-7ad11203-a96f-46c7-8f19-9620d3f421dd {
  text-align: center;
}




  #s-7ad11203-a96f-46c7-8f19-9620d3f421dd img.shogun-image {
    
    width: px;
  }


#s-7ad11203-a96f-46c7-8f19-9620d3f421dd .shogun-image-content {
  
    align-items: center;
  
}

#s-fa6ffc8f-0219-4130-b0ab-555bfad78f50 {
  text-align: center;
}




  #s-fa6ffc8f-0219-4130-b0ab-555bfad78f50 img.shogun-image {
    
    width: px;
  }


#s-fa6ffc8f-0219-4130-b0ab-555bfad78f50 .shogun-image-content {
  
    align-items: center;
  
}

#s-fae9b6b4-d271-4dc3-9d4a-63cbdf1b37a3 {
  text-align: center;
}




  #s-fae9b6b4-d271-4dc3-9d4a-63cbdf1b37a3 img.shogun-image {
    
    width: px;
  }


#s-fae9b6b4-d271-4dc3-9d4a-63cbdf1b37a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-42dd8d49-c5dc-4757-831b-fad89b404a1d {
  text-align: center;
}




  #s-42dd8d49-c5dc-4757-831b-fad89b404a1d img.shogun-image {
    
    width: px;
  }


#s-42dd8d49-c5dc-4757-831b-fad89b404a1d .shogun-image-content {
  
    align-items: center;
  
}

#s-6a297913-f871-49fd-a37e-88a0211daf54 {
  text-align: center;
}




  #s-6a297913-f871-49fd-a37e-88a0211daf54 img.shogun-image {
    
    width: px;
  }


#s-6a297913-f871-49fd-a37e-88a0211daf54 .shogun-image-content {
  
    align-items: center;
  
}

#s-233cb8b7-b5ff-4310-8ae7-667ceea12319 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-77ac1103-2f74-49ac-b598-c3fca3af12a7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8ecfee3b-77ff-4013-92c3-ba2075de2d90 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1b55c8d0-06a9-4155-81f6-26b5dc8360cf hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-70a7830f-3a84-4342-93fe-adde90f331b2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-815099cb-643c-4c67-be93-ea3411f8d788 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c1a12502-197f-4e84-ad22-b19ea3183715 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(34, 34, 34, 1);
  border-radius: 0px;
}

#s-c1a12502-197f-4e84-ad22-b19ea3183715 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c1a12502-197f-4e84-ad22-b19ea3183715 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

#s-c1a12502-197f-4e84-ad22-b19ea3183715 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c1a12502-197f-4e84-ad22-b19ea3183715 td.shogun-table-column, #s-c1a12502-197f-4e84-ad22-b19ea3183715 td.shogun-table-row {
  border: 1px solid rgba(34, 34, 34, 1);
}

#s-cabae1dd-973f-4c2c-8f01-743a933f8586 {
  text-align: center;
}




  #s-cabae1dd-973f-4c2c-8f01-743a933f8586 img.shogun-image {
    
    width: px;
  }


#s-cabae1dd-973f-4c2c-8f01-743a933f8586 .shogun-image-content {
  
    align-items: center;
  
}

#s-25d2dcf8-8362-4a13-817a-455a66e99579 {
  text-align: center;
}




  #s-25d2dcf8-8362-4a13-817a-455a66e99579 img.shogun-image {
    
    width: px;
  }


#s-25d2dcf8-8362-4a13-817a-455a66e99579 .shogun-image-content {
  
    align-items: center;
  
}

#s-2997a4e8-e22a-49c2-859f-1c51e85b5c4c {
  text-align: center;
}




  #s-2997a4e8-e22a-49c2-859f-1c51e85b5c4c img.shogun-image {
    
    width: px;
  }


#s-2997a4e8-e22a-49c2-859f-1c51e85b5c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-ce875c5a-599d-4e4f-85ac-1f24295cfe03 {
  text-align: center;
}




  #s-ce875c5a-599d-4e4f-85ac-1f24295cfe03 img.shogun-image {
    
    width: px;
  }


#s-ce875c5a-599d-4e4f-85ac-1f24295cfe03 .shogun-image-content {
  
    align-items: center;
  
}

#s-98818cdd-a89c-41bb-bd3b-6d5d6b2c36de {
  text-align: center;
}




  #s-98818cdd-a89c-41bb-bd3b-6d5d6b2c36de img.shogun-image {
    
    width: px;
  }


#s-98818cdd-a89c-41bb-bd3b-6d5d6b2c36de .shogun-image-content {
  
    align-items: center;
  
}

#s-f10fc0a1-5b9e-48f3-8e8b-b21d97b2d2fb {
  text-align: center;
}




  #s-f10fc0a1-5b9e-48f3-8e8b-b21d97b2d2fb img.shogun-image {
    
    width: px;
  }


#s-f10fc0a1-5b9e-48f3-8e8b-b21d97b2d2fb .shogun-image-content {
  
    align-items: center;
  
}

#s-d88c3601-5096-4217-a905-1e60ecd767dc {
  text-align: center;
}




  #s-d88c3601-5096-4217-a905-1e60ecd767dc img.shogun-image {
    
    width: px;
  }


#s-d88c3601-5096-4217-a905-1e60ecd767dc .shogun-image-content {
  
    align-items: center;
  
}

#s-077fa0ba-4066-44cb-b535-252045e65c30 {
  text-align: center;
}




  #s-077fa0ba-4066-44cb-b535-252045e65c30 img.shogun-image {
    
    width: px;
  }


#s-077fa0ba-4066-44cb-b535-252045e65c30 .shogun-image-content {
  
    align-items: center;
  
}

#s-8162780d-27fb-4402-85df-8176023d915f {
  text-align: center;
}




  #s-8162780d-27fb-4402-85df-8176023d915f img.shogun-image {
    
    width: px;
  }


#s-8162780d-27fb-4402-85df-8176023d915f .shogun-image-content {
  
    align-items: center;
  
}

#s-5ec0442d-875d-4980-82fe-a795029b1fe2 {
  text-align: center;
}




  #s-5ec0442d-875d-4980-82fe-a795029b1fe2 img.shogun-image {
    
    width: px;
  }


#s-5ec0442d-875d-4980-82fe-a795029b1fe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc5c182f-a952-4a11-a2db-f737f94bffee hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-57004106-c72d-4346-b39d-0cf55fa2ba4a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5e1b4eff-4960-43ee-b7ff-ef1dce352d90 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8c651230-2ffd-4cc9-8626-cdf65f22c0a3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-49fab996-74ca-456d-bb8d-ef73a5c498ae hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9c33fbfe-30d1-40e7-8c16-e78bdf6359b9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4a89956d-3ff0-4842-be16-d0701d9088fb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-320606df-d902-42df-a994-fad1b5d46288 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-10dfdd8a-2afa-403b-9126-8a82cfdc5de2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b4dcba63-c853-4702-b006-a6e6c9259754 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-35e07dbb-6021-4115-9239-a872e2e9b8f1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-25d61513-4b18-4aa1-8f69-57829e2cc4eb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2d217fc0-3be3-4b81-af24-aa06f17c5f39 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-385f7f11-c0a4-4ff4-bb12-dd3d049ee905 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-168f6be4-cd6e-4282-ab71-b3a69845f7e8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-33f40f09-308c-4b2e-b4a4-81559182765c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4531542c-a896-4c27-b691-e3a17d6d4b31 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-54772efb-65c3-4556-b772-0bfecad17113 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-bf2fbb58-47e9-46c1-a4f4-7ad3c1d4e543 {
  min-height: 50px;
}








#s-bf2fbb58-47e9-46c1-a4f4-7ad3c1d4e543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf2fbb58-47e9-46c1-a4f4-7ad3c1d4e543.shg-box.shg-c {
  justify-content: center;
}

#s-06fcb6d1-58c1-41a0-9a35-9e69f20bdd17 {
  margin-top: 34px;
margin-bottom: 23px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-a41b3804-5f19-433e-a11f-87d5d9114122 {
  margin-top: -7px;
margin-bottom: 42px;
padding-top: 22px;
padding-bottom: 22px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-a41b3804-5f19-433e-a11f-87d5d9114122"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-6a3a1010-99ff-40bc-a955-f7a3252fb1c0 {
  text-align: center;
}




  #s-6a3a1010-99ff-40bc-a955-f7a3252fb1c0 img.shogun-image {
    
    width: px;
  }


#s-6a3a1010-99ff-40bc-a955-f7a3252fb1c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6046f22a-4c2a-49a3-912a-4abf52db384c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6a4e4a53-b519-4203-9e88-336908030e53 {
  text-align: center;
}




  #s-6a4e4a53-b519-4203-9e88-336908030e53 img.shogun-image {
    
    width: px;
  }


#s-6a4e4a53-b519-4203-9e88-336908030e53 .shogun-image-content {
  
    align-items: center;
  
}

#s-32c39f0a-f51a-4cbd-9ff1-60191c796520 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1372c653-035e-4708-9ba7-9f15a8dab003 {
  text-align: center;
}




  #s-1372c653-035e-4708-9ba7-9f15a8dab003 img.shogun-image {
    
    width: px;
  }


#s-1372c653-035e-4708-9ba7-9f15a8dab003 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dcf0ae0-77f2-409c-a9d6-f99370654b15 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0342eba4-c533-4135-a80b-5b447859b027 {
  text-align: center;
}




  #s-0342eba4-c533-4135-a80b-5b447859b027 img.shogun-image {
    
    width: px;
  }


#s-0342eba4-c533-4135-a80b-5b447859b027 .shogun-image-content {
  
    align-items: center;
  
}

#s-7033b283-103c-4a75-9e6a-fc3758be48c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b3492823-1647-4614-867b-872d27645ea8 {
  text-align: center;
}




  #s-b3492823-1647-4614-867b-872d27645ea8 img.shogun-image {
    
    width: px;
  }


#s-b3492823-1647-4614-867b-872d27645ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4a25e49-93ce-4af8-a6fc-6a884f365473 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cf4b7dc6-2cff-4736-a098-6bcd81e4e413 {
  text-align: center;
}




  #s-cf4b7dc6-2cff-4736-a098-6bcd81e4e413 img.shogun-image {
    
    width: px;
  }


#s-cf4b7dc6-2cff-4736-a098-6bcd81e4e413 .shogun-image-content {
  
    align-items: center;
  
}

#s-76f46a37-a200-4ae3-9781-967d658c1fc4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-95160b8e-e537-4fc4-9482-62edf5fc40d8 {
  border-style: solid;
margin-top: 6px;
margin-left: 3px;
margin-bottom: 70px;
margin-right: 3px;
padding-top: 61px;
padding-bottom: 61px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 3px;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-95160b8e-e537-4fc4-9482-62edf5fc40d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-08d75446-86c1-4161-a395-852987a98594 {
  margin-bottom: 20px;
text-align: center;
}




  #s-08d75446-86c1-4161-a395-852987a98594 img.shogun-image {
    
    width: px;
  }


#s-08d75446-86c1-4161-a395-852987a98594 .shogun-image-content {
  
    align-items: center;
  
}

#s-d14969a3-83c3-441c-8cc8-225f7e970233 {
  margin-bottom: 20px;
text-align: center;
}




  #s-d14969a3-83c3-441c-8cc8-225f7e970233 img.shogun-image {
    
    width: px;
  }


#s-d14969a3-83c3-441c-8cc8-225f7e970233 .shogun-image-content {
  
    align-items: center;
  
}

#s-96b41f97-821e-4b57-bb42-f3ec4b17cc64 {
  margin-bottom: 20px;
text-align: center;
}




  #s-96b41f97-821e-4b57-bb42-f3ec4b17cc64 img.shogun-image {
    
    width: px;
  }


#s-96b41f97-821e-4b57-bb42-f3ec4b17cc64 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fc1706a-1f57-43e9-bd58-61bfd5084309 {
  margin-bottom: 20px;
text-align: center;
}




  #s-4fc1706a-1f57-43e9-bd58-61bfd5084309 img.shogun-image {
    
    width: px;
  }


#s-4fc1706a-1f57-43e9-bd58-61bfd5084309 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}