.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-e1930a26-fe34-4fd9-a53a-362772376675 {
  min-height: 50px;
}








#s-e1930a26-fe34-4fd9-a53a-362772376675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1930a26-fe34-4fd9-a53a-362772376675.shg-box.shg-c {
  justify-content: center;
}

.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-e539c29b-f910-41d6-bd6e-d9d4065d0b6e {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-e539c29b-f910-41d6-bd6e-d9d4065d0b6e img.shogun-image {
    
    width: px;
  }


#s-e539c29b-f910-41d6-bd6e-d9d4065d0b6e .shogun-image-content {
  
    align-items: center;
  
}

.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-b2563e96-474f-4c08-af3e-c314c59220da {
  margin-bottom: 15px;
}

#s-ae7fba76-8774-4c30-99dc-f563282392b4 {
  margin-bottom: 50px;
}

#s-6abaad02-b82b-49cc-b88c-53316db6103f {
  text-align: center;
}




  #s-6abaad02-b82b-49cc-b88c-53316db6103f img.shogun-image {
    
    width: px;
  }


#s-6abaad02-b82b-49cc-b88c-53316db6103f .shogun-image-content {
  
    align-items: center;
  
}

#s-d50af569-bca0-4466-8b23-d7448b41e12b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d50af569-bca0-4466-8b23-d7448b41e12b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-760e5b2f-ecbd-463a-980c-e4058ed8bb46 {
  min-height: 50px;
}








#s-760e5b2f-ecbd-463a-980c-e4058ed8bb46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-760e5b2f-ecbd-463a-980c-e4058ed8bb46.shg-box.shg-c {
  justify-content: center;
}

#s-360a6454-43dc-4de6-ade9-28ddf59347ff {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-360a6454-43dc-4de6-ade9-28ddf59347ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360a6454-43dc-4de6-ade9-28ddf59347ff.shg-box.shg-c {
  justify-content: center;
}

#s-847f9086-1c4e-46f4-8241-71aa20fd787c {
  margin-left: 20px;
margin-right: 20px;
}

#s-3d6b8879-7157-42c9-b793-966e4c31a12c {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-464dea16-e502-4eb5-ae2d-68d44d9a5527 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-a755720d-ca9a-47f8-8718-b83bb3634440 {
  margin-bottom: 30px;
text-align: center;
}





#s-a755720d-ca9a-47f8-8718-b83bb3634440 .shogun-image-content {
  
    align-items: center;
  
}

#s-f09999ce-5fc0-4186-baab-489cbf4f2538 {
  margin-bottom: 15px;
}

#s-b940a08b-6e9f-44fc-a559-9c8356fad7ff {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-48b30161-57f7-4387-91b8-e1ba5408f731 {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}




  #s-48b30161-57f7-4387-91b8-e1ba5408f731 img.shogun-image {
    
    width: px;
  }


#s-48b30161-57f7-4387-91b8-e1ba5408f731 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfe18678-39fd-42de-8868-2e45e265cfc9 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(202, 187, 160, 1);
}








#s-bfe18678-39fd-42de-8868-2e45e265cfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe18678-39fd-42de-8868-2e45e265cfc9.shg-box.shg-c {
  justify-content: center;
}

#s-891ba42f-1aa0-4184-9120-43c2daff4c0a {
  margin-left: 20px;
margin-right: 20px;
}

#s-d7304ea4-ef16-46ab-8d4c-39eadd1cea6d {
  margin-bottom: 15px;
}

#s-276b4fe6-0023-4145-90d9-ccb9a3cd7ddf {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-7fa602f9-5a83-452e-bfdc-39810884f73d {
  margin-bottom: 80px;
text-align: center;
}




  #s-7fa602f9-5a83-452e-bfdc-39810884f73d img.shogun-image {
    
    width: px;
  }


#s-7fa602f9-5a83-452e-bfdc-39810884f73d .shogun-image-content {
  
    align-items: center;
  
}

