.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-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 {
  
}
}@media (max-width: 767px){#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 {
  display: none;
}
#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4, #wrap-s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 { display:none !important; }}







#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4.shg-box.shg-c {
  justify-content: center;
}

#s-b38bae78-057c-4436-97ba-c9671a8b9f95 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b38bae78-057c-4436-97ba-c9671a8b9f95 {
  display: none;
}
#s-b38bae78-057c-4436-97ba-c9671a8b9f95, #wrap-s-b38bae78-057c-4436-97ba-c9671a8b9f95 { display:none !important; }}







#s-b38bae78-057c-4436-97ba-c9671a8b9f95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b38bae78-057c-4436-97ba-c9671a8b9f95.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-6c41cfde-a25a-4a9f-9809-9562081a92b1 {
  
}




  #s-6c41cfde-a25a-4a9f-9809-9562081a92b1 img.shogun-image {
    
    width: px;
  }


#s-6c41cfde-a25a-4a9f-9809-9562081a92b1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2b4dbee6-d4ca-48dc-9fb9-5c09498d8cf6 {
  margin-top: 4%;
min-height: 50px;
}








#s-2b4dbee6-d4ca-48dc-9fb9-5c09498d8cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b4dbee6-d4ca-48dc-9fb9-5c09498d8cf6.shg-box.shg-c {
  justify-content: 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-89231de1-ef04-4028-ae48-fa55c450b7bb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-07480ad7-8484-46b7-b62b-0073bcb522e6 {
  margin-top: 4%;
margin-left: 16%;
margin-bottom: 4%;
margin-right: 16%;
min-height: 50px;
}
@media (max-width: 767px){#s-07480ad7-8484-46b7-b62b-0073bcb522e6 {
  display: none;
}
#s-07480ad7-8484-46b7-b62b-0073bcb522e6, #wrap-s-07480ad7-8484-46b7-b62b-0073bcb522e6 { display:none !important; }}







#s-07480ad7-8484-46b7-b62b-0073bcb522e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07480ad7-8484-46b7-b62b-0073bcb522e6.shg-box.shg-c {
  justify-content: center;
}

#s-83247f85-48e5-418b-ad39-80d12a9f6a56 {
  margin-top: 20px;
margin-left: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-83247f85-48e5-418b-ad39-80d12a9f6a56 {
  display: none;
}
#s-83247f85-48e5-418b-ad39-80d12a9f6a56, #wrap-s-83247f85-48e5-418b-ad39-80d12a9f6a56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83247f85-48e5-418b-ad39-80d12a9f6a56 {
  display: none;
}
#s-83247f85-48e5-418b-ad39-80d12a9f6a56, #wrap-s-83247f85-48e5-418b-ad39-80d12a9f6a56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83247f85-48e5-418b-ad39-80d12a9f6a56 {
  display: none;
}
#s-83247f85-48e5-418b-ad39-80d12a9f6a56, #wrap-s-83247f85-48e5-418b-ad39-80d12a9f6a56 { display:none !important; }}







#s-83247f85-48e5-418b-ad39-80d12a9f6a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83247f85-48e5-418b-ad39-80d12a9f6a56.shg-box.shg-c {
  justify-content: center;
}

#s-1de251ca-6c09-436d-a103-9294e1b6c5a3 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-1b3a485e-679d-4c8a-bd37-4fbc62a1dea9 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-bdac823e-4990-4000-92ac-1a7fa7f364e2 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-185d6e45-9d34-4465-8789-3c98d2cde258 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 {
  display: none;
}
#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914, #wrap-s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 {
  display: none;
}
#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914, #wrap-s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 {
  display: none;
}
#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914, #wrap-s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 { display:none !important; }}@media (max-width: 767px){#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 {
  
}
}







#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2845dcf2-fd24-48dd-8eb5-f0ba4c35d914.shg-box.shg-c {
  justify-content: center;
}

#s-e41bc957-1b24-4436-9372-2c0d9bcb4c54 {
  
}




  #s-e41bc957-1b24-4436-9372-2c0d9bcb4c54 img.shogun-image {
    
    width: px;
  }


#s-e41bc957-1b24-4436-9372-2c0d9bcb4c54 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-066262f5-014a-4aad-9598-31911f7a2180 {
  margin-top: 4%;
margin-bottom: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-066262f5-014a-4aad-9598-31911f7a2180 {
  display: none;
}
#s-066262f5-014a-4aad-9598-31911f7a2180, #wrap-s-066262f5-014a-4aad-9598-31911f7a2180 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-066262f5-014a-4aad-9598-31911f7a2180 {
  display: none;
}
#s-066262f5-014a-4aad-9598-31911f7a2180, #wrap-s-066262f5-014a-4aad-9598-31911f7a2180 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-066262f5-014a-4aad-9598-31911f7a2180 {
  display: none;
}
#s-066262f5-014a-4aad-9598-31911f7a2180, #wrap-s-066262f5-014a-4aad-9598-31911f7a2180 { display:none !important; }}@media (max-width: 767px){#s-066262f5-014a-4aad-9598-31911f7a2180 {
  
}
}







#s-066262f5-014a-4aad-9598-31911f7a2180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-066262f5-014a-4aad-9598-31911f7a2180.shg-box.shg-c {
  justify-content: center;
}

#s-07fc88f5-24f0-4787-abfc-f167e7d35f15 {
  margin-top: 4%;
margin-bottom: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-07fc88f5-24f0-4787-abfc-f167e7d35f15 {
  display: none;
}
#s-07fc88f5-24f0-4787-abfc-f167e7d35f15, #wrap-s-07fc88f5-24f0-4787-abfc-f167e7d35f15 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07fc88f5-24f0-4787-abfc-f167e7d35f15 {
  display: none;
}
#s-07fc88f5-24f0-4787-abfc-f167e7d35f15, #wrap-s-07fc88f5-24f0-4787-abfc-f167e7d35f15 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07fc88f5-24f0-4787-abfc-f167e7d35f15 {
  display: none;
}
#s-07fc88f5-24f0-4787-abfc-f167e7d35f15, #wrap-s-07fc88f5-24f0-4787-abfc-f167e7d35f15 { display:none !important; }}@media (max-width: 767px){#s-07fc88f5-24f0-4787-abfc-f167e7d35f15 {
  
}
}







#s-07fc88f5-24f0-4787-abfc-f167e7d35f15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07fc88f5-24f0-4787-abfc-f167e7d35f15.shg-box.shg-c {
  justify-content: center;
}

#s-76304bfb-a23f-4309-b96a-46021d41070c {
  margin-top: 4%;
margin-bottom: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-76304bfb-a23f-4309-b96a-46021d41070c {
  display: none;
}
#s-76304bfb-a23f-4309-b96a-46021d41070c, #wrap-s-76304bfb-a23f-4309-b96a-46021d41070c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76304bfb-a23f-4309-b96a-46021d41070c {
  display: none;
}
#s-76304bfb-a23f-4309-b96a-46021d41070c, #wrap-s-76304bfb-a23f-4309-b96a-46021d41070c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76304bfb-a23f-4309-b96a-46021d41070c {
  display: none;
}
#s-76304bfb-a23f-4309-b96a-46021d41070c, #wrap-s-76304bfb-a23f-4309-b96a-46021d41070c { display:none !important; }}@media (max-width: 767px){#s-76304bfb-a23f-4309-b96a-46021d41070c {
  
}
}







#s-76304bfb-a23f-4309-b96a-46021d41070c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76304bfb-a23f-4309-b96a-46021d41070c.shg-box.shg-c {
  justify-content: center;
}

#s-76ab67dd-8fb0-4e0e-a774-01f07a89c8a2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-dfa77add-a991-4d63-bbb4-468efe7af436 {
  margin-top: 0px;
}

#s-97e6eaf5-06b7-491d-bdd4-903b2efb8fec {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-97e6eaf5-06b7-491d-bdd4-903b2efb8fec {
  
}
}







#s-97e6eaf5-06b7-491d-bdd4-903b2efb8fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e6eaf5-06b7-491d-bdd4-903b2efb8fec {
  cursor: pointer;
}#s-97e6eaf5-06b7-491d-bdd4-903b2efb8fec.shg-box.shg-c {
  justify-content: center;
}

.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-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61 {
  max-width: 968px;
}

@media (min-width: 0px) {
[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de4c6ae6-69e0-4d3d-a8ea-074c3f749b61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e0906077-88c7-4ba0-8249-90cd54fd213c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-e0906077-88c7-4ba0-8249-90cd54fd213c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0906077-88c7-4ba0-8249-90cd54fd213c.shg-box.shg-c {
  justify-content: center;
}

#s-d4f5c6ae-d4db-4fe6-a6a7-975a82e46c31 {
  margin-left: 0px;
margin-bottom: 6.5%;
margin-right: 0px;
min-height: 50px;
}








#s-d4f5c6ae-d4db-4fe6-a6a7-975a82e46c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f5c6ae-d4db-4fe6-a6a7-975a82e46c31.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8dfc857c-5ff1-4184-8bbc-dfbc17505c51 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8dfc857c-5ff1-4184-8bbc-dfbc17505c51 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-88b6a4ca-f76b-48b8-8f99-19456b6d8c7b {
  max-width: 469px;
}

#s-58d3dd84-fdf3-423f-9222-5d331f9725d2 {
  text-align: right;
}




  #s-58d3dd84-fdf3-423f-9222-5d331f9725d2 img.shogun-image {
    
    width: px;
  }


#s-58d3dd84-fdf3-423f-9222-5d331f9725d2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0e0fee21-ac8a-49a0-b7b1-8e33aa3401f5 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-0e0fee21-ac8a-49a0-b7b1-8e33aa3401f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e0fee21-ac8a-49a0-b7b1-8e33aa3401f5.shg-box.shg-c {
  justify-content: center;
}

#s-548cfefe-9463-419a-9484-303b8e011591 {
  text-align: center;
}




  #s-548cfefe-9463-419a-9484-303b8e011591 img.shogun-image {
    
    width: px;
  }


#s-548cfefe-9463-419a-9484-303b8e011591 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-590302fd-edc9-4cd1-ac61-575381b47da7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-590302fd-edc9-4cd1-ac61-575381b47da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590302fd-edc9-4cd1-ac61-575381b47da7.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-57430ca5-3116-414d-a948-24e8e8e98711 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-57430ca5-3116-414d-a948-24e8e8e98711:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57430ca5-3116-414d-a948-24e8e8e98711:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57430ca5-3116-414d-a948-24e8e8e98711-btn-wrapper {
    text-align: center;
  }


