.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-597e3b66-6b5a-4c8b-9203-17d9d6a9c950 {
  min-height: 50px;
}








#s-597e3b66-6b5a-4c8b-9203-17d9d6a9c950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597e3b66-6b5a-4c8b-9203-17d9d6a9c950.shg-box.shg-c {
  justify-content: 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-a4dafded-b8a5-4aba-9a59-5b1537c4a533 {
  margin-bottom: 50px;
}

.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-ef7c03a0-9228-46f0-808a-76094fa5c875 {
  margin-bottom: 15px;
}

#s-03278c04-bf9d-4ed0-845f-70148493daf1 {
  margin-bottom: 50px;
}

.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-0dd5688f-1d91-4af4-bf78-df094d2af9f0 {
  text-align: center;
}




  #s-0dd5688f-1d91-4af4-bf78-df094d2af9f0 img.shogun-image {
    
    width: px;
  }


#s-0dd5688f-1d91-4af4-bf78-df094d2af9f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d840057-d56a-4336-9c7b-e44b8fbba62d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2d840057-d56a-4336-9c7b-e44b8fbba62d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-37cb303a-e54b-497b-b996-bd2b83ad6aa8 {
  min-height: 50px;
}








#s-37cb303a-e54b-497b-b996-bd2b83ad6aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37cb303a-e54b-497b-b996-bd2b83ad6aa8.shg-box.shg-c {
  justify-content: center;
}

#s-6642ca2c-a112-41f0-9602-4570da606aa5 {
  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-6642ca2c-a112-41f0-9602-4570da606aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6642ca2c-a112-41f0-9602-4570da606aa5.shg-box.shg-c {
  justify-content: center;
}

#s-3cec60f9-b3a7-42bf-854a-16df2fe51a68 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0fa45218-436e-4a53-bac3-44027944cced {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 870px;
}

#s-e6a02507-cef8-4c14-8b88-1cd78fadcc8c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-83e1096b-1a58-4097-8f90-7803e432b43b {
  margin-bottom: 30px;
text-align: center;
}





#s-83e1096b-1a58-4097-8f90-7803e432b43b .shogun-image-content {
  
    align-items: center;
  
}

#s-1d11d76c-3cf3-4b38-b466-4259c497760a {
  margin-bottom: 80px;
text-align: center;
}





#s-1d11d76c-3cf3-4b38-b466-4259c497760a .shogun-image-content {
  
    align-items: center;
  
}

#s-7e83fe89-7515-4f60-ab49-8d1009012af8 {
  margin-bottom: 15px;
}

#s-1a2cfcad-f48d-4c17-9519-5d5494accd48 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-25b9c750-4ad7-4a02-9bf7-b5f6ef2bd7e7 {
  margin-left: auto;
margin-bottom: 90px;
margin-right: auto;
max-width: 870px;
text-align: center;
}




  #s-25b9c750-4ad7-4a02-9bf7-b5f6ef2bd7e7 img.shogun-image {
    
    width: px;
  }


#s-25b9c750-4ad7-4a02-9bf7-b5f6ef2bd7e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-45594b0b-197f-4e57-8ab4-411173e3796b {
  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-45594b0b-197f-4e57-8ab4-411173e3796b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45594b0b-197f-4e57-8ab4-411173e3796b.shg-box.shg-c {
  justify-content: center;
}

#s-f6f242fb-55e0-4583-bd8d-56747e7df30b {
  margin-left: 20px;
margin-right: 20px;
}

#s-cd1af0a8-6a88-4d6f-88a7-8b5634832adc {
  margin-bottom: 15px;
}

#s-57cb7671-c5a9-4d10-82ab-845a1f16c178 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-b5daa440-7f8f-4e7c-a5a6-5a266d2862d5 {
  margin-bottom: 80px;
text-align: center;
}




  #s-b5daa440-7f8f-4e7c-a5a6-5a266d2862d5 img.shogun-image {
    
    width: px;
  }


#s-b5daa440-7f8f-4e7c-a5a6-5a266d2862d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-40502832-e8c1-4a21-9f83-43bba6c276aa {
  margin-bottom: 15px;
}

#s-eb8df069-d2a2-49ef-a9a8-449dc37348a1 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 870px;
}

#s-cefcb0af-e1e9-4980-8faa-296b0f2c2091 {
  text-align: center;
}




  #s-cefcb0af-e1e9-4980-8faa-296b0f2c2091 img.shogun-image {
    
    width: px;
  }