#s-4353ed81-ff8c-4945-9b85-dea9518283af {
  margin-bottom: 15px;
}

#s-5ef82323-74e7-4af0-935b-e2417a4bd465 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-70dee368-4280-4cde-9b11-e8b5feb0e652 {
  text-align: center;
}




  #s-70dee368-4280-4cde-9b11-e8b5feb0e652 img.shogun-image {
    
    width: px;
  }


#s-70dee368-4280-4cde-9b11-e8b5feb0e652 .shogun-image-content {
  
    align-items: center;
  
}

#s-032fd000-d76b-4718-8c72-f192b79bc20c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-032fd000-d76b-4718-8c72-f192b79bc20c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6bf811bd-65a0-4e6a-965c-18bcb70b40d5 {
  min-height: 50px;
}








#s-6bf811bd-65a0-4e6a-965c-18bcb70b40d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bf811bd-65a0-4e6a-965c-18bcb70b40d5.shg-box.shg-c {
  justify-content: center;
}

#s-3c599d81-ecbd-4bbe-beeb-038ef2d8b7af {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(166, 184, 145, 1);
}








#s-3c599d81-ecbd-4bbe-beeb-038ef2d8b7af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c599d81-ecbd-4bbe-beeb-038ef2d8b7af.shg-box.shg-c {
  justify-content: center;
}

#s-0a67615d-8b66-40a8-84e8-69d2a2090329 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7722d1a8-3ac4-4945-8ca6-70139a396669 {
  margin-bottom: 30px;
}

#s-bdaef556-b68f-4c54-972c-5ce99d083e58 {
  margin-bottom: 30px;
}

#s-1e63f6c4-db6b-418e-b972-fb3606001916 {
  margin-bottom: 40px;
}

#s-455d6b09-d64a-4f0d-b209-451cf3e32998 {
  margin-bottom: 30px;
text-align: center;
}




  #s-455d6b09-d64a-4f0d-b209-451cf3e32998 img.shogun-image {
    
    width: px;
  }


#s-455d6b09-d64a-4f0d-b209-451cf3e32998 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-43e415fc-3d1c-4b03-b569-9d0d82b02925 {
  margin-bottom: 50px;
}

#s-a44a4a92-bee9-4659-a5c5-76dbc0d0319d {
  margin-bottom: 90px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-a44a4a92-bee9-4659-a5c5-76dbc0d0319d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44a4a92-bee9-4659-a5c5-76dbc0d0319d.shg-box.shg-c {
  justify-content: center;
}

#s-45c071fb-16fd-4163-8485-93a64e77235b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-45c071fb-16fd-4163-8485-93a64e77235b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-45c071fb-16fd-4163-8485-93a64e77235b {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-bb9b2d62-90ee-4084-9306-f609d84e318f {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-bb9b2d62-90ee-4084-9306-f609d84e318f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb9b2d62-90ee-4084-9306-f609d84e318f.shg-box.shg-c {
  justify-content: center;
}

#s-16dfdc4f-9571-458f-8862-7b7df70f8027 {
  margin-left: 20px;
margin-right: 20px;
}

#s-87b728ab-beb8-4bbe-b324-87b76ac3f88d {
  margin-bottom: 30px;
}

#s-f040d765-fa2a-4991-a1d4-bd74fa685cb6 {
  margin-bottom: 40px;
}

#s-e1bb2873-aaec-461b-af6c-c8d6a4fd4f60 {
  margin-bottom: 15px;
}

#s-17cfa7f9-56f4-4c46-8401-18fdb203da3c {
  margin-bottom: 90px;
}

#s-9206d799-6243-419c-b4de-c9573b7137e6 {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(166, 184, 145, 1);
}








#s-9206d799-6243-419c-b4de-c9573b7137e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9206d799-6243-419c-b4de-c9573b7137e6.shg-box.shg-c {
  justify-content: center;
}