#s-57430ca5-3116-414d-a948-24e8e8e98711.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-c93aa9cc-88f8-419e-b482-77d69fc9f75f {
  margin-top: 20px;
margin-bottom: 4%;
}

#s-c93aa9cc-88f8-419e-b482-77d69fc9f75f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2b5cf8b0-9810-4985-ae46-cb361b135a71 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2b5cf8b0-9810-4985-ae46-cb361b135a71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b5cf8b0-9810-4985-ae46-cb361b135a71.shg-box.shg-c {
  justify-content: center;
}

#s-3996bbb4-55dc-4e9f-8c42-e9719ecf0e50 {
  margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
min-height: 50px;
}








#s-3996bbb4-55dc-4e9f-8c42-e9719ecf0e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3996bbb4-55dc-4e9f-8c42-e9719ecf0e50 {
  cursor: pointer;
}#s-3996bbb4-55dc-4e9f-8c42-e9719ecf0e50.shg-box.shg-c {
  justify-content: center;
}

#s-04a5f3a0-9183-46cb-806a-a5adb2bfad13 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04a5f3a0-9183-46cb-806a-a5adb2bfad13 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4ad6b3b1-3384-41ce-8b4e-8f28a7924312 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-4ad6b3b1-3384-41ce-8b4e-8f28a7924312 {
  
}
}







#s-4ad6b3b1-3384-41ce-8b4e-8f28a7924312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ad6b3b1-3384-41ce-8b4e-8f28a7924312 {
  cursor: pointer;
}#s-4ad6b3b1-3384-41ce-8b4e-8f28a7924312.shg-box.shg-c {
  justify-content: center;
}

#s-dd8a1fc8-064a-4f78-95f5-e358e8be2a67 {
  
}




  #s-dd8a1fc8-064a-4f78-95f5-e358e8be2a67 img.shogun-image {
    
    width: px;
  }


#s-dd8a1fc8-064a-4f78-95f5-e358e8be2a67 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-464f614c-f0dd-48c1-b458-d519742af4e0 {
  min-height: 50px;
}








#s-464f614c-f0dd-48c1-b458-d519742af4e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-464f614c-f0dd-48c1-b458-d519742af4e0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-65bda513-253b-45d7-bef4-8d53d02b6a8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1bfc97d3-ae28-4334-96a2-82ab37752593 {
  margin-top: 27%;
margin-left: 7px;
margin-right: -8px;
min-height: 50px;
}
@media (max-width: 767px){#s-1bfc97d3-ae28-4334-96a2-82ab37752593 {
  display: none;
}
#s-1bfc97d3-ae28-4334-96a2-82ab37752593, #wrap-s-1bfc97d3-ae28-4334-96a2-82ab37752593 { display:none !important; }}







#s-1bfc97d3-ae28-4334-96a2-82ab37752593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bfc97d3-ae28-4334-96a2-82ab37752593.shg-box.shg-c {
  justify-content: center;
}

#s-2ad29f20-d72e-4ce5-9067-374339c6452a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5056422b-3a0d-40eb-a369-bf32b57aa229 {
  margin-top: 0px;
}

#s-54c857b1-1458-4d60-ac82-2605efc96881 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-54c857b1-1458-4d60-ac82-2605efc96881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54c857b1-1458-4d60-ac82-2605efc96881.shg-box.shg-c {
  justify-content: center;
}

#s-ab11b61c-636c-475e-8c36-eb5f25a57fc9 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-ab11b61c-636c-475e-8c36-eb5f25a57fc9:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ab11b61c-636c-475e-8c36-eb5f25a57fc9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab11b61c-636c-475e-8c36-eb5f25a57fc9-btn-wrapper {
    text-align: center;
  }


#s-ab11b61c-636c-475e-8c36-eb5f25a57fc9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-a9ff6100-5ed2-4896-a39f-f591df4c97b2 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-a9ff6100-5ed2-4896-a39f-f591df4c97b2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 {
  margin-top: 4%;
margin-bottom: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 {
  display: none;
}
#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20, #wrap-s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 {
  display: none;
}
#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20, #wrap-s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 {
  display: none;
}
#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20, #wrap-s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 { display:none !important; }}@media (max-width: 767px){#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 {
  
}
}







#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13b22014-34b0-4aa7-a11a-3e2f2fbf7e20.shg-box.shg-c {
  justify-content: center;
}

#s-dd44818d-560c-45a7-88b9-69b6ded29cb4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b63aa69d-ff8b-4796-8283-43b1135c4dfc {
  margin-top: 0px;
}

#s-798bb4db-8672-4a48-9baf-2564742ac53b {
  margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
min-height: 50px;
}








#s-798bb4db-8672-4a48-9baf-2564742ac53b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-798bb4db-8672-4a48-9baf-2564742ac53b {
  cursor: pointer;
}#s-798bb4db-8672-4a48-9baf-2564742ac53b.shg-box.shg-c {
  justify-content: center;
}

#s-c35a03f5-dab5-49a1-bfe9-113318e83837 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c35a03f5-dab5-49a1-bfe9-113318e83837 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6625fdac-d14a-4b2d-8a79-ad5c43cf9925 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6625fdac-d14a-4b2d-8a79-ad5c43cf9925 {
  
}
}







#s-6625fdac-d14a-4b2d-8a79-ad5c43cf9925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6625fdac-d14a-4b2d-8a79-ad5c43cf9925 {
  cursor: pointer;
}#s-6625fdac-d14a-4b2d-8a79-ad5c43cf9925.shg-box.shg-c {
  justify-content: center;
}

#s-89456e60-b5de-4955-9ccd-29d630f56f18 {
  
}




  #s-89456e60-b5de-4955-9ccd-29d630f56f18 img.shogun-image {
    
    width: px;
  }


#s-89456e60-b5de-4955-9ccd-29d630f56f18 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-69f40480-dacd-4d5c-b6f4-6ee055c64c15 {
  min-height: 50px;
}








#s-69f40480-dacd-4d5c-b6f4-6ee055c64c15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69f40480-dacd-4d5c-b6f4-6ee055c64c15.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-edf656c2-e79c-4f18-8299-2d474f055a2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6b9625dd-aca5-4bce-ba74-ba4ee333206e {
  margin-top: 43%;
margin-left: 10%;
margin-right: 14%;
min-height: 50px;
}
@media (max-width: 767px){#s-6b9625dd-aca5-4bce-ba74-ba4ee333206e {
  display: none;
}
#s-6b9625dd-aca5-4bce-ba74-ba4ee333206e, #wrap-s-6b9625dd-aca5-4bce-ba74-ba4ee333206e { display:none !important; }}







#s-6b9625dd-aca5-4bce-ba74-ba4ee333206e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b9625dd-aca5-4bce-ba74-ba4ee333206e.shg-box.shg-c {
  justify-content: center;
}

#s-7e74c300-f1be-40d1-ba89-61c17672a046 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e052e5c-510d-43e8-bfba-2fb80c72d2d2 {
  margin-top: 0px;
}

#s-19ef2bba-385c-4815-bba5-1d23d3b9daed {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-19ef2bba-385c-4815-bba5-1d23d3b9daed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ef2bba-385c-4815-bba5-1d23d3b9daed.shg-box.shg-c {
  justify-content: center;
}

#s-97cbc253-edc2-42b6-8ddc-b124e64e4bb9 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-97cbc253-edc2-42b6-8ddc-b124e64e4bb9:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-97cbc253-edc2-42b6-8ddc-b124e64e4bb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97cbc253-edc2-42b6-8ddc-b124e64e4bb9-btn-wrapper {
    text-align: center;
  }


#s-97cbc253-edc2-42b6-8ddc-b124e64e4bb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-f22c2382-fc8d-413c-8782-3b719a6a0298 {
  margin-top: 20px;
margin-bottom: 4%;
}

#s-f22c2382-fc8d-413c-8782-3b719a6a0298 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fcd162dc-2a0d-4786-b0d9-61edaffe3774 {
  margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
min-height: 50px;
}








#s-fcd162dc-2a0d-4786-b0d9-61edaffe3774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcd162dc-2a0d-4786-b0d9-61edaffe3774 {
  cursor: pointer;
}#s-fcd162dc-2a0d-4786-b0d9-61edaffe3774.shg-box.shg-c {
  justify-content: center;
}

#s-72614ddb-8ba6-40df-8fd7-6e2a2ea2ea9e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72614ddb-8ba6-40df-8fd7-6e2a2ea2ea9e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-795f4011-7d91-47f8-b4f7-b0d7d1c39f3e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-795f4011-7d91-47f8-b4f7-b0d7d1c39f3e {
  
}
}







#s-795f4011-7d91-47f8-b4f7-b0d7d1c39f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795f4011-7d91-47f8-b4f7-b0d7d1c39f3e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e3815ba-8d85-4d04-925b-078c7f3e9f5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-250d33e6-35a1-417f-865b-c80a7b1c4eb9 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-250d33e6-35a1-417f-865b-c80a7b1c4eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-250d33e6-35a1-417f-865b-c80a7b1c4eb9.shg-box.shg-c {
  justify-content: center;
}

#s-b5e7a83a-af9f-4a31-a00c-91dc0b866b2e {
  text-align: center;
}




  #s-b5e7a83a-af9f-4a31-a00c-91dc0b866b2e img.shogun-image {
    
    width: px;
  }


#s-b5e7a83a-af9f-4a31-a00c-91dc0b866b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-91358800-0a0e-4e6e-abe2-4be183040982 {
  margin-top: 7%;
min-height: 50px;
}
@media (max-width: 767px){#s-91358800-0a0e-4e6e-abe2-4be183040982 {
  display: none;
}
#s-91358800-0a0e-4e6e-abe2-4be183040982, #wrap-s-91358800-0a0e-4e6e-abe2-4be183040982 { display:none !important; }}







#s-91358800-0a0e-4e6e-abe2-4be183040982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91358800-0a0e-4e6e-abe2-4be183040982.shg-box.shg-c {
  justify-content: center;
}

#s-b38aec47-3b9f-4c40-b469-ba8a90df8184 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cfcc6d48-c6e3-41ab-8f59-4fd717481b37 {
  margin-top: 0px;
}

#s-23649483-deb0-4231-a57f-3a7a61077f0f {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 50px;
}








#s-23649483-deb0-4231-a57f-3a7a61077f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23649483-deb0-4231-a57f-3a7a61077f0f.shg-box.shg-c {
  justify-content: center;
}