#s-cefcb0af-e1e9-4980-8faa-296b0f2c2091 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce45aef8-8d4f-40ae-9f05-fbdfbd0105d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce45aef8-8d4f-40ae-9f05-fbdfbd0105d1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-892be7ff-fcd0-4d59-a35a-f9a93d9c1f01 {
  min-height: 50px;
}








#s-892be7ff-fcd0-4d59-a35a-f9a93d9c1f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-892be7ff-fcd0-4d59-a35a-f9a93d9c1f01.shg-box.shg-c {
  justify-content: center;
}

#s-321271e5-7108-457b-906b-eeabdc95b461 {
  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-321271e5-7108-457b-906b-eeabdc95b461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-321271e5-7108-457b-906b-eeabdc95b461.shg-box.shg-c {
  justify-content: center;
}

#s-007925aa-3bfe-4fa7-bb01-cd37af2bf303 {
  margin-left: 20px;
margin-right: 20px;
}

#s-92790c39-65b3-46e9-a5bc-e4fdcf88f42e {
  margin-bottom: 30px;
}

#s-921c75c8-f8bf-4e45-92c8-1a065f9b410a {
  margin-bottom: 30px;
}

#s-6560bdb2-b557-45eb-adad-47c02f94bdf3 {
  margin-bottom: 40px;
}

#s-5cf11935-4e9c-446c-884c-119a7eb54bae {
  margin-bottom: 30px;
text-align: center;
}




  #s-5cf11935-4e9c-446c-884c-119a7eb54bae img.shogun-image {
    
    width: px;
  }


#s-5cf11935-4e9c-446c-884c-119a7eb54bae .shogun-image-content {
  
    align-items: center;
  
}

#s-39dbc411-840b-487f-8141-84f1a0fd737e {
  margin-bottom: 50px;
}

#s-a4aa1eed-59d2-4e98-85bd-a050571c35b3 {
  margin-bottom: 90px;
min-height: 50px;
background-color: rgba(240, 238, 237, 1);
}








#s-a4aa1eed-59d2-4e98-85bd-a050571c35b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4aa1eed-59d2-4e98-85bd-a050571c35b3.shg-box.shg-c {
  justify-content: center;
}

#s-d10350dc-e8c1-44da-9e4d-cd9f10c2d444 {
  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-d10350dc-e8c1-44da-9e4d-cd9f10c2d444 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d10350dc-e8c1-44da-9e4d-cd9f10c2d444 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-1caffa7f-4acd-4137-a377-9ec90bf3eb68 {
  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-1caffa7f-4acd-4137-a377-9ec90bf3eb68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1caffa7f-4acd-4137-a377-9ec90bf3eb68.shg-box.shg-c {
  justify-content: center;
}

#s-23489a1b-75a4-4c74-bafd-e1987e3736e3 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d010b568-e521-4fe6-92ac-a10a8f8e3b8e {
  margin-bottom: 30px;
}

#s-7e6f777e-17f5-410e-9a3a-55fcff261332 {
  margin-bottom: 40px;
}

#s-918d1eb3-011a-42b7-8723-87e34430b11b {
  margin-bottom: 15px;
}

#s-e527a996-8f74-4a8b-a3aa-5889c6820f1c {
  margin-bottom: 90px;
}

#s-fde4997c-5afa-49fb-bf87-0e33c95a2452 {
  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-fde4997c-5afa-49fb-bf87-0e33c95a2452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde4997c-5afa-49fb-bf87-0e33c95a2452.shg-box.shg-c {
  justify-content: center;
}

#s-744a5843-ff16-4da3-90fb-6bb5a86bb5ac {
  margin-left: 20px;
margin-right: 20px;
}

#s-e829a95b-1039-46ed-b49c-c26df3aeed78 {
  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-4d935d97-c330-4d85-a020-a327fbf9565e {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 870px;
opacity: 1;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: inherit;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-row {
  background-color: #fff;
  padding: 8px;
}

#s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-column, #s-4d935d97-c330-4d85-a020-a327fbf9565e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-734e5b28-9d6d-4162-abd5-4892d6da4f37 {
  padding-left: 5px;
padding-right: 5px;
}

#s-69d8b8bc-8a65-4349-864c-8b9045d986df {
  padding-left: 5px;
padding-right: 5px;
}

#s-f07b5b69-d0f3-4242-9f8f-df44617fa6cf {
  padding-left: 5px;
padding-right: 5px;
}