#s-6b5c936a-c619-4f9f-90f5-0fbe330419d6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-1f997977-ab75-489b-b800-9f53f54722b7 {
  margin-bottom: 15px;
}

.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-a4157e7a-cefe-4848-bee1-da73f4bd59da {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-a4157e7a-cefe-4848-bee1-da73f4bd59da .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-a4157e7a-cefe-4848-bee1-da73f4bd59da table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a4157e7a-cefe-4848-bee1-da73f4bd59da td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
}

#s-a4157e7a-cefe-4848-bee1-da73f4bd59da td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-a4157e7a-cefe-4848-bee1-da73f4bd59da td.shogun-table-column, #s-a4157e7a-cefe-4848-bee1-da73f4bd59da td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-f6532c05-d24e-44b7-8069-00eccec90d6f {
  padding-left: 5px;
padding-right: 5px;
}

#s-9180db21-caff-4843-8b23-2d213f4309f9 {
  padding-left: 5px;
padding-right: 5px;
}

#s-764e6a38-0aaa-4f33-b24e-9b2000df49d3 {
  padding-left: 5px;
padding-right: 5px;
}

#s-aab6f20e-424a-451b-b351-a7dfbaec2e22 {
  padding-left: 5px;
padding-right: 5px;
}

#s-a9ccc6c6-41f1-4f19-9043-bc5b72fc2e63 {
  padding-left: 5px;
padding-right: 5px;
}

#s-62c0d6dc-a472-4f40-b53b-0084767aef32 {
  padding-left: 5px;
padding-right: 5px;
}

#s-3372e0a1-032f-47ce-a560-3928b2302662 {
  margin-bottom: 30px;
text-align: center;
}




  #s-3372e0a1-032f-47ce-a560-3928b2302662 img.shogun-image {
    
    width: px;
  }


#s-3372e0a1-032f-47ce-a560-3928b2302662 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a00ca3f-75fa-460e-9da1-0d4058af9939 {
  margin-bottom: 30px;
background-color: rgba(240, 238, 237, 1);
}
@media (max-width: 767px){#s-4a00ca3f-75fa-460e-9da1-0d4058af9939 {
  margin-bottom: 30px;
}
}







#s-4a00ca3f-75fa-460e-9da1-0d4058af9939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a00ca3f-75fa-460e-9da1-0d4058af9939.shg-box.shg-c {
  justify-content: center;
}

#s-61c066c9-5668-4ebc-a9c4-97682a44931b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-61c066c9-5668-4ebc-a9c4-97682a44931b {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-873c2290-baed-48fc-85f9-0430480ac562 {
  margin-bottom: 50px;
padding-top: 60px;
min-height: 50px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-873c2290-baed-48fc-85f9-0430480ac562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-873c2290-baed-48fc-85f9-0430480ac562.shg-box.shg-c {
  justify-content: center;
}

#s-94f29723-1242-4026-acc2-2d3ce0d84f12 {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-94f29723-1242-4026-acc2-2d3ce0d84f12 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-4beefbed-e99c-4425-9679-e99be989f32c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-4beefbed-e99c-4425-9679-e99be989f32c {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-26f8421d-8f6b-40bd-ba57-4a687c537085 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26f8421d-8f6b-40bd-ba57-4a687c537085 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-26f8421d-8f6b-40bd-ba57-4a687c537085 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 img.shogun-image {
    
    width: px;
  }


#s-fa9495d8-b5c8-45f0-8e4b-6701045ef5c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca6e7f3c-e526-4042-96d1-ebcc5fe8cb4b {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca6e7f3c-e526-4042-96d1-ebcc5fe8cb4b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ca6e7f3c-e526-4042-96d1-ebcc5fe8cb4b {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-f1742aa1-6049-4718-a85a-1f7fbb3cdb98 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1742aa1-6049-4718-a85a-1f7fbb3cdb98 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-f1742aa1-6049-4718-a85a-1f7fbb3cdb98 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 img.shogun-image {
    
    width: px;
  }