#s-aaf6089e-0a3a-4b4d-aa0f-eeb970c7a4f8 {
  text-align: center;
}




  #s-aaf6089e-0a3a-4b4d-aa0f-eeb970c7a4f8 img.shogun-image {
    
    width: px;
  }


#s-aaf6089e-0a3a-4b4d-aa0f-eeb970c7a4f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ac126ac-a9a9-4011-85d1-f7a41befa867 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9ac126ac-a9a9-4011-85d1-f7a41befa867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ac126ac-a9a9-4011-85d1-f7a41befa867.shg-box.shg-c {
  justify-content: center;
}

#s-caa75c0d-fb62-4b06-8cf6-e8214828f6c8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-caa75c0d-fb62-4b06-8cf6-e8214828f6c8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-caa75c0d-fb62-4b06-8cf6-e8214828f6c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-caa75c0d-fb62-4b06-8cf6-e8214828f6c8-btn-wrapper {
    text-align: center;
  }


#s-caa75c0d-fb62-4b06-8cf6-e8214828f6c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-aa7efe0e-da11-40e5-a391-210faaaf46c3 {
  margin-top: 20px;
margin-bottom: 4%;
}

#s-aa7efe0e-da11-40e5-a391-210faaaf46c3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fe26a860-9749-46c0-bb2b-16413e1533c4 {
  margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
min-height: 50px;
}








#s-fe26a860-9749-46c0-bb2b-16413e1533c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe26a860-9749-46c0-bb2b-16413e1533c4 {
  cursor: pointer;
}#s-fe26a860-9749-46c0-bb2b-16413e1533c4.shg-box.shg-c {
  justify-content: center;
}

#s-80d7bce5-a02e-4fc3-87c5-0a061cc501fe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80d7bce5-a02e-4fc3-87c5-0a061cc501fe .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-82a81203-8af7-448c-b914-4bea5b1e400f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-82a81203-8af7-448c-b914-4bea5b1e400f {
  
}
}







#s-82a81203-8af7-448c-b914-4bea5b1e400f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a81203-8af7-448c-b914-4bea5b1e400f {
  cursor: pointer;
}#s-82a81203-8af7-448c-b914-4bea5b1e400f.shg-box.shg-c {
  justify-content: center;
}

#s-308985d5-5bbe-4e1d-8c7c-a46f63481440 {
  
}




  #s-308985d5-5bbe-4e1d-8c7c-a46f63481440 img.shogun-image {
    
    width: px;
  }


#s-308985d5-5bbe-4e1d-8c7c-a46f63481440 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3597f7ba-a377-4dc6-ba00-08a96d479137 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-3597f7ba-a377-4dc6-ba00-08a96d479137 {
  
}
}







#s-3597f7ba-a377-4dc6-ba00-08a96d479137 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3597f7ba-a377-4dc6-ba00-08a96d479137 {
  cursor: pointer;
}#s-3597f7ba-a377-4dc6-ba00-08a96d479137.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8b2508f7-cb7b-4e44-bf47-43efa6c03969"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb546fdf-b77d-47fa-a516-b8ddaa0528a9 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-cb546fdf-b77d-47fa-a516-b8ddaa0528a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb546fdf-b77d-47fa-a516-b8ddaa0528a9.shg-box.shg-c {
  justify-content: center;
}

#s-ddc8e898-f1e6-459d-95a4-b9e5c506ff79 {
  text-align: center;
}




  #s-ddc8e898-f1e6-459d-95a4-b9e5c506ff79 img.shogun-image {
    
    width: px;
  }


#s-ddc8e898-f1e6-459d-95a4-b9e5c506ff79 .shogun-image-content {
  
    align-items: center;
  
}

#s-c80d3bd9-3c0e-43f9-9210-654701cbf923 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 50px;
}








#s-c80d3bd9-3c0e-43f9-9210-654701cbf923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c80d3bd9-3c0e-43f9-9210-654701cbf923.shg-box.shg-c {
  justify-content: center;
}

#s-17e26f2f-3430-44b4-b7ab-b900943545ca {
  margin-top: 40%;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-17e26f2f-3430-44b4-b7ab-b900943545ca {
  display: none;
}
#s-17e26f2f-3430-44b4-b7ab-b900943545ca, #wrap-s-17e26f2f-3430-44b4-b7ab-b900943545ca { display:none !important; }}







#s-17e26f2f-3430-44b4-b7ab-b900943545ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e26f2f-3430-44b4-b7ab-b900943545ca.shg-box.shg-c {
  justify-content: center;
}

#s-281dd300-08f9-49cc-8276-29f60528191f {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
}

#s-5194249e-66cf-40e7-944a-e3e52147f159 {
  margin-top: 0px;
}

#s-3b1ab69c-610c-4eaf-8aa0-616b4dfd6961 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-3b1ab69c-610c-4eaf-8aa0-616b4dfd6961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b1ab69c-610c-4eaf-8aa0-616b4dfd6961.shg-box.shg-c {
  justify-content: center;
}

#s-f4463656-d2da-41dc-8dc5-2ecf5818880d {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-f4463656-d2da-41dc-8dc5-2ecf5818880d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4463656-d2da-41dc-8dc5-2ecf5818880d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4463656-d2da-41dc-8dc5-2ecf5818880d-btn-wrapper {
    text-align: center;
  }


#s-f4463656-d2da-41dc-8dc5-2ecf5818880d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-6d7142a6-c4b8-4aae-9190-0e8067fabf20 {
  margin-top: 20px;
margin-bottom: 0px;
padding-bottom: 4%;
}

#s-6d7142a6-c4b8-4aae-9190-0e8067fabf20 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-77b71b83-a7e6-48d2-835f-0c1a89d2e1ec {
  margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
min-height: 50px;
}








#s-77b71b83-a7e6-48d2-835f-0c1a89d2e1ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77b71b83-a7e6-48d2-835f-0c1a89d2e1ec.shg-box.shg-c {
  justify-content: center;
}

#s-4fe09d58-fc9a-4e34-b635-ac91ca757495 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fe09d58-fc9a-4e34-b635-ac91ca757495 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5253da28-6dd5-4c7d-bcb2-7a36507942bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-5253da28-6dd5-4c7d-bcb2-7a36507942bd {
  
}
}







#s-5253da28-6dd5-4c7d-bcb2-7a36507942bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5253da28-6dd5-4c7d-bcb2-7a36507942bd {
  cursor: pointer;
}#s-5253da28-6dd5-4c7d-bcb2-7a36507942bd.shg-box.shg-c {
  justify-content: center;
}

#s-5dd0d61e-b8db-4cc8-b8f0-e16c1e892d51 {
  
}




  #s-5dd0d61e-b8db-4cc8-b8f0-e16c1e892d51 img.shogun-image {
    
    width: px;
  }


#s-5dd0d61e-b8db-4cc8-b8f0-e16c1e892d51 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-258bc258-ceaf-44bf-88c8-26950b8085b5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-258bc258-ceaf-44bf-88c8-26950b8085b5 {
  
}
}







#s-258bc258-ceaf-44bf-88c8-26950b8085b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-258bc258-ceaf-44bf-88c8-26950b8085b5 {
  cursor: pointer;
}#s-258bc258-ceaf-44bf-88c8-26950b8085b5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c09e00bf-3691-47ef-9086-ff7c8ab99b67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-37f3990c-be83-4773-b871-0f9e8b755959 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-37f3990c-be83-4773-b871-0f9e8b755959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37f3990c-be83-4773-b871-0f9e8b755959.shg-box.shg-c {
  justify-content: center;
}

#s-285dc833-e9a8-4059-b9de-85b9dcc9fec3 {
  text-align: center;
}




  #s-285dc833-e9a8-4059-b9de-85b9dcc9fec3 img.shogun-image {
    
    width: px;
  }


#s-285dc833-e9a8-4059-b9de-85b9dcc9fec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-be894afd-4670-43b0-a50e-3619b3262a3e {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 50px;
}








#s-be894afd-4670-43b0-a50e-3619b3262a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be894afd-4670-43b0-a50e-3619b3262a3e.shg-box.shg-c {
  justify-content: center;
}

#s-76bd1037-a44f-4f6c-9919-8dad16b606ed {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 50px;
}








#s-76bd1037-a44f-4f6c-9919-8dad16b606ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76bd1037-a44f-4f6c-9919-8dad16b606ed.shg-box.shg-c {
  justify-content: center;
}

#s-e0959d25-40f7-465d-aa99-e536013fccdb {
  margin-top: 0%;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-e0959d25-40f7-465d-aa99-e536013fccdb {
  display: none;
}
#s-e0959d25-40f7-465d-aa99-e536013fccdb, #wrap-s-e0959d25-40f7-465d-aa99-e536013fccdb { display:none !important; }}







#s-e0959d25-40f7-465d-aa99-e536013fccdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0959d25-40f7-465d-aa99-e536013fccdb.shg-box.shg-c {
  justify-content: center;
}

#s-6d256e46-dca5-4427-8229-3868ff8adb99 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1c5ed787-78ab-4b7f-b10e-cb3367a0c559 {
  margin-top: 0px;
}

#s-b366f510-2955-484c-83c9-dfc038e216a3 {
  text-align: center;
}




  #s-b366f510-2955-484c-83c9-dfc038e216a3 img.shogun-image {
    
    width: px;
  }


#s-b366f510-2955-484c-83c9-dfc038e216a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e89ca85-18c6-4028-a32e-0be911981545 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9e89ca85-18c6-4028-a32e-0be911981545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e89ca85-18c6-4028-a32e-0be911981545.shg-box.shg-c {
  justify-content: center;
}

#s-d6b1eb8b-3c66-40a0-b613-f632c440f9f7 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-d6b1eb8b-3c66-40a0-b613-f632c440f9f7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d6b1eb8b-3c66-40a0-b613-f632c440f9f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6b1eb8b-3c66-40a0-b613-f632c440f9f7-btn-wrapper {
    text-align: center;
  }


#s-d6b1eb8b-3c66-40a0-b613-f632c440f9f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-dabddc29-115f-494d-8655-d86e0feb4211 {
  margin-top: 20px;
margin-bottom: 4%;
}