#s-6dc3c0e9-047f-433a-88b4-6a23da027ef3 {
  padding-left: 5px;
padding-right: 5px;
}

#s-f1b9c1c4-10bf-4af6-a896-739babd327b6 {
  padding-left: 5px;
padding-right: 5px;
}

#s-33ad7b16-75b9-4d79-ba01-48f1a6e217e6 {
  padding-left: 5px;
padding-right: 5px;
}

#s-d31529f4-88e6-42b3-bd8b-4e650474ccbd {
  margin-bottom: 30px;
text-align: center;
}




  #s-d31529f4-88e6-42b3-bd8b-4e650474ccbd img.shogun-image {
    
    width: px;
  }


#s-d31529f4-88e6-42b3-bd8b-4e650474ccbd .shogun-image-content {
  
    align-items: center;
  
}

#s-19908139-2964-4b8c-b50b-c1fd5d844bdc {
  margin-bottom: 80px;
text-align: center;
}





#s-19908139-2964-4b8c-b50b-c1fd5d844bdc .shogun-image-content {
  
    align-items: center;
  
}

#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6 {
  margin-bottom: 30px;
background-color: rgba(240, 238, 237, 1);
}
@media (max-width: 767px){#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6 {
  margin-bottom: 30px;
}
}







#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ad7102-9a47-44f3-955a-e7671e5ce6d6.shg-box.shg-c {
  justify-content: center;
}

#s-ce167ea3-13e3-4fb1-a402-075c560b7c42 {
  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-ce167ea3-13e3-4fb1-a402-075c560b7c42 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-0a6810e5-b6e0-4192-af8c-a0d4ddf6074e {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
text-align: center;
}




  #s-0a6810e5-b6e0-4192-af8c-a0d4ddf6074e img.shogun-image {
    
    width: px;
  }


#s-0a6810e5-b6e0-4192-af8c-a0d4ddf6074e .shogun-image-content {
  
    align-items: center;
  
}

#s-ae1877bd-4438-417c-977a-9974c7a72149 {
  margin-bottom: 50px;
padding-top: 60px;
background-color: rgba(190, 182, 165, 0.27);
}








#s-ae1877bd-4438-417c-977a-9974c7a72149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae1877bd-4438-417c-977a-9974c7a72149.shg-box.shg-c {
  justify-content: center;
}

#s-ecdb2ea9-cc7b-457b-9cea-fd0d0e6097f3 {
  margin-left: auto;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-ecdb2ea9-cc7b-457b-9cea-fd0d0e6097f3 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-e2525084-e016-407d-997c-0456e3d21a38 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-e2525084-e016-407d-997c-0456e3d21a38 {
  padding-left: 22px;
padding-right: 22px;
}
}
#s-4ddbf8fa-2af4-4c9e-a823-a435005d2fcc {
  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-4ddbf8fa-2af4-4c9e-a823-a435005d2fcc {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4ddbf8fa-2af4-4c9e-a823-a435005d2fcc {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-81ba2972-c9c3-422e-83da-a410ed8a72f8 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-81ba2972-c9c3-422e-83da-a410ed8a72f8 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-81ba2972-c9c3-422e-83da-a410ed8a72f8 img.shogun-image {
    
    width: px;
  }


#s-81ba2972-c9c3-422e-83da-a410ed8a72f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 {
  margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (max-width: 767px){#s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 img.shogun-image {
    
    width: px;
  }


#s-251214ec-5709-45b4-8d8b-6b417e4f6cb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad6e4424-d388-4b6a-b106-0c5b52e2759c {
  margin-bottom: 15px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad6e4424-d388-4b6a-b106-0c5b52e2759c {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ad6e4424-d388-4b6a-b106-0c5b52e2759c {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-d12c3763-a366-43ec-9b2f-6ac6bbb51419 {
  margin-bottom: 80px;
padding-left: 55px;
padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d12c3763-a366-43ec-9b2f-6ac6bbb51419 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-d12c3763-a366-43ec-9b2f-6ac6bbb51419 {
  padding-left: 30px;
padding-right: 30px;
}
}
#s-aa98daf5-1286-43ec-ab6f-1eac4880440b {
  text-align: center;
}
#s-aa98daf5-1286-43ec-ab6f-1eac4880440b:hover {opacity: 0.8 !important;}@media (min-width: 768px) and (max-width: 991px){#s-aa98daf5-1286-43ec-ab6f-1eac4880440b {
  display: none;
}
#s-aa98daf5-1286-43ec-ab6f-1eac4880440b, #wrap-s-aa98daf5-1286-43ec-ab6f-1eac4880440b { display:none !important; }}@media (max-width: 767px){#s-aa98daf5-1286-43ec-ab6f-1eac4880440b {
  display: none;
}
#s-aa98daf5-1286-43ec-ab6f-1eac4880440b, #wrap-s-aa98daf5-1286-43ec-ab6f-1eac4880440b { display:none !important; }}



  #s-aa98daf5-1286-43ec-ab6f-1eac4880440b img.shogun-image {
    
    width: px;
  }