#s-dcbe2bf2-9a6e-463d-bd14-5cfe21728127 .shogun-image-content {
  
    align-items: center;
  
}

#s-088d917f-8c9b-4336-9e01-12f7d3c15e15 {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-088d917f-8c9b-4336-9e01-12f7d3c15e15 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-088d917f-8c9b-4336-9e01-12f7d3c15e15 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-488fd5ef-14a8-4897-a901-c786387d1c86 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-488fd5ef-14a8-4897-a901-c786387d1c86 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-488fd5ef-14a8-4897-a901-c786387d1c86 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b img.shogun-image {
    
    width: px;
  }


#s-1526bbbe-7ee9-4818-a6cd-c9e22a68598b .shogun-image-content {
  
    align-items: center;
  
}

#s-8fd6302a-e89f-4865-ab8c-587700744efe {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fd6302a-e89f-4865-ab8c-587700744efe {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-8fd6302a-e89f-4865-ab8c-587700744efe {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-5d1419a1-5445-47b2-a66d-a4802ba57d7f {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d1419a1-5445-47b2-a66d-a4802ba57d7f {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5d1419a1-5445-47b2-a66d-a4802ba57d7f {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 {
  text-align: center;
}
#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 {
  display: none;
}
#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2, #wrap-s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 { display:none !important; }}@media (max-width: 767px){#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 {
  display: none;
}
#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2, #wrap-s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 { display:none !important; }}



  #s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 img.shogun-image {
    
    width: px;
  }


#s-6aa06e7f-01df-4f2f-82f3-358df4294aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-63da4213-8764-4943-822b-713e13389fa9 {
  text-align: center;
}
@media (min-width: 1200px){#s-63da4213-8764-4943-822b-713e13389fa9 {
  display: none;
}
#s-63da4213-8764-4943-822b-713e13389fa9, #wrap-s-63da4213-8764-4943-822b-713e13389fa9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63da4213-8764-4943-822b-713e13389fa9 {
  display: none;
}
#s-63da4213-8764-4943-822b-713e13389fa9, #wrap-s-63da4213-8764-4943-822b-713e13389fa9 { display:none !important; }}



  #s-63da4213-8764-4943-822b-713e13389fa9 img.shogun-image {
    
    width: px;
  }


#s-63da4213-8764-4943-822b-713e13389fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba5dfd2c-d724-471c-aa9a-20d43464faa4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ba5dfd2c-d724-471c-aa9a-20d43464faa4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-68a6d334-ee09-4530-8198-8047d0a012ec {
  min-height: 50px;
}








#s-68a6d334-ee09-4530-8198-8047d0a012ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a6d334-ee09-4530-8198-8047d0a012ec.shg-box.shg-c {
  justify-content: center;
}

#s-162d9f71-1ab2-441b-9373-b5763000fbcc {
  border-style: solid;
margin-bottom: 50px;
padding-top: 3px;
padding-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(201, 171, 159, 1);
}








#s-162d9f71-1ab2-441b-9373-b5763000fbcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-162d9f71-1ab2-441b-9373-b5763000fbcc.shg-box.shg-c {
  justify-content: center;
}

#s-1682d3b2-d29b-47fe-bd31-7606f2f5bad6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f884257f-ebe7-44b4-952b-fcc1082323c9 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f884257f-ebe7-44b4-952b-fcc1082323c9 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-f884257f-ebe7-44b4-952b-fcc1082323c9 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-f884257f-ebe7-44b4-952b-fcc1082323c9 img.shogun-image {
    
    width: px;
  }


#s-f884257f-ebe7-44b4-952b-fcc1082323c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0376f70d-5eb3-4c9d-9802-54075ea457f6 {
  margin-bottom: 15px;
}