#s-dabddc29-115f-494d-8655-d86e0feb4211 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e8c5824b-593a-4de5-bd66-df00718fb307 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1540px;
}
@media (min-width: 1200px){#s-e8c5824b-593a-4de5-bd66-df00718fb307 {
  display: none;
}
#s-e8c5824b-593a-4de5-bd66-df00718fb307, #wrap-s-e8c5824b-593a-4de5-bd66-df00718fb307 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8c5824b-593a-4de5-bd66-df00718fb307 {
  display: none;
}
#s-e8c5824b-593a-4de5-bd66-df00718fb307, #wrap-s-e8c5824b-593a-4de5-bd66-df00718fb307 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8c5824b-593a-4de5-bd66-df00718fb307 {
  display: none;
}
#s-e8c5824b-593a-4de5-bd66-df00718fb307, #wrap-s-e8c5824b-593a-4de5-bd66-df00718fb307 { display:none !important; }}@media (max-width: 767px){#s-e8c5824b-593a-4de5-bd66-df00718fb307 {
  
}
}







#s-e8c5824b-593a-4de5-bd66-df00718fb307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c5824b-593a-4de5-bd66-df00718fb307.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-82604c87-ff66-40d1-ac82-0d919aac7d97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-578b8997-f8a6-4856-b799-24e0794e9ec6 {
  min-height: 50px;
}








#s-578b8997-f8a6-4856-b799-24e0794e9ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-578b8997-f8a6-4856-b799-24e0794e9ec6 {
  cursor: pointer;
}#s-578b8997-f8a6-4856-b799-24e0794e9ec6.shg-box.shg-c {
  justify-content: center;
}

#s-abe8d230-3a49-4c13-9d6d-c605f6e00779 {
  text-align: center;
}




  #s-abe8d230-3a49-4c13-9d6d-c605f6e00779 img.shogun-image {
    
    width: px;
  }


#s-abe8d230-3a49-4c13-9d6d-c605f6e00779 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6d32b12-3611-4244-93e0-0ed45da6424c {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-c6d32b12-3611-4244-93e0-0ed45da6424c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6d32b12-3611-4244-93e0-0ed45da6424c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e967424-150b-4ca0-8778-99b8a35b8fd2 {
  min-height: 50px;
}








#s-8e967424-150b-4ca0-8778-99b8a35b8fd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e967424-150b-4ca0-8778-99b8a35b8fd2 {
  cursor: pointer;
}#s-8e967424-150b-4ca0-8778-99b8a35b8fd2.shg-box.shg-c {
  justify-content: center;
}

#s-332017e8-3b12-46de-82ba-6a428827c5a2 {
  text-align: center;
}




  #s-332017e8-3b12-46de-82ba-6a428827c5a2 img.shogun-image {
    
    width: px;
  }


#s-332017e8-3b12-46de-82ba-6a428827c5a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9744f734-b73c-4262-b87f-bec5142697db {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-9744f734-b73c-4262-b87f-bec5142697db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9744f734-b73c-4262-b87f-bec5142697db.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d01358ac-4e79-4f6a-8785-18342ba266f2 {
  min-height: 50px;
}








#s-d01358ac-4e79-4f6a-8785-18342ba266f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01358ac-4e79-4f6a-8785-18342ba266f2 {
  cursor: pointer;
}#s-d01358ac-4e79-4f6a-8785-18342ba266f2.shg-box.shg-c {
  justify-content: center;
}

#s-5e0a8026-cdf7-4630-8fee-557eb28a0f2e {
  text-align: center;
}




  #s-5e0a8026-cdf7-4630-8fee-557eb28a0f2e img.shogun-image {
    
    width: px;
  }


#s-5e0a8026-cdf7-4630-8fee-557eb28a0f2e .shogun-image-content {
  
    align-items: center;
  
}

#s-3ff53c87-c150-4511-b579-ed20cc2cae01 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-3ff53c87-c150-4511-b579-ed20cc2cae01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ff53c87-c150-4511-b579-ed20cc2cae01.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e19d3469-548c-435f-94af-26b267f09c68 {
  min-height: 50px;
}








#s-e19d3469-548c-435f-94af-26b267f09c68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e19d3469-548c-435f-94af-26b267f09c68 {
  cursor: pointer;
}#s-e19d3469-548c-435f-94af-26b267f09c68.shg-box.shg-c {
  justify-content: center;
}

#s-ae40ad47-1499-4765-bd53-4819efcd93c4 {
  text-align: center;
}




  #s-ae40ad47-1499-4765-bd53-4819efcd93c4 img.shogun-image {
    
    width: px;
  }


#s-ae40ad47-1499-4765-bd53-4819efcd93c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-969c8685-074b-49d7-9220-2a056bf5f672 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-969c8685-074b-49d7-9220-2a056bf5f672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-969c8685-074b-49d7-9220-2a056bf5f672.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e8ba860a-1eff-4f3c-9f1b-49a4c9acdb8f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1540px;
}
@media (max-width: 767px){#s-e8ba860a-1eff-4f3c-9f1b-49a4c9acdb8f {
  display: none;
}
#s-e8ba860a-1eff-4f3c-9f1b-49a4c9acdb8f, #wrap-s-e8ba860a-1eff-4f3c-9f1b-49a4c9acdb8f { display:none !important; }}







#s-e8ba860a-1eff-4f3c-9f1b-49a4c9acdb8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8ba860a-1eff-4f3c-9f1b-49a4c9acdb8f {
  cursor: pointer;
}#s-e8ba860a-1eff-4f3c-9f1b-49a4c9acdb8f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-21f415f9-5d26-40d0-a4e6-8ec8f1ea797b {
  text-align: center;
}




  #s-21f415f9-5d26-40d0-a4e6-8ec8f1ea797b img.shogun-image {
    
    width: px;
  }


#s-21f415f9-5d26-40d0-a4e6-8ec8f1ea797b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a8694ddc-0eeb-4310-bba6-b483616f3829 {
  margin-top: 28px;
margin-left: 75px;
min-height: 50px;
}








#s-a8694ddc-0eeb-4310-bba6-b483616f3829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8694ddc-0eeb-4310-bba6-b483616f3829.shg-box.shg-c {
  justify-content: flex-start;
}

#s-58b48375-21e2-4847-a7b8-98ae2bd05e71 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58b48375-21e2-4847-a7b8-98ae2bd05e71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fdb9cf38-06a1-43f7-b24f-34512b85a518 {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-fdb9cf38-06a1-43f7-b24f-34512b85a518 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdb9cf38-06a1-43f7-b24f-34512b85a518 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdb9cf38-06a1-43f7-b24f-34512b85a518 {
  
}
}@media (max-width: 767px){#s-fdb9cf38-06a1-43f7-b24f-34512b85a518 {
  
}
}
#s-693e4381-25ca-4f50-8882-a61004b3bcb3 {
  margin-top: -12px;
margin-bottom: -8px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-693e4381-25ca-4f50-8882-a61004b3bcb3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-693e4381-25ca-4f50-8882-a61004b3bcb3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-693e4381-25ca-4f50-8882-a61004b3bcb3 {
  
}
}@media (max-width: 767px){#s-693e4381-25ca-4f50-8882-a61004b3bcb3 {
  
}
}
#s-e6a36a5a-994a-40fe-b4ae-e4feecc45f10 {
  margin-top: 0px;
margin-bottom: 5px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e6a36a5a-994a-40fe-b4ae-e4feecc45f10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6a36a5a-994a-40fe-b4ae-e4feecc45f10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6a36a5a-994a-40fe-b4ae-e4feecc45f10 {
  
}
}@media (max-width: 767px){#s-e6a36a5a-994a-40fe-b4ae-e4feecc45f10 {
  
}
}
#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1540px;
}
@media (min-width: 1200px){#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 {
  display: none;
}
#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0, #wrap-s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 {
  display: none;
}
#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0, #wrap-s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 {
  display: none;
}
#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0, #wrap-s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 { display:none !important; }}@media (max-width: 767px){#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 {
  
}
}







#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1f838b4-7acc-487a-9ec0-96f6f8139fd0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-40f4d815-9547-4584-b9ed-994be3585eeb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-9d430d21-b457-412c-9f66-49a14ed893dd {
  min-height: 50px;
}








#s-9d430d21-b457-412c-9f66-49a14ed893dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d430d21-b457-412c-9f66-49a14ed893dd {
  cursor: pointer;
}#s-9d430d21-b457-412c-9f66-49a14ed893dd.shg-box.shg-c {
  justify-content: center;
}

#s-7df48bac-a010-4a5c-bce3-c684d58faf23 {
  text-align: center;
}




  #s-7df48bac-a010-4a5c-bce3-c684d58faf23 img.shogun-image {
    
    width: px;
  }


#s-7df48bac-a010-4a5c-bce3-c684d58faf23 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d900946-f463-4742-ac62-40000265b858 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-9d900946-f463-4742-ac62-40000265b858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d900946-f463-4742-ac62-40000265b858 {
  cursor: pointer;
}#s-9d900946-f463-4742-ac62-40000265b858.shg-box.shg-c {
  justify-content: flex-start;
}

#s-101a3079-14c8-4df6-aa00-d3ad6275a4b6 {
  min-height: 50px;
}








#s-101a3079-14c8-4df6-aa00-d3ad6275a4b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-101a3079-14c8-4df6-aa00-d3ad6275a4b6 {
  cursor: pointer;
}#s-101a3079-14c8-4df6-aa00-d3ad6275a4b6.shg-box.shg-c {
  justify-content: center;
}

#s-2cd2d1ec-a07e-4bc7-bccf-d0101e23fbb1 {
  text-align: center;
}




  #s-2cd2d1ec-a07e-4bc7-bccf-d0101e23fbb1 img.shogun-image {
    
    width: px;
  }


#s-2cd2d1ec-a07e-4bc7-bccf-d0101e23fbb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d12a005d-f914-4dea-a283-a858dca06b1e {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-d12a005d-f914-4dea-a283-a858dca06b1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d12a005d-f914-4dea-a283-a858dca06b1e {
  cursor: pointer;
}#s-d12a005d-f914-4dea-a283-a858dca06b1e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-be8ce4d5-fbab-4905-9b7c-644eb768980f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-be8ce4d5-fbab-4905-9b7c-644eb768980f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8ce4d5-fbab-4905-9b7c-644eb768980f {
  cursor: pointer;
}#s-be8ce4d5-fbab-4905-9b7c-644eb768980f.shg-box.shg-c {
  justify-content: center;
}

#s-24e34477-d086-460b-8715-24899844777a {
  text-align: center;
}




  #s-24e34477-d086-460b-8715-24899844777a img.shogun-image {
    
    width: px;
  }


#s-24e34477-d086-460b-8715-24899844777a .shogun-image-content {
  
    align-items: center;
  
}