#s-aa98daf5-1286-43ec-ab6f-1eac4880440b .shogun-image-content {
  
    align-items: center;
  
}

#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 {
  text-align: center;
}
@media (min-width: 1200px){#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 {
  display: none;
}
#s-65f0f1eb-e2e1-4e79-9925-d80813d77568, #wrap-s-65f0f1eb-e2e1-4e79-9925-d80813d77568 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 {
  display: none;
}
#s-65f0f1eb-e2e1-4e79-9925-d80813d77568, #wrap-s-65f0f1eb-e2e1-4e79-9925-d80813d77568 { display:none !important; }}



  #s-65f0f1eb-e2e1-4e79-9925-d80813d77568 img.shogun-image {
    
    width: px;
  }


#s-65f0f1eb-e2e1-4e79-9925-d80813d77568 .shogun-image-content {
  
    align-items: center;
  
}

#s-9925dbbf-2b2d-4417-9a18-a86f658bc4fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9925dbbf-2b2d-4417-9a18-a86f658bc4fe hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-cbb820bd-a241-42ec-b5d1-ddbb2abfbb01 {
  min-height: 50px;
}








#s-cbb820bd-a241-42ec-b5d1-ddbb2abfbb01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb820bd-a241-42ec-b5d1-ddbb2abfbb01.shg-box.shg-c {
  justify-content: center;
}

#s-687cbc84-2eee-43ba-8276-72ac5314255f {
  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-687cbc84-2eee-43ba-8276-72ac5314255f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-687cbc84-2eee-43ba-8276-72ac5314255f.shg-box.shg-c {
  justify-content: center;
}

#s-7a2ba9f9-420a-4b98-8eb8-22530676d555 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8cd79f4d-45d1-4c63-95ab-d17ead1cccec {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cd79f4d-45d1-4c63-95ab-d17ead1cccec {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-8cd79f4d-45d1-4c63-95ab-d17ead1cccec {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-8cd79f4d-45d1-4c63-95ab-d17ead1cccec img.shogun-image {
    
    width: px;
  }


#s-8cd79f4d-45d1-4c63-95ab-d17ead1cccec .shogun-image-content {
  
    align-items: center;
  
}

#s-53a4425a-19e8-4e61-b062-e258695a2662 {
  margin-bottom: 15px;
}

#s-dcd2f4de-bf72-480b-8dc5-c1b485f68745 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-801ca1bf-85dd-4c9d-a695-7355e7eaa9ed {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-10e5bc7c-e887-46a8-9e9f-e24c84f24f53 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-2933c048-75c6-4a56-99b2-55c07d26e0a0 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2933c048-75c6-4a56-99b2-55c07d26e0a0 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-2933c048-75c6-4a56-99b2-55c07d26e0a0 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-2933c048-75c6-4a56-99b2-55c07d26e0a0 img.shogun-image {
    
    width: px;
  }


#s-2933c048-75c6-4a56-99b2-55c07d26e0a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7e7b6f1-fbc2-4277-8799-fba8bbef1229 {
  margin-bottom: 15px;
}

#s-fe11dac9-3922-44e2-9634-b85c42aa3047 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-fdfcd485-a3e5-43db-99e9-a849aee8a780 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-7e9b0e40-85c0-46ea-8b56-e0c8814eb699 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-ccb7a398-6f85-4538-85a7-5f7c223dc207 {
  margin-bottom: 25px;
padding-left: 150px;
padding-right: 150px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccb7a398-6f85-4538-85a7-5f7c223dc207 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-ccb7a398-6f85-4538-85a7-5f7c223dc207 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 40px;
padding-right: 40px;
}
}



  #s-ccb7a398-6f85-4538-85a7-5f7c223dc207 img.shogun-image {
    
    width: px;
  }