#s-4aacc581-f669-4c25-92b5-bbd03298b2e2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-cefc3713-4383-473e-8c44-33a347018f17 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-0b4af77c-4aa3-42a0-a511-c0b4f5d2b0a1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-2171a025-210f-47d3-b310-76360e3c1cdc {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2171a025-210f-47d3-b310-76360e3c1cdc {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-2171a025-210f-47d3-b310-76360e3c1cdc {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-2171a025-210f-47d3-b310-76360e3c1cdc img.shogun-image {
    
    width: px;
  }


#s-2171a025-210f-47d3-b310-76360e3c1cdc .shogun-image-content {
  
    align-items: center;
  
}

#s-e221d188-7751-44d4-be89-3625711f6fcf {
  margin-bottom: 15px;
}

#s-185b1a8f-dd76-436b-8af9-b15f1c7f03fc {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-1304f484-7a5f-4aa9-91b3-cfd7cd08d157 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-7d1f5f73-2435-4adb-815a-88dc7cc7e0c7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-f10f2fbf-e724-4c3c-ac60-cd78da4adace img.shogun-image {
    
    width: px;
  }


#s-f10f2fbf-e724-4c3c-ac60-cd78da4adace .shogun-image-content {
  
    align-items: center;
  
}

#s-80bd85a6-ef03-46c0-bfdf-5ae9558551cc {
  margin-bottom: 15px;
}

#s-fd0d5abd-007e-4049-bdec-310e8ac6d2a8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-2a6db5cb-8fb6-4e83-8ec8-c96e91b2f65c {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-9866bd12-bcfe-4019-8e31-cbb7fc54d840 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d img.shogun-image {
    
    width: px;
  }


#s-98c3fda9-3d6b-46f3-9ec5-c829402cd10d .shogun-image-content {
  
    align-items: center;
  
}

#s-b8d45696-7701-4ab8-80ce-e5c2c7f53450 {
  margin-bottom: 15px;
}

#s-63050a5e-22cc-4ad3-849b-31c5e3ce5193 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-21c111ca-5d04-4c6b-a16a-ab67a1c1ded9 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-b9e546f7-5a2e-4112-b80a-344c885ead84 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b9e546f7-5a2e-4112-b80a-344c885ead84 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f83ab59e-23d1-4f1e-92bb-a04ae5c4aae7 {
  margin-bottom: 30px;
}

#s-e1b64196-5700-4c4f-ae6d-7e1e785d4c08 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e1b64196-5700-4c4f-ae6d-7e1e785d4c08 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-607f080a-200d-4392-bb9d-8e6c95fd3c89 {
  min-height: 50px;
}








#s-607f080a-200d-4392-bb9d-8e6c95fd3c89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-607f080a-200d-4392-bb9d-8e6c95fd3c89.shg-box.shg-c {
  justify-content: center;
}

#s-d4b4cf16-db92-4796-9d28-fa3b1119756e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-d4b4cf16-db92-4796-9d28-fa3b1119756e {
  padding-left: 22px;
padding-right: 22px;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-46fb443a-f5e9-42da-9435-8e462086550e {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 870px;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(77, 77, 77, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-46fb443a-f5e9-42da-9435-8e462086550e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-1fbb51aa-af86-4d88-bfce-11556cf48eab {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b8c0f812-de48-4029-ab1b-08aa78e1bdf9 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-f0b862da-cae1-4f0f-9c4b-ed9766f80829 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-e8dc720e-75db-4f44-ae23-c862c2d09cf9 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-af69d833-0260-49b4-8078-33d1e90818b0 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-0e5671de-7b85-40b4-9c84-2c6eec9cd7b9 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-c4b1212c-c487-4177-b79f-fbfa9b73fe27 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-a55b155d-9e00-4920-a72d-86edb47384e6 {
  margin-bottom: 30px;
}

/*
  $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;
  }
}

#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;
}