#s-619cf8a1-291f-417f-8dc1-78a36e8e72ff {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-619cf8a1-291f-417f-8dc1-78a36e8e72ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-619cf8a1-291f-417f-8dc1-78a36e8e72ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3823b6a9-1610-4990-bfe8-5530d8bf1840 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-3823b6a9-1610-4990-bfe8-5530d8bf1840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3823b6a9-1610-4990-bfe8-5530d8bf1840 {
  cursor: pointer;
}#s-3823b6a9-1610-4990-bfe8-5530d8bf1840.shg-box.shg-c {
  justify-content: center;
}

#s-316a8a10-6734-4218-8a47-ee68cdc0ce65 {
  text-align: center;
}




  #s-316a8a10-6734-4218-8a47-ee68cdc0ce65 img.shogun-image {
    
    width: px;
  }


#s-316a8a10-6734-4218-8a47-ee68cdc0ce65 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cbbf179-ccec-4fab-8290-20ff7e3be195 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-0cbbf179-ccec-4fab-8290-20ff7e3be195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cbbf179-ccec-4fab-8290-20ff7e3be195.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f4271192-17c0-4266-94ae-af38c6a3e0cd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f4271192-17c0-4266-94ae-af38c6a3e0cd {
  display: none;
}
#s-f4271192-17c0-4266-94ae-af38c6a3e0cd, #wrap-s-f4271192-17c0-4266-94ae-af38c6a3e0cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4271192-17c0-4266-94ae-af38c6a3e0cd {
  display: none;
}
#s-f4271192-17c0-4266-94ae-af38c6a3e0cd, #wrap-s-f4271192-17c0-4266-94ae-af38c6a3e0cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4271192-17c0-4266-94ae-af38c6a3e0cd {
  display: none;
}
#s-f4271192-17c0-4266-94ae-af38c6a3e0cd, #wrap-s-f4271192-17c0-4266-94ae-af38c6a3e0cd { display:none !important; }}@media (max-width: 767px){#s-f4271192-17c0-4266-94ae-af38c6a3e0cd {
  
}
}







#s-f4271192-17c0-4266-94ae-af38c6a3e0cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4271192-17c0-4266-94ae-af38c6a3e0cd {
  cursor: pointer;
}#s-f4271192-17c0-4266-94ae-af38c6a3e0cd.shg-box.shg-c {
  justify-content: center;
}

#s-131d9bc4-21ce-44ea-823b-db6eaf411897 {
  text-align: center;
}




  #s-131d9bc4-21ce-44ea-823b-db6eaf411897 img.shogun-image {
    
    width: px;
  }


#s-131d9bc4-21ce-44ea-823b-db6eaf411897 .shogun-image-content {
  
    align-items: center;
  
}

#s-daebe670-6b7c-4de9-88b4-1a33ee5cc16f {
  margin-top: 0px;
min-height: 50px;
}








#s-daebe670-6b7c-4de9-88b4-1a33ee5cc16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daebe670-6b7c-4de9-88b4-1a33ee5cc16f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd1e0c35-526a-4dd6-8a9b-2cc9a8888b8f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-918e20c3-b142-4711-9927-f5adc5a2fae0 {
  margin-top: 0px;
}

#s-45b168ad-a2ca-45f2-a255-81c09ed88bda {
  margin-top: 5px;
}

#s-b75b1f50-a944-4838-9e4d-a52870792a0e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-90afd61e-838d-4086-a389-83433cc74e9c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-90afd61e-838d-4086-a389-83433cc74e9c {
  display: none;
}
#s-90afd61e-838d-4086-a389-83433cc74e9c, #wrap-s-90afd61e-838d-4086-a389-83433cc74e9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90afd61e-838d-4086-a389-83433cc74e9c {
  display: none;
}
#s-90afd61e-838d-4086-a389-83433cc74e9c, #wrap-s-90afd61e-838d-4086-a389-83433cc74e9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90afd61e-838d-4086-a389-83433cc74e9c {
  display: none;
}
#s-90afd61e-838d-4086-a389-83433cc74e9c, #wrap-s-90afd61e-838d-4086-a389-83433cc74e9c { display:none !important; }}







#s-90afd61e-838d-4086-a389-83433cc74e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90afd61e-838d-4086-a389-83433cc74e9c.shg-box.shg-c {
  justify-content: center;
}

#s-652a3208-395b-4e97-ab5d-92e9dfebedfe {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-652a3208-395b-4e97-ab5d-92e9dfebedfe {
  display: none;
}
#s-652a3208-395b-4e97-ab5d-92e9dfebedfe, #wrap-s-652a3208-395b-4e97-ab5d-92e9dfebedfe { display:none !important; }}







#s-652a3208-395b-4e97-ab5d-92e9dfebedfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-652a3208-395b-4e97-ab5d-92e9dfebedfe.shg-box.shg-c {
  justify-content: center;
}

#s-99612363-c645-4e78-8071-e0495ca80dae {
  
}




  #s-99612363-c645-4e78-8071-e0495ca80dae img.shogun-image {
    
    width: px;
  }


#s-99612363-c645-4e78-8071-e0495ca80dae .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-be6147bb-7045-4e97-ba62-d2c9ec3c27a6 {
  margin-top: 4%;
margin-left: 4%;
min-height: 50px;
}








#s-be6147bb-7045-4e97-ba62-d2c9ec3c27a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be6147bb-7045-4e97-ba62-d2c9ec3c27a6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9baa4d7-9fb3-428e-86dd-315d55bd5186"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f1d7ad0b-4328-45f6-8581-df9c65719e6f {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-f1d7ad0b-4328-45f6-8581-df9c65719e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1d7ad0b-4328-45f6-8581-df9c65719e6f.shg-box.shg-c {
  justify-content: center;
}

#s-3613c727-3f33-4641-8aba-e30d3fd91ac8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-277220e7-0004-47a3-b519-9a1e6201ff67 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ba30919e-f3c8-482d-8b43-544db00c4694 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-937bd8b7-3dbf-4781-983f-c6afe29cf130 {
  margin-top: 20px;
margin-left: 30px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-937bd8b7-3dbf-4781-983f-c6afe29cf130 {
  display: none;
}
#s-937bd8b7-3dbf-4781-983f-c6afe29cf130, #wrap-s-937bd8b7-3dbf-4781-983f-c6afe29cf130 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-937bd8b7-3dbf-4781-983f-c6afe29cf130 {
  display: none;
}
#s-937bd8b7-3dbf-4781-983f-c6afe29cf130, #wrap-s-937bd8b7-3dbf-4781-983f-c6afe29cf130 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-937bd8b7-3dbf-4781-983f-c6afe29cf130 {
  display: none;
}
#s-937bd8b7-3dbf-4781-983f-c6afe29cf130, #wrap-s-937bd8b7-3dbf-4781-983f-c6afe29cf130 { display:none !important; }}







#s-937bd8b7-3dbf-4781-983f-c6afe29cf130 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-937bd8b7-3dbf-4781-983f-c6afe29cf130.shg-box.shg-c {
  justify-content: center;
}

#s-787bf2b5-d4b5-481b-b6ea-726ed423c0b4 {
  margin-top: 5%;
margin-bottom: 7%;
}

#s-f4826c45-45be-430b-90f1-29218993cf7c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f4826c45-45be-430b-90f1-29218993cf7c {
  display: none;
}
#s-f4826c45-45be-430b-90f1-29218993cf7c, #wrap-s-f4826c45-45be-430b-90f1-29218993cf7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4826c45-45be-430b-90f1-29218993cf7c {
  display: none;
}
#s-f4826c45-45be-430b-90f1-29218993cf7c, #wrap-s-f4826c45-45be-430b-90f1-29218993cf7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4826c45-45be-430b-90f1-29218993cf7c {
  display: none;
}
#s-f4826c45-45be-430b-90f1-29218993cf7c, #wrap-s-f4826c45-45be-430b-90f1-29218993cf7c { display:none !important; }}@media (max-width: 767px){#s-f4826c45-45be-430b-90f1-29218993cf7c {
  
}
}







#s-f4826c45-45be-430b-90f1-29218993cf7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4826c45-45be-430b-90f1-29218993cf7c {
  cursor: pointer;
}#s-f4826c45-45be-430b-90f1-29218993cf7c.shg-box.shg-c {
  justify-content: center;
}

#s-25437b40-81ab-4174-ad3b-ef2c93736cc6 {
  
}




  #s-25437b40-81ab-4174-ad3b-ef2c93736cc6 img.shogun-image {
    
    width: px;
  }


#s-25437b40-81ab-4174-ad3b-ef2c93736cc6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-450d1031-6d1f-4652-b33a-4b0fb19e2655 {
  margin-top: 4%;
margin-bottom: 4%;
min-height: 50px;
}
@media (max-width: 767px){#s-450d1031-6d1f-4652-b33a-4b0fb19e2655 {
  display: none;
}
#s-450d1031-6d1f-4652-b33a-4b0fb19e2655, #wrap-s-450d1031-6d1f-4652-b33a-4b0fb19e2655 { display:none !important; }}







#s-450d1031-6d1f-4652-b33a-4b0fb19e2655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-450d1031-6d1f-4652-b33a-4b0fb19e2655.shg-box.shg-c {
  justify-content: center;
}

#s-861f4c8c-9e84-48b6-b479-df86cd64709e {
  margin-top: 4%;
margin-bottom: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-861f4c8c-9e84-48b6-b479-df86cd64709e {
  display: none;
}
#s-861f4c8c-9e84-48b6-b479-df86cd64709e, #wrap-s-861f4c8c-9e84-48b6-b479-df86cd64709e { display:none !important; }}







#s-861f4c8c-9e84-48b6-b479-df86cd64709e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-861f4c8c-9e84-48b6-b479-df86cd64709e.shg-box.shg-c {
  justify-content: center;
}

#s-8684303d-8916-49d3-975e-d66388bc1d83 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c609f025-2415-4daf-981d-d0ff2a6b7930 {
  margin-top: 0px;
}

#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e {
  margin-top: 7%;
margin-left: 35px;
margin-bottom: 7%;
margin-right: 35px;
min-height: 50px;
}
@media (min-width: 1200px){#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e {
  display: none;
}
#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e, #wrap-s-39580a36-b814-4ff7-bf1a-dc60eca9b24e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e {
  display: none;
}
#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e, #wrap-s-39580a36-b814-4ff7-bf1a-dc60eca9b24e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e {
  display: none;
}
#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e, #wrap-s-39580a36-b814-4ff7-bf1a-dc60eca9b24e { display:none !important; }}@media (max-width: 767px){#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e {
  
}
}