#s-ccb7a398-6f85-4538-85a7-5f7c223dc207 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5482114-9610-4861-8818-9b63d8315f1b {
  margin-bottom: 15px;
}

#s-d9e7906f-5705-42cb-a2a1-54a944869e43 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 870px;
}

#s-61ae5ded-7aed-4c57-ad7f-c8e824659f25 {
  margin-left: auto;
margin-right: auto;
max-width: 870px;
}

#s-75e1a9c1-c1c7-4252-88e2-bc2e40995ed9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-75e1a9c1-c1c7-4252-88e2-bc2e40995ed9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-48e27f61-98f9-4ab7-be73-b1d6d101cb0e {
  margin-bottom: 30px;
}

#s-ccf86098-ac08-4db5-b0b2-17f2f179bc0c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ccf86098-ac08-4db5-b0b2-17f2f179bc0c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-2a0aff88-a8bc-4b24-9a65-94b0c77d75bd {
  min-height: 50px;
}








#s-2a0aff88-a8bc-4b24-9a65-94b0c77d75bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a0aff88-a8bc-4b24-9a65-94b0c77d75bd.shg-box.shg-c {
  justify-content: center;
}

#s-ca3b4304-a659-4fa4-8588-b28c1871d6ee {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-ca3b4304-a659-4fa4-8588-b28c1871d6ee hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-b0c6af3c-3d96-4e5e-9b72-dec6adf2265a {
  margin-bottom: 30px;
}

#s-b11b633b-f7eb-43df-8f2c-0bdf4d6f7416 {
  margin-bottom: 60px;
}

#s-af3d72c8-634d-4ee7-89aa-baf806e267a1 {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-af3d72c8-634d-4ee7-89aa-baf806e267a1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-8efda5a7-9067-4520-b4d4-27622f58a1e3 {
  margin-bottom: 30px;
}

#s-128115c5-260f-4cea-8ba9-23dd2c8f00fa {
  margin-bottom: 60px;
text-align: center;
}




  #s-128115c5-260f-4cea-8ba9-23dd2c8f00fa img.shogun-image {
    
    width: px;
  }


#s-128115c5-260f-4cea-8ba9-23dd2c8f00fa .shogun-image-content {
  
    align-items: center;
  
}

#s-54599796-93a4-4b4e-9df0-ed44afccfd7c {
  margin-top: -50px;
margin-bottom: -25px;
}

#s-54599796-93a4-4b4e-9df0-ed44afccfd7c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(77, 77, 77, 1);
}

#s-d59bd67c-e3d6-4620-981f-fdfd0867b203 {
  margin-bottom: 30px;
}

#s-f8b9952b-2e13-4ad6-948c-7230cb39d24c {
  text-align: center;
}




  #s-f8b9952b-2e13-4ad6-948c-7230cb39d24c img.shogun-image {
    
    width: px;
  }


#s-f8b9952b-2e13-4ad6-948c-7230cb39d24c .shogun-image-content {
  
    align-items: center;
  
}

#s-f3bb1586-1257-4f22-9996-3a7351aac63e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f3bb1586-1257-4f22-9996-3a7351aac63e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6617fe03-d6cc-4159-9952-af92a84327aa {
  min-height: 50px;
}








#s-6617fe03-d6cc-4159-9952-af92a84327aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6617fe03-d6cc-4159-9952-af92a84327aa.shg-box.shg-c {
  justify-content: center;
}

#s-be6c1d00-fc42-4443-bff7-5db93355bb85 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 55px;
padding-right: 55px;
max-width: 870px;
}
@media (max-width: 767px){#s-be6c1d00-fc42-4443-bff7-5db93355bb85 {
  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-a511b316-54b4-4866-a9a0-3bcd3683c7d1 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 870px;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(77, 77, 77, 1);
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .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-a511b316-54b4-4866-a9a0-3bcd3683c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-5308b9ae-f0d5-49b2-a710-a34d0278b57a {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-60f4dc44-c93c-4277-a545-a01f4b4bfa0d {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-c6bfd227-65cd-4272-b915-9d2480d3682c {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-b7a1d768-3802-45f7-9699-03b1f38f9c09 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-4e44718b-d9b6-44ed-8be7-667ff2beb603 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-060d1ccb-10e0-4f09-973e-8754309e89fa {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-135593db-d9b8-4129-bd95-93ae0f1980a7 {
  margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
}

#s-20aeacf7-9d27-4415-bff6-3f857dc949c1 {
  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;
}