#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39580a36-b814-4ff7-bf1a-dc60eca9b24e.shg-box.shg-c {
  justify-content: center;
}

#s-1563a057-5a63-4a71-9021-39460faea077 {
  max-width: 469px;
}

#s-ccd20f03-97c3-40b5-9bf8-dce51228cc0f {
  margin-top: 0%;
margin-left: 35px;
margin-bottom: 6%;
margin-right: 35px;
min-height: 50px;
}








#s-ccd20f03-97c3-40b5-9bf8-dce51228cc0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd20f03-97c3-40b5-9bf8-dce51228cc0f {
  cursor: pointer;
}#s-ccd20f03-97c3-40b5-9bf8-dce51228cc0f.shg-box.shg-c {
  justify-content: center;
}

#s-fcd83427-892a-4c48-96b4-cb2804757084 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fcd83427-892a-4c48-96b4-cb2804757084 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-742f34c9-777c-4fb1-a532-d6094166b191 {
  max-width: 469px;
}

#s-92b765a9-596f-4561-9e92-b16a4a6d8342 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-92b765a9-596f-4561-9e92-b16a4a6d8342 {
  
}
}







#s-92b765a9-596f-4561-9e92-b16a4a6d8342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b765a9-596f-4561-9e92-b16a4a6d8342 {
  cursor: pointer;
}#s-92b765a9-596f-4561-9e92-b16a4a6d8342.shg-box.shg-c {
  justify-content: center;
}

#s-ccae718c-fe5a-4ba7-8397-8b250c2819b7 {
  margin-left: 35px;
margin-right: 35px;
max-width: 968px;
}

@media (min-width: 0px) {
[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ccae718c-fe5a-4ba7-8397-8b250c2819b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c5c82e9f-8641-42d5-8e13-76c75e04872f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-c5c82e9f-8641-42d5-8e13-76c75e04872f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c82e9f-8641-42d5-8e13-76c75e04872f.shg-box.shg-c {
  justify-content: center;
}

#s-27a6a738-30f8-4e06-8f32-bcd61e946403 {
  margin-bottom: 7%;
text-align: right;
}




  #s-27a6a738-30f8-4e06-8f32-bcd61e946403 img.shogun-image {
    
    width: px;
  }


#s-27a6a738-30f8-4e06-8f32-bcd61e946403 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf148f5b-839c-4bfc-b322-9f1c19b93e2f {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-bf148f5b-839c-4bfc-b322-9f1c19b93e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf148f5b-839c-4bfc-b322-9f1c19b93e2f.shg-box.shg-c {
  justify-content: center;
}

#s-9a82f9a9-1768-43e9-bd84-860e694e5b18 {
  margin-bottom: 7%;
text-align: center;
}




  #s-9a82f9a9-1768-43e9-bd84-860e694e5b18 img.shogun-image {
    
    width: px;
  }


#s-9a82f9a9-1768-43e9-bd84-860e694e5b18 .shogun-image-content {
  
    align-items: center;
  
}

#s-37fb5ea3-5c72-4eab-812c-2de2ee098c10 {
  margin-bottom: 15%;
min-height: 50px;
}








#s-37fb5ea3-5c72-4eab-812c-2de2ee098c10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37fb5ea3-5c72-4eab-812c-2de2ee098c10.shg-box.shg-c {
  justify-content: center;
}

#s-14d96549-1d5a-4ea3-b6cd-9cfffabcc2b6 {
  border-style: solid;
margin-left: 35px;
margin-right: 35px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-14d96549-1d5a-4ea3-b6cd-9cfffabcc2b6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-14d96549-1d5a-4ea3-b6cd-9cfffabcc2b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14d96549-1d5a-4ea3-b6cd-9cfffabcc2b6-btn-wrapper {
    text-align: left;
  }


#s-14d96549-1d5a-4ea3-b6cd-9cfffabcc2b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-e5a43c37-21c3-46f1-8edd-f875a0eb9bf3 {
  margin-top: 0%;
margin-left: 35px;
margin-bottom: 6%;
margin-right: 60px;
min-height: 50px;
}








#s-e5a43c37-21c3-46f1-8edd-f875a0eb9bf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5a43c37-21c3-46f1-8edd-f875a0eb9bf3.shg-box.shg-c {
  justify-content: center;
}

#s-dbcddf0d-3d8a-4195-96ce-a03b26abb486 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dbcddf0d-3d8a-4195-96ce-a03b26abb486 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-458338b9-7f75-422e-80a4-e471c2350746 {
  max-width: 469px;
}

#s-0b47f049-e689-4ce1-ad93-730724ebb0cd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-0b47f049-e689-4ce1-ad93-730724ebb0cd {
  
}
}







#s-0b47f049-e689-4ce1-ad93-730724ebb0cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b47f049-e689-4ce1-ad93-730724ebb0cd {
  cursor: pointer;
}#s-0b47f049-e689-4ce1-ad93-730724ebb0cd.shg-box.shg-c {
  justify-content: center;
}

#s-a36dd31a-7fd5-45c2-be71-ecb8da9a17d6 {
  
}




  #s-a36dd31a-7fd5-45c2-be71-ecb8da9a17d6 img.shogun-image {
    
    width: px;
  }


#s-a36dd31a-7fd5-45c2-be71-ecb8da9a17d6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f {
  margin-left: 35px;
margin-bottom: 7%;
margin-right: 35px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f {
  display: none;
}
#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f, #wrap-s-f7eeb313-e4fc-4212-913f-510d4ef21f4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f {
  display: none;
}
#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f, #wrap-s-f7eeb313-e4fc-4212-913f-510d4ef21f4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f {
  display: none;
}
#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f, #wrap-s-f7eeb313-e4fc-4212-913f-510d4ef21f4f { display:none !important; }}@media (max-width: 767px){#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f {
  
}
}







#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f {
  cursor: pointer;
}#s-f7eeb313-e4fc-4212-913f-510d4ef21f4f.shg-box.shg-c {
  justify-content: center;
}

#s-5e8e58a8-e469-438f-8654-aa5a11dda2a5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3eb341ea-5b06-49bb-87bd-8aa75fabd028 {
  margin-top: 0px;
}

#s-4816dfe6-1eea-4526-8bbb-3a3d035c8998 {
  margin-bottom: 15%;
min-height: 50px;
}








#s-4816dfe6-1eea-4526-8bbb-3a3d035c8998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4816dfe6-1eea-4526-8bbb-3a3d035c8998.shg-box.shg-c {
  justify-content: center;
}

#s-d2b95ea5-6495-4478-ad22-a972edce700c {
  border-style: solid;
margin-left: 35px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-d2b95ea5-6495-4478-ad22-a972edce700c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d2b95ea5-6495-4478-ad22-a972edce700c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2b95ea5-6495-4478-ad22-a972edce700c-btn-wrapper {
    text-align: left;
  }


#s-d2b95ea5-6495-4478-ad22-a972edce700c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-17207722-3168-4198-ac9e-1eb42d8981d0 {
  margin-top: 0%;
margin-left: 35px;
margin-bottom: 6%;
margin-right: 35px;
min-height: 50px;
}








#s-17207722-3168-4198-ac9e-1eb42d8981d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17207722-3168-4198-ac9e-1eb42d8981d0 {
  cursor: pointer;
}#s-17207722-3168-4198-ac9e-1eb42d8981d0.shg-box.shg-c {
  justify-content: center;
}

#s-14667cce-eb76-4fac-9fd7-fb38dba95a20 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14667cce-eb76-4fac-9fd7-fb38dba95a20 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d548d6b5-73ab-4d96-86eb-5035ffeef993 {
  max-width: 469px;
}

#s-c14801f4-1051-4fc5-b652-a74a566b98e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c14801f4-1051-4fc5-b652-a74a566b98e6 {
  
}
}







#s-c14801f4-1051-4fc5-b652-a74a566b98e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14801f4-1051-4fc5-b652-a74a566b98e6 {
  cursor: pointer;
}#s-c14801f4-1051-4fc5-b652-a74a566b98e6.shg-box.shg-c {
  justify-content: center;
}

#s-bb8fa533-025d-41c5-ac6e-9978c68322da {
  
}




  #s-bb8fa533-025d-41c5-ac6e-9978c68322da img.shogun-image {
    
    width: px;
  }


#s-bb8fa533-025d-41c5-ac6e-9978c68322da .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d {
  margin-left: 35px;
margin-bottom: 7%;
margin-right: 35px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d {
  display: none;
}
#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d, #wrap-s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d {
  display: none;
}
#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d, #wrap-s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d {
  display: none;
}
#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d, #wrap-s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d { display:none !important; }}@media (max-width: 767px){#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d {
  
}
}







#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d {
  cursor: pointer;
}#s-8a56d90b-3192-42c0-9155-a1a5ade7ed9d.shg-box.shg-c {
  justify-content: center;
}

#s-f0e8958b-b2df-453a-b985-ad4b024d43a2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-04d9f4df-97b2-4ec4-85dd-dc7448a676f6 {
  margin-top: 0px;
}

#s-d41a7e97-3177-44f5-ac25-ec8d83d46641 {
  margin-bottom: 15%;
min-height: 50px;
}








#s-d41a7e97-3177-44f5-ac25-ec8d83d46641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d41a7e97-3177-44f5-ac25-ec8d83d46641.shg-box.shg-c {
  justify-content: center;
}

#s-16a6794c-7dc5-48e9-9dd1-29d1e27fbc91 {
  border-style: solid;
margin-left: 35px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-16a6794c-7dc5-48e9-9dd1-29d1e27fbc91:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-16a6794c-7dc5-48e9-9dd1-29d1e27fbc91:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16a6794c-7dc5-48e9-9dd1-29d1e27fbc91-btn-wrapper {
    text-align: left;
  }


#s-16a6794c-7dc5-48e9-9dd1-29d1e27fbc91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-0bd3ac47-49fc-4191-9508-e351d5b8b957 {
  margin-top: 0%;
margin-left: 35px;
margin-bottom: 6%;
margin-right: 35px;
min-height: 50px;
}








#s-0bd3ac47-49fc-4191-9508-e351d5b8b957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bd3ac47-49fc-4191-9508-e351d5b8b957 {
  cursor: pointer;
}#s-0bd3ac47-49fc-4191-9508-e351d5b8b957.shg-box.shg-c {
  justify-content: center;
}

#s-c5f369dc-8f59-4ca7-842a-b66150fae5e0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c5f369dc-8f59-4ca7-842a-b66150fae5e0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1acb30ed-ea1e-48eb-bd16-3e0c7ae8bd56 {
  max-width: 469px;
}

#s-6625a8d6-696d-4e60-8e97-8fe24770af7c {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-6625a8d6-696d-4e60-8e97-8fe24770af7c {
  
}
}







#s-6625a8d6-696d-4e60-8e97-8fe24770af7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6625a8d6-696d-4e60-8e97-8fe24770af7c {
  cursor: pointer;
}#s-6625a8d6-696d-4e60-8e97-8fe24770af7c.shg-box.shg-c {
  justify-content: center;
}

#s-7f590a01-9e81-4f0e-bd2a-904ff3efd931 {
  margin-left: 35px;
margin-right: 35px;
}

@media (min-width: 0px) {
[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f590a01-9e81-4f0e-bd2a-904ff3efd931"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-388ff5cd-66f9-454e-b56c-5baaf3babfdf {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-388ff5cd-66f9-454e-b56c-5baaf3babfdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-388ff5cd-66f9-454e-b56c-5baaf3babfdf.shg-box.shg-c {
  justify-content: center;
}

#s-b15bc535-413d-47fb-9523-08e3058d2d31 {
  margin-bottom: 7%;
text-align: center;
}




  #s-b15bc535-413d-47fb-9523-08e3058d2d31 img.shogun-image {
    
    width: px;
  }


#s-b15bc535-413d-47fb-9523-08e3058d2d31 .shogun-image-content {
  
    align-items: center;
  
}

#s-83ac565c-5ade-4f7c-96c6-991fd81135c5 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-83ac565c-5ade-4f7c-96c6-991fd81135c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83ac565c-5ade-4f7c-96c6-991fd81135c5.shg-box.shg-c {
  justify-content: center;
}

#s-2fd77c57-3aa4-4656-832c-a1559ec91c84 {
  margin-bottom: 7%;
text-align: center;
}




  #s-2fd77c57-3aa4-4656-832c-a1559ec91c84 img.shogun-image {
    
    width: px;
  }


#s-2fd77c57-3aa4-4656-832c-a1559ec91c84 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a {
  margin-left: 35px;
margin-bottom: 6%;
margin-right: 35px;
min-height: 50px;
}
@media (min-width: 1200px){#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a {
  display: none;
}
#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a, #wrap-s-aaace598-7ddb-4e09-b34d-358cb74f5e0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a {
  display: none;
}
#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a, #wrap-s-aaace598-7ddb-4e09-b34d-358cb74f5e0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a {
  display: none;
}
#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a, #wrap-s-aaace598-7ddb-4e09-b34d-358cb74f5e0a { display:none !important; }}@media (max-width: 767px){#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a {
  
}
}







#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a {
  cursor: pointer;
}#s-aaace598-7ddb-4e09-b34d-358cb74f5e0a.shg-box.shg-c {
  justify-content: center;
}

#s-ad5f6aaf-67a5-4deb-9980-c68f2ef4c010 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e7147fe6-f3a4-4f47-9787-09f10f64f070 {
  margin-top: 0px;
}

#s-3f734458-b259-41ba-aa16-e489b99e8eca {
  margin-bottom: 15%;
min-height: 50px;
}








#s-3f734458-b259-41ba-aa16-e489b99e8eca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f734458-b259-41ba-aa16-e489b99e8eca.shg-box.shg-c {
  justify-content: center;
}

#s-6be55491-fdde-4a33-b5a4-f36943a7a261 {
  border-style: solid;
margin-left: 35px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-6be55491-fdde-4a33-b5a4-f36943a7a261:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6be55491-fdde-4a33-b5a4-f36943a7a261:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6be55491-fdde-4a33-b5a4-f36943a7a261-btn-wrapper {
    text-align: left;
  }


#s-6be55491-fdde-4a33-b5a4-f36943a7a261.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-fe71d59e-277c-4a56-a569-ccaf2e8f071b {
  margin-top: 0%;
margin-left: 35px;
margin-bottom: 6%;
margin-right: 35px;
min-height: 50px;
}








#s-fe71d59e-277c-4a56-a569-ccaf2e8f071b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe71d59e-277c-4a56-a569-ccaf2e8f071b {
  cursor: pointer;
}#s-fe71d59e-277c-4a56-a569-ccaf2e8f071b.shg-box.shg-c {
  justify-content: center;
}

#s-653d3b35-0c95-4777-8a87-2e3189e511ac {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-653d3b35-0c95-4777-8a87-2e3189e511ac .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c96e9ef-4580-4398-8591-bbc3e2155c20 {
  max-width: 469px;
}

#s-f60e2a9c-7fe2-4033-bf9f-b4b08e0a544c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-f60e2a9c-7fe2-4033-bf9f-b4b08e0a544c {
  
}
}







#s-f60e2a9c-7fe2-4033-bf9f-b4b08e0a544c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f60e2a9c-7fe2-4033-bf9f-b4b08e0a544c {
  cursor: pointer;
}#s-f60e2a9c-7fe2-4033-bf9f-b4b08e0a544c.shg-box.shg-c {
  justify-content: center;
}

#s-1b780036-2ed8-4351-9cba-04d1c0706a4e {
  
}




  #s-1b780036-2ed8-4351-9cba-04d1c0706a4e img.shogun-image {
    
    width: px;
  }


#s-1b780036-2ed8-4351-9cba-04d1c0706a4e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-acc3111e-cd8e-41cf-b297-7c5dc726dc5a {
  margin-top: 4%;
margin-bottom: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-acc3111e-cd8e-41cf-b297-7c5dc726dc5a {
  display: none;
}
#s-acc3111e-cd8e-41cf-b297-7c5dc726dc5a, #wrap-s-acc3111e-cd8e-41cf-b297-7c5dc726dc5a { display:none !important; }}







#s-acc3111e-cd8e-41cf-b297-7c5dc726dc5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acc3111e-cd8e-41cf-b297-7c5dc726dc5a.shg-box.shg-c {
  justify-content: center;
}

#s-4dd34cf0-044b-4396-862b-bcc90a5bfd9e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-780dd732-1e80-484d-9d34-cfed33147be8 {
  margin-top: 0px;
}

#s-531c957e-7135-4aa9-9252-35f7382ec324 {
  margin-left: 35px;
margin-bottom: 7%;
margin-right: 35px;
min-height: 50px;
}
@media (min-width: 1200px){#s-531c957e-7135-4aa9-9252-35f7382ec324 {
  display: none;
}
#s-531c957e-7135-4aa9-9252-35f7382ec324, #wrap-s-531c957e-7135-4aa9-9252-35f7382ec324 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-531c957e-7135-4aa9-9252-35f7382ec324 {
  display: none;
}
#s-531c957e-7135-4aa9-9252-35f7382ec324, #wrap-s-531c957e-7135-4aa9-9252-35f7382ec324 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-531c957e-7135-4aa9-9252-35f7382ec324 {
  display: none;
}
#s-531c957e-7135-4aa9-9252-35f7382ec324, #wrap-s-531c957e-7135-4aa9-9252-35f7382ec324 { display:none !important; }}@media (max-width: 767px){#s-531c957e-7135-4aa9-9252-35f7382ec324 {
  
}
}







#s-531c957e-7135-4aa9-9252-35f7382ec324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-531c957e-7135-4aa9-9252-35f7382ec324 {
  cursor: pointer;
}#s-531c957e-7135-4aa9-9252-35f7382ec324.shg-box.shg-c {
  justify-content: center;
}

#s-a9c6681c-6f05-4eaa-9d4e-ebd1cc419ebc {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1b65d2db-1b0c-421d-8d09-3a0e87c9d256 {
  margin-top: 0px;
}

#s-99029f88-6db1-4e51-a01c-972925b5b2ad {
  margin-left: 35px;
margin-right: 35px;
min-height: 50px;
}








#s-99029f88-6db1-4e51-a01c-972925b5b2ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99029f88-6db1-4e51-a01c-972925b5b2ad {
  cursor: pointer;
}#s-99029f88-6db1-4e51-a01c-972925b5b2ad.shg-box.shg-c {
  justify-content: center;
}

#s-acdef489-68bd-44a3-b1a7-002410dc77fc {
  margin-bottom: 7%;
text-align: center;
}




  #s-acdef489-68bd-44a3-b1a7-002410dc77fc img.shogun-image {
    
    width: px;
  }


#s-acdef489-68bd-44a3-b1a7-002410dc77fc .shogun-image-content {
  
    align-items: center;
  
}

#s-b8190b93-f6a9-448b-881a-0d184ff3637b {
  margin-bottom: 15%;
min-height: 50px;
}








#s-b8190b93-f6a9-448b-881a-0d184ff3637b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8190b93-f6a9-448b-881a-0d184ff3637b.shg-box.shg-c {
  justify-content: center;
}

#s-217311e4-87eb-4631-885f-ae7e291c50f6 {
  border-style: solid;
margin-left: 35px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-217311e4-87eb-4631-885f-ae7e291c50f6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-217311e4-87eb-4631-885f-ae7e291c50f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-217311e4-87eb-4631-885f-ae7e291c50f6-btn-wrapper {
    text-align: left;
  }


#s-217311e4-87eb-4631-885f-ae7e291c50f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-964750ee-3bcd-4ef1-abd4-f22e1f88d4e8 {
  margin-top: 0%;
margin-left: 35px;
margin-bottom: 6%;
margin-right: 35px;
min-height: 50px;
}








#s-964750ee-3bcd-4ef1-abd4-f22e1f88d4e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-964750ee-3bcd-4ef1-abd4-f22e1f88d4e8 {
  cursor: pointer;
}#s-964750ee-3bcd-4ef1-abd4-f22e1f88d4e8.shg-box.shg-c {
  justify-content: center;
}

#s-6f27dc66-8958-48c9-ae4e-506581cdde3c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f27dc66-8958-48c9-ae4e-506581cdde3c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "NeutrafaceText-Book";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6e561315-0c25-4c88-96e4-ea985bf82e22 {
  max-width: 469px;
}

#s-f0b18ba8-838c-46d3-9320-d571a01e884f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-f0b18ba8-838c-46d3-9320-d571a01e884f {
  
}
}







#s-f0b18ba8-838c-46d3-9320-d571a01e884f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b18ba8-838c-46d3-9320-d571a01e884f {
  cursor: pointer;
}#s-f0b18ba8-838c-46d3-9320-d571a01e884f.shg-box.shg-c {
  justify-content: center;
}

#s-d2291885-5949-4c23-a1a0-cde71cddefe4 {
  
}




  #s-d2291885-5949-4c23-a1a0-cde71cddefe4 img.shogun-image {
    
    width: px;
  }


#s-d2291885-5949-4c23-a1a0-cde71cddefe4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-592fe0d3-f810-4733-8e04-fee1934a6971 {
  margin-left: 35px;
margin-bottom: 7%;
margin-right: 35px;
min-height: 50px;
}
@media (min-width: 1200px){#s-592fe0d3-f810-4733-8e04-fee1934a6971 {
  display: none;
}
#s-592fe0d3-f810-4733-8e04-fee1934a6971, #wrap-s-592fe0d3-f810-4733-8e04-fee1934a6971 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-592fe0d3-f810-4733-8e04-fee1934a6971 {
  display: none;
}
#s-592fe0d3-f810-4733-8e04-fee1934a6971, #wrap-s-592fe0d3-f810-4733-8e04-fee1934a6971 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-592fe0d3-f810-4733-8e04-fee1934a6971 {
  display: none;
}
#s-592fe0d3-f810-4733-8e04-fee1934a6971, #wrap-s-592fe0d3-f810-4733-8e04-fee1934a6971 { display:none !important; }}@media (max-width: 767px){#s-592fe0d3-f810-4733-8e04-fee1934a6971 {
  
}
}







#s-592fe0d3-f810-4733-8e04-fee1934a6971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-592fe0d3-f810-4733-8e04-fee1934a6971 {
  cursor: pointer;
}#s-592fe0d3-f810-4733-8e04-fee1934a6971.shg-box.shg-c {
  justify-content: center;
}

#s-1a733b0f-95b1-4ce3-9159-d723e1382eb1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f36e5daa-9a2a-4c31-9da0-42e8ba873e9f {
  margin-top: 0px;
}

#s-315e7b19-58dd-4a46-8ab0-e9db94882d76 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-315e7b19-58dd-4a46-8ab0-e9db94882d76 {
  
}
}







#s-315e7b19-58dd-4a46-8ab0-e9db94882d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-315e7b19-58dd-4a46-8ab0-e9db94882d76 {
  cursor: pointer;
}#s-315e7b19-58dd-4a46-8ab0-e9db94882d76.shg-box.shg-c {
  justify-content: center;
}

#s-afa3d1bb-36ba-4ad4-9077-8ebf06236309 {
  margin-left: 35px;
margin-right: 35px;
}

@media (min-width: 0px) {
[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afa3d1bb-36ba-4ad4-9077-8ebf06236309"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e0f76165-fdbf-43c4-b161-2d4555f2445f {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-e0f76165-fdbf-43c4-b161-2d4555f2445f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f76165-fdbf-43c4-b161-2d4555f2445f.shg-box.shg-c {
  justify-content: center;
}

#s-1c273cbf-d106-451f-83f7-6e98de7e399f {
  margin-bottom: 7%;
text-align: center;
}




  #s-1c273cbf-d106-451f-83f7-6e98de7e399f img.shogun-image {
    
    width: px;
  }


#s-1c273cbf-d106-451f-83f7-6e98de7e399f .shogun-image-content {
  
    align-items: center;
  
}

#s-f7718262-662b-4a6e-aef8-ff0e5aa352f2 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-f7718262-662b-4a6e-aef8-ff0e5aa352f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7718262-662b-4a6e-aef8-ff0e5aa352f2.shg-box.shg-c {
  justify-content: center;
}

#s-54bc0bea-00d8-40cf-b18d-bc4c7b99af65 {
  margin-bottom: 7%;
text-align: center;
}




  #s-54bc0bea-00d8-40cf-b18d-bc4c7b99af65 img.shogun-image {
    
    width: px;
  }


#s-54bc0bea-00d8-40cf-b18d-bc4c7b99af65 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc62aa9a-13bd-48ce-a802-740f85f9a615 {
  margin-top: 4%;
margin-bottom: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-cc62aa9a-13bd-48ce-a802-740f85f9a615 {
  display: none;
}
#s-cc62aa9a-13bd-48ce-a802-740f85f9a615, #wrap-s-cc62aa9a-13bd-48ce-a802-740f85f9a615 { display:none !important; }}







#s-cc62aa9a-13bd-48ce-a802-740f85f9a615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc62aa9a-13bd-48ce-a802-740f85f9a615.shg-box.shg-c {
  justify-content: center;
}

#s-cba665c3-ae87-420a-bff4-276619db9411 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-01db4682-13e1-44b1-94a1-961379f4287c {
  margin-top: 0px;
}

#s-484b1498-3d2d-493e-a8b2-8314043d5379 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1540px;
}
@media (max-width: 767px){#s-484b1498-3d2d-493e-a8b2-8314043d5379 {
  display: none;
}
#s-484b1498-3d2d-493e-a8b2-8314043d5379, #wrap-s-484b1498-3d2d-493e-a8b2-8314043d5379 { display:none !important; }}







#s-484b1498-3d2d-493e-a8b2-8314043d5379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-484b1498-3d2d-493e-a8b2-8314043d5379 {
  cursor: pointer;
}#s-484b1498-3d2d-493e-a8b2-8314043d5379.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a99af270-aabe-4e02-85f1-12fa04808b6f {
  text-align: center;
}




  #s-a99af270-aabe-4e02-85f1-12fa04808b6f img.shogun-image {
    
    width: px;
  }


#s-a99af270-aabe-4e02-85f1-12fa04808b6f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5381c7fb-8755-474c-a428-ed3b066d15f5 {
  margin-top: 28px;
margin-left: 75px;
min-height: 50px;
}








#s-5381c7fb-8755-474c-a428-ed3b066d15f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5381c7fb-8755-474c-a428-ed3b066d15f5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c468ee9b-76b1-4e6a-aade-646eb385b790 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c468ee9b-76b1-4e6a-aade-646eb385b790"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1358dbc4-444b-4b7b-9f65-3be42f2b3301 {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-1358dbc4-444b-4b7b-9f65-3be42f2b3301 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1358dbc4-444b-4b7b-9f65-3be42f2b3301 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1358dbc4-444b-4b7b-9f65-3be42f2b3301 {
  
}
}@media (max-width: 767px){#s-1358dbc4-444b-4b7b-9f65-3be42f2b3301 {
  
}
}
#s-a1323f9d-6e05-4a40-81b0-552a9135562b {
  margin-top: -12px;
margin-bottom: -8px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a1323f9d-6e05-4a40-81b0-552a9135562b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1323f9d-6e05-4a40-81b0-552a9135562b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1323f9d-6e05-4a40-81b0-552a9135562b {
  
}
}@media (max-width: 767px){#s-a1323f9d-6e05-4a40-81b0-552a9135562b {
  
}
}
#s-b40add63-e217-439d-a4f9-05c39e271171 {
  margin-top: 0px;
margin-bottom: 5px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b40add63-e217-439d-a4f9-05c39e271171 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b40add63-e217-439d-a4f9-05c39e271171 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b40add63-e217-439d-a4f9-05c39e271171 {
  
}
}@media (max-width: 767px){#s-b40add63-e217-439d-a4f9-05c39e271171 {
  
}
}
#s-9dad22df-6a75-4818-8e5f-98b9b65e6e9b {
  margin-bottom: 15%;
min-height: 50px;
}








#s-9dad22df-6a75-4818-8e5f-98b9b65e6e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dad22df-6a75-4818-8e5f-98b9b65e6e9b.shg-box.shg-c {
  justify-content: center;
}

#s-f538da17-4249-4245-92f3-240de19c0672 {
  border-style: solid;
margin-left: 35px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-f538da17-4249-4245-92f3-240de19c0672:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f538da17-4249-4245-92f3-240de19c0672:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f538da17-4249-4245-92f3-240de19c0672-btn-wrapper {
    text-align: left;
  }


#s-f538da17-4249-4245-92f3-240de19c0672.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}

#s-bbf406e9-a46b-4b96-980f-f8233aab3f12 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-bbf406e9-a46b-4b96-980f-f8233aab3f12 {
  display: none;
}
#s-bbf406e9-a46b-4b96-980f-f8233aab3f12, #wrap-s-bbf406e9-a46b-4b96-980f-f8233aab3f12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbf406e9-a46b-4b96-980f-f8233aab3f12 {
  display: none;
}
#s-bbf406e9-a46b-4b96-980f-f8233aab3f12, #wrap-s-bbf406e9-a46b-4b96-980f-f8233aab3f12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbf406e9-a46b-4b96-980f-f8233aab3f12 {
  display: none;
}
#s-bbf406e9-a46b-4b96-980f-f8233aab3f12, #wrap-s-bbf406e9-a46b-4b96-980f-f8233aab3f12 { display:none !important; }}@media (max-width: 767px){#s-bbf406e9-a46b-4b96-980f-f8233aab3f12 {
  
}
}







#s-bbf406e9-a46b-4b96-980f-f8233aab3f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf406e9-a46b-4b96-980f-f8233aab3f12 {
  cursor: pointer;
}#s-bbf406e9-a46b-4b96-980f-f8233aab3f12.shg-box.shg-c {
  justify-content: center;
}

#s-73561675-7476-4cdc-a1fb-452e6f2c2667 {
  text-align: center;
}




  #s-73561675-7476-4cdc-a1fb-452e6f2c2667 img.shogun-image {
    
    width: px;
  }


#s-73561675-7476-4cdc-a1fb-452e6f2c2667 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4ee4b6b-86f1-4c73-8715-b5f7b9106225 {
  margin-top: 0px;
min-height: 50px;
}








#s-b4ee4b6b-86f1-4c73-8715-b5f7b9106225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4ee4b6b-86f1-4c73-8715-b5f7b9106225.shg-box.shg-c {
  justify-content: flex-start;
}

#s-480d8a17-6be1-4f5c-818e-bc914c6fd7a9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d1ef0e41-6eae-4006-8b13-d55fb584d6be {
  margin-top: 0px;
}

#s-583a269f-b666-4c2e-a172-e0372304f958 {
  margin-top: 5px;
}

#s-40f50194-8f36-4cd1-8613-d54d2e2d5b23 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-1f5d0d7e-a72c-4cd4-af72-580c8111fc80 {
  min-height: 50px;
}








#s-1f5d0d7e-a72c-4cd4-af72-580c8111fc80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f5d0d7e-a72c-4cd4-af72-580c8111fc80.shg-box.shg-c {
  justify-content: center;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
